/* Classes to manage Search Form */
#DMSSearchForm {
	color:#0066cc;
}
#DMSSearchForm fieldset{
	border:0px solid #336699;
}
#DMSSearchForm legend{
	font-weight:bold;color:#000;
}
#DMSSearchForm table{
	margin:5px 5px 5px 5px;
}
#DMSSearchForm thead th{
	font-style:italic;
	color:#000000;
	font-weight:normal;
}
#DMSSearchForm th{
	padding:2px 2px 2px 2px;
	font-weight:bold;
	text-align:left;
}
#DMSSearchForm td{
	padding:2px 2px 2px 2px;
}


 fieldset#DMSSearchForm {
	border: 1px solid #334C6D;
	margin: 0 0 5px 5px;
	padding: 0 0 0 10px;
	width: 800px;
}


fieldset#DMSSearchForm  input{
	border: 1px solid #243853;
	width: 175px;
	height: 18px;
	padding: 5px 0 0 0;
}


/* Classes to manage Upload File, Upload Image */
#UploadInputContainer{
	width:200px;
	padding:1px 1px 1px 5px;

	float:left;
}
#UploadInputContainer img {
	float:left;
}
#UploadInputContainer a:link {
	float:left;
}
#UploadInputContainer a:visited {
	float:left;

}
#UploadInputContainer a:hover {
	float:left;

}
#UploadInputContainer a:active {
	float:left;

}

#ContentControlMessage{
	font-size:85%;
	text-align:center;
	width:100%;
	border-bottom:1px solid #336699;
}


#AdminPageContent{
	font-weight:normal;
	width:95%;
	margin:0 0 10px 0;
}
#AdminPageContent h1{
	margin:2px 0 2px 0;
	font-size:15px;
}
#AdminPageContent h2{
	margin:2px 0 2px 0;
	font-size:13px;
}
#AdminPageContent div{
}

.Custom_ManageContent{
	width:95%;
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border:5px solid #CCCCCC;
	text-align:left;
}



/* error box */
#LogInErrorDIV {
	padding:125px 0 50px 0;
	background-color:#CCCCCC;
	font-weight:bold;
	color:#000000;
	width:100%;
	height:800px;
	text-align:center;
}



#FormContainer {
	/*width:100%;*/
	width:825px;
	padding:5px 5px 5px 5px;
	border:0px;
	text-align:left;
	min-height:500px;
	background-color:#fff;
}
#FormContainer fieldset{
	margin:5px 0px 25px 0px;
	/*width:95%;*/
	/*width:700px;*/
	padding: 5px 0 5px 5px;
	min-height:200px;
}
* html #FormContainer fieldset{
	height:200px;
}
#FormContainer .FormDIV
{
	border-bottom:1px solid #999;
	font-size:100%;
}


#FormContainer legend{
	color:#336699;
	font-weight:bold;
	font-size:15px;
}
#FormContainer th,#FormContainer label{
	/*width:120px;*/
	/*width:250px;*/
	
	text-align:left;
	padding:0 0 0 5px;
	color:#1F6AC7;
}
#FormContainer td,#FormContainer label{
	padding:1px 1px 1px 1px;
	
}
#FormContainer .formLink{
	float:left;
	clear:both;
}
#FormContainer a.formLink:link{
	text-decoration:underline;
	color:#ff0000;
}
#FormContainer a.formLink:visited{
	text-decoration:underline;
	color:#ff0000;
}
#FormContainer a.formLink:hover{
	text-decoration:none;
	color:#0000ff;
}
#FormContainer a.formLink:active{
	text-decoration:underline;
	color:#ff0000;
}

#FormContainer #CheckboxHeader{
	font-size:80%;
	width:100%;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}





.SearchLabel{
	color:#336699;
	height:25px;
}

.NextPrev {
	width:100%;
	padding:1px 1px 1px 1px;
}
.NextPrev .NextPrevViewing{
	width:24%;
	float:left;
	text-align:center;
	padding:5px 0 0 0;
	color:#000;
}
.NextPrev .NextPrevForm{
	width:74%;
	float:left;
	text-align:right;
	background-color:#fff;
	color:#000;
}
.NextPrev .NextPrevLabel{
	background-color:#fff;
	color:#000;
}
.NextPrev #PageNumber{}

#SearchButtonContainer{
	width:150px;
	background-color:#fff;
}



#PrintContent{width:600px;}
.PrintTable{

}
.PrintRow0{
	color:#000000;
	background-color:#EFEFEF;
}
.PrintRow1{
	color:#000000;
	background-color:#FFFFFF;
}
.PrintCell{}
.PrintNoneFound{
	font-weight:bold;
	color:#FF0000;
}
.PrintHeader{
	background-color:#CCCCCC;
	font-weight:bold;
}





/* Style Type : Font */
.GridTable{
	clear:both;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
}
.GridTable td
{
	text-align:center;
	line-height:18px;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}
