/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	background-color: #151616;
	color: #505050;
	font-size: 11px;
	background-image: url(../images/page_back.gif);
	background-repeat: repeat-x;	

}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}


h1, h2, h3, h4, h5, h6 {
    font-family:Georgia,"Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

h6{ 
	display: inline;
	color:#d9497b;
}

h1{
	font-size: 250%;
	color: #505050;
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #221e1f;	
	font-weight: bold;	
}

h3{
 font-size: 103%;
 color: #666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

/*** Forms ***/
label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 15px 0px 20px 0px;
	padding: 10px;
	border: 1px solid #bbb79d;
	background: #fff;
	width: 350px;
	clear: both;
}
 legend{
	font-weight: bold;
	color: #666;
 }
 
 @media screen {
	* html legend {
	margin: -20px 0 0 0;
	position: fixed;
	line-height: 1.4;
	margin-bottom:20px
	}
}

input.submit{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
	background-image: url(../images/button_back.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

input.submit:active{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

p {
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;	
	width: 980px;	
}

#contentContainer{
	padding: 0 30px 30px 30px;
	background-color:#dfdccb;	
	background-image:url("../images/bar-code.gif");
	background-repeat:no-repeat;
	background-position:right bottom;
}

#content{
	padding: 15px 15px 15px 25px;
	background-color:#f9f8f3;
}

#content a:link, #content a:visited{
	color:#999999;
}



#content a:hover{
	border-bottom: none;
}

#content #intro{
	width:650px;
	float:left;	
	padding:15px 0;

}

#content #contentLeft{
	width:650px;
	float:left;
	background-color:#fff;
	padding:15px;
	border:solid 1px #deded6;
}

#content #contentRight{
	width:180px;
	float:right;
}

.clear{ clear: both;}

.error{
	font-weight: bold;
	color: #FF0000;
}


/********** topStrip **************/
#topStrip{
	padding: 0;
	height: 136px;	
}

#topStrip #actions{
	float: right;
	margin-right: 30px;
}

#topStrip #logo{
	float:left;
	margin-left: 30px;	
}


/*********** #navBar styles ***********/
#navContainer{
	background-color:#a6a48d;
	padding: 10px 10px 30px 10px;
	margin: 5px;	
}

#navContainer ul a:link, #navContainer ul a:visited{
	color: #fff;
}
#navContainer ul li{
	border-bottom: dashed 1px #fff;
	padding-bottom: 0px;
	padding:5px;
}
#navContainer ul a:hover{
	color: #efefef;
	text-decoration: none;
	background-image: url(../images/nav_over_back.gif);
}

#wrapperOuter #navContainer ul a.dwn{
	color: #e2e2e2;	
}




/*********** #footer styles ***********/
#footer{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: #999;
	font-size: 95%;
}

#footer #credit{
	font-size: 10px;
	color: #666;
	padding: 5px 0px 5px 25px;
}

 #footer a:link, #footer a:visited{
 	color: #999;	
	font-size: 11px;
 }
 
 #footer a:hover{
 	text-decoration: underline;
 }




/****************** Clean Tables ********************/
#cleantable {
	border-collapse:collapse;
}

#cleantable td {
	margin:5px; 	
	padding: 5px;
	border:1px solid #000;	
	color:#000000;
	text-align:center;
}

#cleantable  .title1 {
	font-weight: bold;
	text-align: center;
}

#cleantable  .title2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#cleantable  .shade{
	background-color: #efefef;
}

#cleantable  .ital{
	font-style:italic;
	text-align:left;
}

#cleantable  .left{
	text-align:left;
}





/********** titles **************/

h1#home{
	background-image: url(../images/icons/home.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 35px;
	height: 35px;
	padding-top: 18px;
}

h1#login{
	background-image: url(../images/icons/login.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 40px;
	height: 35px;
	padding-top: 18px;
}
h1#page{
	background-image: url(../images/icons/add_edit.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 40px;
	height: 35px;
	padding-top: 18px;
}

h1#datafields{
	background-image: url(../images/icons/data_fields.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 40px;
	height: 35px;
	padding-top: 18px;
}

h1#users{
	background-image: url(../images/icons/users.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 40px;
	height: 35px;
	padding-top: 18px;
}
h1#documents{
	background-image: url(../images/icons/documents.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 40px;
	height: 35px;
	padding-top: 18px;
}
h1#import{
	background-image: url(../images/icons/import.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 40px;
	height: 35px;
	padding-top: 18px;
}
h1#search{
	background-image: url(../images/icons/search.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 40px;
	height: 35px;
	padding-top: 18px;
}
h1#duplicates{
	background-image: url(../images/icons/duplicates.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 40px;
	height: 35px;
	padding-top: 18px;
}
h1#campaigns{
	background-image: url(../images/icons/campaigns.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 40px;
	height: 35px;
	padding-top: 18px;
}

/************* lists **********************/
.plTitle{
	width:350px;
	float:left;
	height: 17px;
	padding: 7px 10px 5px 10px;
}

.plActions{
	width:125px;
	float:left;
	height: 19px;
	padding: 7px 10px 5px 10px;
}

.listpageTitleLeft{
	background-color:#a6a48d;
	color:#fff;
	width:380px;
	float:left;
	height: 18px;
	font-weight: bold;
	padding: 7px 10px 5px 10px;
}

.listpageTitleRight{
	background-color:#a6a48d;
	color:#fff;
	width:100px;
	float:left;
	height: 18px;
	font-weight: bold;
	padding: 7px 10px 5px 10px;
}

.listPage1{
	background-color:#f6f5f1;
	width: 520px;
	border-bottom:dashed 1px #fff;
}
.listPage1:hover{
	
}
.listPage2{
	
	background-color:#f2efe6;
	width: 520px;
	border-bottom:dashed 1px #fff;
}
.subRow{
	padding-left:30px;
	height: 35px;
	background-image: url(../images/sub_arrow.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	
}

.subsubRow{
	padding-left:50px;
	height: 30px;
	background-image: url(../images/sub_arrow.gif);
	background-position: 30px 0px;
	background-repeat: no-repeat;
	overflow:hidden;
	
}

.subRow .plTitle{
	width:320px;
}

.subsubRow .plTitle{
	width:300px;
}
/************* buttons and links **********************/


#content .strongLink:link, #content .strongLink:visited, #content .strongLink{
	background-color:#3b3b3d;
	color:#d0d0d8;
	padding:7px;
	border:solid 1px #ccc;
	font-weight:bold;
}

#content .strongLink:hover{
	background-color:#5f5f61;
}


#content .mediumLink:link, #content .mediumLink:visited,  #content .mediumLink{
	background-color:#e9e3d2;
	color:#999;
	padding:5px;
	border:solid 1px #ccc;
	font-weight:bold;
}
#content .mediumLink:hover{
	background-color:#f2efe6;

}


.msg{
	display:block;
	border:solid 1px #ccc;
	background-color:#efefef;
	padding:5px;
	font-size:115%;
}

.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
   }

   .mb{
	padding: 0.7em; margin: 20px 0;
   }
.pdf:link, .pdf:visited{
	background-image:url("../images/icon_pdf.gif");
	background-position:left 0px;
	background-repeat:no-repeat;
	display:block;
	padding:7px 5px 0px 45px;
	height:40px;
}