.GridTableNoneFound{
	font-style:italic;
	font-weight:bold;
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#EFEFEF;
	width:98%;
	line-height:25px;
}


.legendFont{
	font-size:125%;
	font-weight:bold;
	color:#1772c6;
}
.GridHeader{
	height:20px;
	background-color:#4697cf;
	color:#fff;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.GridRowOn1{
	height:20px;
	border-bottom:1px solid #FFCC00;
	background-color:#6188bb;
	color:#000000;
}
.GridRowOff1{
	height:20px;
	border-bottom:1px solid #336699;
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;
}
.GridRowOff2{
	height:20px;
	border-bottom:1px solid #336699;
	background-color:#f8f8f8;
	color:#000000;
}



.nextPreviousHeader{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.fakeLink{
	color:#0000FF;
	text-decoration:underline;
	cursor:pointer;
}
.foundError{
	font-weight:bold;
	color:#FF0000;
}


fieldset#DMSSearchForm input.formButton{
	border:0;
	cursor:pointer;
	background-color:#fff;
	font-size:11px;
	background-image:url(/pub/images/button_background_125.gif);
	width:125px;
	height:20px;
	color:#fff;
	margin:0 0 0 0;
}
.formButton{
	border:0;
	cursor:pointer;
	background-color:#fff;
	font-size:11px;
	background-image:url(/pub/images/button_background_125.gif);
	width:125px;
	height:20px;
	color:#fff;
	margin:0 0 0 0;
}

.formButton85{
	border:0;
	cursor:pointer;
	background-color:#fff;
	font-size:11px;
	background-image:url(/pub/design/button_background_85.png);
	width:85px;
	height:20px;
	color:#fff;
	margin:0 0 1px 0;
}

.formButton80d{
	border:0;
	cursor:pointer;
	background-color:#fff;
	font-size:11px;
	background-image:url(/pub/design/button_bg_85d.png);
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	width:85px;
	padding:0 0 0 0;
	font-size:0px;
	color:#000;
	padding:0 25px 0 0;
	height:20px;
	color:#fff;
	margin:0 0 1px 0;
}

.formButton85hidden
{
	width:85px;
	height:20px;
	margin:0 0 1px 0;
}

#ContentContainerID fieldset{
	width:95%;
	margin:1px 1px 1px 1px;
}
#ContentContainer .Content_Legend,.Content_Legend{
	font-size:14px;
	font-weight:bold;
	color:#336699;
}
#ContentContainerID th{
	white-space:nowrap;
	margin:0 2px 0 2px;
	color:#336699;
}

.frontdropdownwrap
{
	clear:both;
	background-color:#fff;
	font-size:90%;
	height:20px;

}

.adminsubnavwrap
{
	clear:both;
	background-color:#fff;
	font-size:90%;

	float:left;
	width:100%;
}

.dashboardwelcome h1{
	width: 700px;
	color: #032554;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
.dashboardwelcome p{
	width: 700px;
	margin: 0 0 0 0;
	padding: 0 0 10px 5px;
}

.AdminSubNav
{
	/*float:right;*/
	padding:0 0 0 0;
	margin:0px 0px 0 2px;
	/*position:relative;
	z-index:9;
	display:block;
	*/

}

.FrontSubNav
{
	float:right;
	padding:0 0 0 0;
	margin:-3px 10px 0 0;
	position:relative;
	z-index:9;
	display:block;

}

.WelcomeTxt
{
	float:left;
	display:block;
	width:175px;
	font-weight:bold;
	color:#333;
	font-family:verdana,arial,helvetica;
	font-size:9px;
	text-decoration:none;
	margin:4px 0 0 5px;
}

.FormButtonContainer{
	margin:5px 0 5px 5px;
	padding:5px 0 0 0;
	clear:left;
}
	.FormButtonContainer .formButton
	{
		margin:0 15px 0 0;
	}

.FormButtonContainerBottom{
	margin:0 0 0 0;
	padding:0 0 0 0;

}

	.FormButtonContainerBottom .formButton
	{
		margin:0 15px 0 0;
	}

.seperatorBig
{
	height:15px;
	background-color:#999;
}

.seperatorMedium
{
	height:10px;
	background-color:#999;
}

.seperatorSmall
{
	height:1px;
	background-color:#999;
}

.seperatorText
{
	font-size:80%;
	font-weight:bold;
}

.seperatorEqual
{
	height:5px;
	background-color:#000;
}


.hideinput{
	visibility:hidden;
}
.showinput{
	visibility:visible;
}


/* message ui error & success */
.MessageUI
{
	width:100%;
	text-align:center;
	clear:both;
	color:#336699;
	font-weight:bold;
	padding:0 0 0 0;
	height:50px;
}


.MessageUITop
{

	width:10px;
	height:50px;
	background-image:url(/pub/defaultImage/ui_message_top.png);
	background-repeat:no-repeat;
	background-position:center right;
	float:left;
}
.MessageUISuccess
{
	height:50px;
	background-image:url(/pub/defaultImage/ui_message_middle.png);
	background-repeat:repeat-x;
	text-align:left;
	float:left;
	width:80%;
}
.MessageUIError
{
	height:50px;
	background-image:url(/pub/defaultImage/ui_message_middle.png);
	background-repeat:repeat-x;
	text-align:left;
	float:left;
	width:95%;
}

.MessageUIText
{
	font-family:verdana,arial,helvetica;
	font-size:120%;
	margin:10px 0 0 0;
	float:left;
}

.MessageUIBottom
{
	width:10px;
	height:50px;
	background-image:url(/pub/defaultImage/ui_message_bottom.png);
	background-repeat:no-repeat;
	background-position:center right;
	float:left;
}

.MessageUIImageSuccess
{
	background-image:url(/pub/defaultImage/ui_success.png);
	width:32px;
	height:32px;
	float:left;
	margin:10px 5px 0 5px;
	background-repeat:no-repeat;
}
.MessageUIImageError
{
	float:left;
	background-image:url(/pub/defaultImage/ui_error.png);
	width:32px;
	height:32px;
	margin:10px 5px 0 5px;
	background-repeat:no-repeat;

}






#mixPartForm
{
	width:400px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:arial;
}

#mixPartForm table
{
	font-size:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#mixPartForm table th{
	width:25%;
	white-space:nowrap;
	padding:2px 0 2px 5px;
	line-height:15px;
	font-size:100%;
	text-align:left;
}

#mixPartForm table td{
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
	line-height:15px;
	font-size:100%;
	width:75%;
}

#mixPartGrid
{
	width:598px;
	clear:left;
	position:relative;
	overflow:auto;
	border:1px solid #000;
	background-color:#fff;
	
}

#mixPartGrid #GridTable
{
	width:595px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


#mixPartGrid .GridTableNoneFound
{
	font-style:italic;
	font-family:arial;
	font-size:80%;
	font-weight:bold;
	clear:both;
	margin:0 0 0 0;
	background-color:#EFEFEF;
	border:1px solid #336699;
	width:595px;
}


#mixPartForm fieldset
{
	height:300px;
	width:350px;
	margin:0 0 5px 0;
}
	* html #mixPartForm fieldset
	{
		height:275px;
	}

#mixPartForm fieldset legend
{
	color:#333;
	font-size:115%;
	font-weight:bold;
}

.checkGroupItem
{
	float:left;
	border:1px solid #ccc;
	margin:0 5px 0 0;
	padding:5px 5px 5px 5px;
	min-height:400px;
	min-width:50px;
}
.checkbGroupItemHdr
{
	border:1px solid #ccc;
	background-color:#f8f8f8;
	padding:2px 2px 5px 2px;
	font-weight:bold;
	color:#999;
}
	.checkbGroupItemHdr input
	{
		margin:5px 0 0 5px;
	}
	
	.back
{
	border:none;
}

/*Paging */
.pagingwrap
{
	margin:5px 2px 5px 2px;
}
.pagingleft
{
	float:left;
}
.pagingright
{
	float:right;
}
.pagingright span
{
	float:left;
	display:block;
	padding:2px 2px 2px;
	border:1px solid #ccc;
	width:50px;
	text-align:center;
	cursor:pointer;
	margin:0 0 5px 5px;
}
.PageNextPrev a:link
{
	display:block;
	float:left;
	border:1px solid #336699;
	padding:2px 5px 2px 5px;
	margin:0 3px 0 3px;
	color:#336699;
	background-color:#deefff;
	text-decoration:none;
}
.PageNextPrev a:visited
{
	display:block;
	float:left;
	border:1px solid #336699;
	padding:2px 5px 2px 5px;
	margin:0 3px 0 3px;
	color:#336699;
	background-color:#deefff;
	text-decoration:none;

}
.PageNextPrev a:hover
{
	display:block;
	float:left;
	border:1px solid #336699;
	padding:2px 5px 2px 5px;
	margin:0 3px 0 3px;
	color:#fff;
	background-color:#336699;
	text-decoration:none;
}
.PageNextPrev a:active
{
	display:block;
	float:left;
	border:1px solid #336699;
	padding:2px 5px 2px 5px;
	margin:0 3px 0 3px;
	color:#336699;
	background-color:#deefff;
	text-decoration:none;

}
.PageNextPrev .PageSelected
{
	display:block;
	float:left;
	border:1px solid #336699;
	padding:2px 5px 2px 5px;
	margin:0 3px 0 3px;
	color:#fff;
	background-color:#336699;
	text-decoration:none;

}

.NextPrev #PageNumber{}


/* * Drop Down Menu CSS */
.dropdownAdmin
{
	float:left; 
	margin:5px 0px 0 1px;
	font-family: Arial;
	font-size: 12px;
	line-height: 28px;
	vertical-align: middle;
	background-color:  #90acd4;
	color: #ffffff;
	height: 28px;
	padding:0 3px 0 3px;
	border-right: 1px solid #2a62ae;
}

.dropdownAdmin dt 
{
	/*width:138px;*/
	margin:0 0 0 10px;
	font-weight:normal; 
	cursor:pointer; 
	/*background-color:#fff;*/
	background-color: #90acd4;
	text-align:center;
	font-size: 12px;
	line-height: 28px;

}
.dropdownAdmin dt a:link 
{
	/*background-color:#fff;*/
	background-color: #90acd4;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
}
.dropdownAdmin dt a:visited 
{
	/*background-color:#fff;*/
	background-color: #90acd4;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
}
.dropdownAdmin dt a:hover 
{
	/*background-color:#fff;*/
	background-color: #90acd4;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
}
.dropdownAdmin dt a:active 
{
	/*background-color:#fff;*/
	background-color: #90acd4;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
}


.dropdown 
{
	float:left; 
	margin:5px 0px 0 1px;
	font-family: Arial;
	font-size: 13px;
	line-height: 26px;
	vertical-align: middle;
	background-color:  #075FBC;
	color: #ffffff;
	height: 26px;
	padding:0 3px 0 3px;
	border-right: 1px solid #2a62ae;
}

.dropdown dt 
{
	/*width:138px;*/
	margin:0 0 0 10px;
	font-weight:normal; 
	cursor:pointer; 
	/*background-color:#fff;*/
	background-color: #075FBC;
	text-align:center;
	padding:0 5px 0 5px ;
}
.dropdown dt a:link 
{
	/*background-color:#fff;*/
	background-color: #075FBC;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
}
.dropdown dt a:visited 
{
	/*background-color:#fff;*/
	background-color: #075FBC;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
}
.dropdown dt a:hover 
{
	/*background-color:#fff;*/
	background-color: #075FBC;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
}
.dropdown dt a:active 
{
	/*background-color:#fff;*/
	background-color: #075FBC;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
}

/************************* ADMIN ********************/
.dropdownAdmin dtA 
{
	/*width:138px;*/
	margin:0 0 0 10px;
	font-weight:normal; 
	cursor:pointer; 
	/*background-color:#fff;*/
	background-color: #90acd4;
	text-align:center;
	/*border-right: 1px solid #698dc0;*/
	/*border: 1px solid #CCC;*/
	padding:0 5px 0 0 ;
	font-family:Arial;
	font-size: 14px;
	line-height: 28px;
	vertical-align: middle;
}
.dropdownAdmin dtA a:link 
{
	/*background-color:#fff;*/
	background-color: #90acd4;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
	font-size: 110%;
}
.dropdownAdmin dtA a:visited 
{
	/*background-color:#fff;*/
	background-color: #90acd4;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
	font-size: 110%;
}
.dropdownAdmin dtA a:hover 
{
	/*background-color:#fff;*/
	background-color: #90acd4;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
	font-size: 110%;
}
.dropdownAdmin dtA a:active 
{
	/*background-color:#fff;*/
	background-color: #90acd4;
	color:white;
	text-decoration:none;
	padding:0 5px 0 0 ;
	font-size: 110%;
}

.dropdownAdmin dd 
{
	position:absolute; 
	overflow:hidden; 
	width:144px;
	display:none; 
	background-color:#fff; 
	z-index:200; 
	opacity:0;
	padding:0 0 0 0; 
	margin:0 5px 0 0;
	
}
.dropdownAdmin dd ul
{
	padding:0 0 0 0; 
	margin:0 0 0 0;
}
.dropdownAdmin ul 
{
	width:144px;
	list-style:none; 
	border-top:none;
	border-left:2px solid #9ac1c9; 
	border-right:2px solid #9ac1c9; 
	border-bottom:2px solid #9ac1c9; 
}
.dropdownAdmin ul li 
{
	/*display:inline;*/
}
.dropdownAdmin ul li a:link 
{
	display:block; 
	padding:0px 5px 0px 5px; 
	color:#333; 
	text-decoration:none; 
	background-color:#eaf0f2; 
	width:130px;
	border-right:2px solid #9ac1c9; 
	border-bottom:1px solid #b9d6dc;
	font-size:110%;
}
.dropdownAdmin ul li a:visited
{
	display:block; 
	padding:0px 5px 0px 5px; 
	color:#333; 
	text-decoration:none; 
	background-color:#eaf0f2; 
	width:130px;
	border-right:2px solid #9ac1c9; 
	border-bottom:1px solid #b9d6dc;
	font-size:110%;
}
.dropdownAdmin ul li a:active
{
	display:block; 
	padding:0px 5px 0px 5px; 
	color:#333; 
	text-decoration:none; 
	background-color:#eaf0f2; 
	width:130x;
	border-right:2px solid #9ac1c9; 
	border-bottom:1px solid #b9d6dc;
	font-size:110%;
}
.dropdownAdmin ul li a:hover 
{
	background-color:#d9e1e4; 
	color:#000;
	border-bottom:1px solid #b9d6dc;
	font-size:110%;
}
.dropdownAdmin .underline 
{
	border-bottom:1px solid #b9d6dc;
}



/***************************************************/
.dropdown dd 
{
	position:absolute; 
	overflow:hidden; 
	width:138px;
	display:none; 
	background-color:#fff; 
	z-index:200; 
	opacity:0;
	padding:0 0 0 0; 
	margin:0 5px 0 0;
	
}
.dropdown dd ul
{
	padding:0 0 0 0; 
	margin:0 0 0 0;
}
.dropdown ul 
{
	width:134px;
	list-style:none; 
	border-top:none;
	border-left:2px solid #075FBC; 
	border-right:2px solid #075FBC; 
	border-bottom:2px solid #075FBC; 
}
.dropdown ul li 
{
	/*display:inline;*/
}
.dropdown ul li a:link 
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#00264e; 
	text-decoration:none; 
	background-color:#87b7eb; 
	width:124px;
	border-right:2px solid #075FBC; 
	border-bottom:1px solid #b9d6dc;
	font-size:80%;
	font-weight: bold;
}
.dropdown ul li a:visited
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#00264e; 
	text-decoration:none; 
	background-color:#87b7eb; 
	font-weight: bold;
	width:124px;
	border-right:2px solid #075FBC; 
	border-bottom:1px solid #b9d6dc;
	font-size:80%;
}
.dropdown ul li a:active
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#00264e; 
	text-decoration:none; 
	background-color:#87b7eb; 
	font-weight: bold;
	width:124px;
	border-right:2px solid #075FBC; 
	border-bottom:1px solid #b9d6dc;
	font-size:80%;
}
.dropdown ul li a:hover 
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#fff; 
	text-decoration:none; 
	background-color:#87b7eb; 
	font-weight: bold;
	width:124px;
	border-right:2px solid #075FBC; 
	border-bottom:1px solid #b9d6dc;
	font-size:80%;
}
.dropdown .underline 
{
	border-bottom:1px solid #b9d6dc;
}

/* Front End Navigation *****************/

/* * Drop Down Menu CSS */
.frontdropdown 
{
	float:left; 
	margin:0px 0px 0 0;
}

.frontdropdown dt 
{
	/*width:138px;*/
	margin:0 0 0 0px;
	font-weight:bold; 
	cursor:pointer; 
	font-size:11px;
	font-family:Helvetica,Arial,Verdana,   sans-serif;
	text-transform:uppercase;
	/*background-color:#fff;/*
	text-align:center;*/
}
.frontdropdown dt a:link 
{
	color:#e4e0e0;
	text-decoration:none;
	font-weight:bold;
	line-height:36px;
}
.frontdropdown dt a:visited 
{
	color:#e4e0e0;
	text-decoration:none;
	font-weight:bold;
	line-height:36px;
}
.frontdropdown dt a:hover 
{
	color:#e4e0e0;
	text-decoration:none;
	font-weight:bold;
	line-height:36px;
}
.frontdropdown dt a:active 
{
	color:#e4e0e0;
	text-decoration:none;
	font-weight:bold;
	line-height:36px;
}
	.frontdropdown dt a span
	{
		padding:0 14px 0 14px;
	}

.frontdropdown dd 
{
	position:absolute; 
	overflow:hidden; 
	width:138px;
	display:none; 
	background-color:#fff; 
	z-index:200; 
	opacity:0;
	padding:0 0 0 0; 
	margin:0 5px 0 0;
	
}
.frontdropdown dd ul
{
	padding:0 0 0 0; 
	margin:0 0 0 0;
}
.frontdropdown ul 
{
	width:134px;
	list-style:none; 
	border-top:none;
	border-left:2px solid #90ACD4; 
	border-right:2px solid #90ACD4; 
	border-bottom:2px solid #ccc; 
}
.frontdropdown ul li 
{
	/*display:inline;*/
}
.frontdropdown ul li a:link 
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#fff; 
	text-decoration:none; 
	background-color:#90ACD4; 
	width:124px;
	/*border-right:2px solid #9ac1c9; */
	border-bottom:1px solid #ccc; 
	font-size: 90%;
}
.frontdropdown ul li a:visited
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#fff; 
	text-decoration:none; 
	background-color:#90ACD4; 
	width:124px;
	/*border-right:2px solid #9ac1c9; */
	border-bottom:1px solid #b9d6dc; 
	font-size: 90%;
}
.frontdropdown ul li a:active
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#fff; 
	text-decoration:none; 
	background-color:#90ACD4; 
	width:124px;
	/*border-right:2px solid #9ac1c9; */
	border-bottom:1px solid #ccc;
	font-size: 90%;
}
.frontdropdown ul li a:hover
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#fff; 
	text-decoration:none; 
	background-color:#6282b1; 
	width:124px;
	/*border-right:2px solid #9ac1c9; */
	border-bottom:1px solid #ccc;
	font-size: 90%;
}

.frontopdown ul li a:hover 
{
	background-color:#90ACD4; 
	color:#fff;
	border-bottom:1px solid #ccc;
}
.frontdropdown .underline 
{
	border-bottom:1px solid #b9d6dc;
}


/* log in form */
.loginfieldset
{
	border:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:500px;
}
.login{
	margin: 10px 0 10px 0;
	width:500px;
}
.loginhead{

	background-color:#333;
	width: 100%;	
	margin: 0 0 0 0;
}

.login h3{
	margin: 0 0 0 0;
	padding: 5px 0 0 10px;
	color: #fff;
	font-size: 140%;
}
	.login p
	{
		color:#fff;
	}
.loginbody{
	background-color: #e1e1e1;
	width: 100%;
}
.loginbody p{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

.loginform p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#000;
}
.loginform input.t{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #20344d;
	background-color: #FFFFFF;
	padding: 2px;
	width: 200px;
	border: 1px solid #20344d;
}

.loginbtnlog
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0;
	background-color:#fff;
	background-image:url(/pub/images/joinnow_login_button.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size:0px;
	width:104px;
	height:29px;
}

/* login */
.logtbl
{
	width:500px;
	border-width:1px solid #c1d1e7;
	text-align:center;	
}
	.logtbl caption
	{
		display:none;
	}
	.logtbl th
	{
		text-align:center;
		font-weight:bold;
	}
	.forgotlink
	{
		padding:5px 0 5px 0;
		line-height:20px;
		width:500px;
	}
		.forgotlink a:link
		{
			color:#000;
		}
		.forgotlink a:visited
		{
			color:#000;
		}
		.forgotlink a:hover
		{
			color:#000;
		}
		.forgotlink a:active
		{
			color:#000;
		}						

.loginpage
{
	float:left;
	padding:10px 0 0 150px;
}


/*************************** ACCOUNT OVERVIEW ***************************/
.dashboardcnt
{
	margin:15px 0 0 10px;
	padding:0 0 0 0;
	float:left;
}
.dashboardlt
{
	float:left;
	width:99%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
dashboardltsm
{
	float:left;
	width:400px;
	height:200px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.dashboardltsmlf
{
	float:left;
	width:400px;
	height:200px;

	margin:0 0 0 0;
	padding:0 0 0 0;
}
.dashboardwelcome
{

}
.singles{
	clear:left;
	padding: 0 0 0 0;
	margin:5px 0 5px 0;
}
	.singles a:link
	{
		color:#fff;	
	}
	.singles a:visited
	{
		color:#fff;	
	}
	.singles a:hover
	{
		color:#fff;
	}
	.singles a:active
	{
		color:#fff;
	}

.indv{
	background-image: url(/pub/design/indv_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 213px;
	height: 22px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	float: left;
	margin: 0 15px 0 0px;
}

.indv2
{
	background-image: url(/pub/design/indv_bg2.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 150px;
	height: 27px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	float: left;
	margin: 0 8px 0 0px;
}



.admintitle{
	background-image: url(/pub/design/titlebg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 148px;
	height: 22px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	margin: 25px 0 -5px 5px;
}

.aftertitle{
	background-image: url(/pub/design/headddbg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 807px;
	height: 25px;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 11px;
	margin: 0 0 0 5px;
}

.aftertitle ul{
	width: 807px;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
}

.aftertitle ul li{
	display: inline;
	width: 112px;
	display: block;
	float: left;
	text-align: center;
}

.aftertitle ul li.li200
{
	width:225px;
}
.aftertitle ul li.li100
{
	width:65px;
}
.aftertitle ul li.li150
{
	width:150px;
}

.itemtitle{
	width: 807px;
	margin: 0 0 0 0;
	color: #333;
	font-size: 11px;
	margin: 0 0 0 5px;
	float:left;
	border-bottom:1px solid #999;
}

.itemtitle ul{
	width: 807px;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
}

.itemtitle ul li{
	display: inline;
	width: 112px;
	display: block;
	float: left;
	text-align: center;
}

.declinedbg
{
	background-color:red;
	color:#fff;
}


.itemtitle ul li a:link
{
	color:#0000ff;
}
.itemtitle ul li a:visited
{
	color:#0000ff;
}
.itemtitle ul li a:hover
{
	color:#333;
}
.itemtitle ul li a:active
{
	color:#0000ff;
}

.itemtitle ul li.li200
{
	width:225px;
}
.itemtitle ul li.li100
{
	width:65px;
}
.itemtitle ul li.li150
{
	width:150px;
}

.itemtitle ul li.noitem{
	width:95%;	
}


.admintablebtm
{
	width:100%;
	height:10px;
	float:left;
}

/** smal items **/

.admintitlesm{
	background-image: url(/pub/design/titlebg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 148px;
	height: 22px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	margin: 25px 0 -5px 0;
}
.aftertitlesm{
	background-image: url(/pub/design/headddbg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 390px;
	height: 25px;
	line-height:25px;
	color: #fff;
	font-size: 11px;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	float:left;
}


.aftertitlesm ul{
	width: 390px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.aftertitlesm ul li{
	display: inline;
	width: 112px;

	display: block;
	float: left;
	text-align: center;
}

.aftertitlesm ul li a:link
{
	color:#fff;
	float:left;
	width:380px;
	text-align:right;
}
.aftertitlesm ul li a:visited
{
	color:#fff;
	width:380px;	
	float:left;
	text-align:right;
}
.aftertitlesm ul li a:hover
{
	color:#fff;
	float:left;
	width:380px;
	text-align:right;
}
.aftertitlesm ul li a:active
{
	color:#fff;
	float:left;
	width:380px;
	text-align:right;
}

.itemtitlesm{
	width: 400px;
	margin: 0 0 0 0;
	color: #333;
	font-size: 11px;
	margin: 0 0 0 5px;
	clear:left;
	float:left;
	border-bottom:1px solid #999;
}

.itemtitlesm ul{
	width: 400px;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
}

.itemtitlesm ul li{
	display: inline;
	width: 112px;
	display: block;
	float: left;
	text-align: center;
}

.itemtitlesm ul li a:link
{
	color:#0000ff;
}
.itemtitlesm ul li a:visited
{
	color:#0000ff;
}
.itemtitlesm ul li a:hover
{
	color:#333;
}
.itemtitlesm ul li a:active
{
	color:#0000ff;
}

.itemtitlesm ul li.noitem{
	width:95%;	
}

.itemtitle ul li a.buyitlink:link
{
	color:#fff;
	font-weight:bold;
	background-image:url(/pub/design/buyit.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:105px;
	height:27px;
	line-height:27px;	
	display:block;
	text-decoration:none;
}
.itemtitle ul li a.buyitlink:visited
{
	color:#fff;
	font-weight:bold;
	background-image:url(/pub/design/buyit.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:105px;
	height:27px;
	line-height:27px;	
	display:block;
	text-decoration:none;
}
.itemtitle ul li a.buyitlink:hover
{
	color:#fff;
	font-weight:bold;
	background-image:url(/pub/design/buyit.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:105px;
	height:27px;
	line-height:27px;	
	display:block;
	text-decoration:none;
}

.itemtitle ul li  a.buyitlink:active
{
	color:#fff;
	font-weight:bold;
	background-image:url(/pub/design/buyit.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:105px;
	height:27px;
	line-height:27px;
	display:block;
	text-decoration:none;
}

.itemtitle ul li a.buyitlink2:link
{
	color:#fff;
	font-weight:bold;
	background-image:url(/pub/design/buyit.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:105px;
	height:27px;
	display:block;
	text-decoration:none;
}
.itemtitle ul li a.buyitlink2:visited
{
	color:#fff;
	font-weight:bold;
	background-image:url(/pub/design/buyit.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:105px;
	height:27px;
	display:block;
	text-decoration:none;
}
.itemtitle ul li a.buyitlink2:hover
{
	color:#fff;
	font-weight:bold;
	background-image:url(/pub/design/buyit.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:105px;
	height:27px;
	display:block;
	text-decoration:none;
}

.itemtitle ul li  a.buyitlink2:active
{
	color:#fff;
	font-weight:bold;
	background-image:url(/pub/design/buyit.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:105px;
	height:27px;
	display:block;
	text-decoration:none;
}



/********************************/
.admincontent
{
	width:815px;
	background-color:#EFEFEF;
	border:2px solid #CCCCCC;
	text-align:center;
	padding:5px 0 5px 0;
	float:left;
	margin:10px 0 0 10px;
}
.AutoLogInButton
{
 	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	font-family: verdana;
	background-image: url(/pub/images/button_background_300.gif);
	width: 300px;
	height: 20px;
	cursor: pointer;
}





/** my account */
.myaccount 
{
	float:left;
	width:840px;
	margin:0 0 0 5px;
}
	.myaccountl
	{
		float:left;
		width:400px;
		margin:0 0 0 0;
	}
	.myaccountr
	{
		float:left;
		width:410px;
	}
	.myaccountbox
	{
		float:left;
		clear:left;
		background-color:#efefef;
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:388px;
		height:350px;
		border:1px solid #07439d;
	}
	
	.myaccountbox h3
	{
		margin:10px 0 0 0;
		padding:5px 0 0 15px;
	}
	
	.myaccountbox p
	{
		margin:5px 0 5px 0;
		color:#333;
		padding:0 2px 2px 15px;
	}

.accountinfo
{
	width:370px;
	margin:0 0 0 5px;
	padding:10px 0 0 0;
}
.accountinfo tr th
{
	font-weight:bold;
	color:#1F6AC7;
	text-align:left;
	width:150px;
	height:20px;
}
.accountinfo tr td
{
	border:1px solid #999;
	background-color:#fff;
	padding:1px 1px 1px 5px;
	height:20px;
	overflow:hidden;
	with:225px;
}
.accountinfo tr td.editlink
{
	background-color:#efefef;
	border:0;
	text-align:right;
}
	.accountinfo tr td.editlink a:link
	{
		background-image:url(/pub/design/titlebg.png);
		width:148px;
		height:27px;
		line-height:27px;
		color:#fff;
		text-decoration:none;
		display:block;
		float:right;
		text-align:center;
	}
	.accountinfo tr td.editlink a:visited
	{
		background-image:url(/pub/design/titlebg.png);
		width:148px;
		height:27px;
		line-height:27px;
		color:#fff;
		text-decoration:none;
		display:block;
		float:right;
		text-align:center;
	}
	.accountinfo tr td.editlink a:hover
	{
		background-image:url(/pub/design/titlebg.png);
		width:148px;
		height:27px;
		line-height:27px;
		color:#fff;
		text-decoration:none;
		display:block;
		float:right;
		text-align:center;
	}
	.accountinfo tr td.editlink a:active
	{
		background-image:url(/pub/design/titlebg.png);
		width:148px;
		height:27px;
		line-height:27px;
		color:#fff;
		text-decoration:none;
		display:block;
		float:right;
		text-align:center;
	}			
	
	
.red
{
	color:red;
	font-weight:bold;
}


.suberror
{
	width:500px;
	height:100px;
	margin:5px 0 0 5px;
	border:2px solid #999;
	background-color:#efefef;
}
	.suberror h1
	{
		font-size:115%;
		font-weight:bold;
		padding:5px 0 0 10px;
		margin:0 0 0 0;
	}
	.suberror p
	{
		margin:0 0 0 0;
		padding:5px 0 0 10px;
	}
	

/** status **/
.statusblock
{
	font-weight:bold;
	color:red;

}
.statuspaid
{
	color:blue;
}
.statusmature
{
	color:green;
}
.statusactive
{
	color:#000;
}
.statusstart
{
	color:purple;
}
.statuscredit
{
	color:red;
}
.statuscancelled
{
	color:red;
}
.statusna
{
	color:black;
}
.statusreturned
{
	color:#000099;
}
.statusshipped
{
	font-weight:bold;
	color:red;
}

.statusdeclined
{
	font-weight:bold;
}


.intmsg
{
	margin:5px 5px 5px 5px;
	width:95%;
	padding:5px 5px 5px 5px;
	border:1px solid #999;
	background-color:#0E3BAF;
	color:#fff;
	font-weight:bold;
}



.returnstatus1
{
	color:red;
	font-weight:bold;
}
.returnstatus2
{
	color:blue;
	font-weight:bold;
}
.returnstatus3
{
	color:red;
	font-weight:bold;
}


.datereceived
{
	font-weight:bold;
	color:#0E3BAF;
}

.returnshiperror
{
	margin:5px 0 5px 10px;
	padding:0 0 0 0;
	width:95%;
	border:2px solid #0E3BAF;
	background-color:#efefef;
}
	.returnshiperror h2
	{
		margin:0 0 0 0;
		padding:0 0 0 5px;
		background-color:#0E3BAF;
		color:#fff;
		font-size:100%;
	}
	.returnshiperror p
	{
		padding:0 0 0 0;
		margin:0 0 0 0;
	}
	
.lastpayment
{
	color:#0066CC;
	font-weight:bold;
}	

.shipping
{
	color:#000fff;
}


.printitem
{
	margin:5px 0 5px 15px;
}

	.printitemheader
	{
		font-size:115%;
	}
	
	.printshiptbl
	{
		width:600px;
	}
		.printshiptbl caption
		{
			background-color:#000;
			color:#fff;
			font-size:115%;
			font-weight:bold;
			padding:2px 0 2px 5px;
			text-align:left;
		}
		
		.printshiptbl th
		{
			font-weight:bold;
			padding:5px 0 0 0;
			text-align:left;
		}
.printitemtbl
{
	width:600px;
}		
		
	.printitemtbl caption
	{
		background-color:#000;
		color:#fff;
		font-size:115%;
		font-weight:bold;
		padding:2px 0 2px 5px;
		text-align:left;
	}
	
	.printitemtbl th
	{
		font-weight:bold;
		padding:5px 0 0 0;
		text-align:left;
		background-color:#ccc;
	}
	
	.printitemtbl td
	{
		background-color:#efefef;
		border-bottom:1px solid #999;
		padding:2px 0 2px 0;
	}
	.printitemtbl td.tdr
	{
		background-color:#fff;
		border:0;
		text-align:right;
		padding:2px 5px 2px 0;		
	}
	
