/* Classes to manage Search Form */
#DMSSearchForm {
	color:#0066cc;
}
#DMSSearchForm fieldset{
	border:1px 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;
}




/* Classes to manage Upload File, Upload Image */
#UploadInputContainer{
	width:180px;
	height:150px;
	padding:1px 1px 1px 1px;
	float:left;
}
#UploadInputContainer img {
	float:left;
}
#UploadInputContainer a {
	float:left;
	clear:right;
}

#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;
}


/* Log in Form */
#fieldsetLogIn {
	width:35%;
	border:1px solid #336699;
	margin:5px 0px 5px 10px;
}
#fieldsetLogIn legend{
	font-size:14px;
	font-weight:bold;
	color:#336699;
}
#fieldsetLogIn div{
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	width:100%;
	text-align:center;
}
#fieldsetLogIn table{
	margin:5px 0px 5px 5px;
}
#fieldsetLogIn .textbox{
	width:200px;
	border:1px solid #000000;
}
/* 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:400px;
	margin: 0 50px 0 0;
	padding:5px 5px 5px 5px;
	border:0px;
	text-align:left;
	background-color:#fff;
}
#FormContainer fieldset{
	margin:5px 0px 25px 0px;
	width:750px;
	padding: 5px 0 5px 5px;
	min-height:200px;
}
* html #FormContainer fieldset{
	height:200px;
}
#FormContainer legend{
	color:#336699;
	font-weight:bold;
	font-size:15px;
}
#FormContainer th,#FormContainer label{
	width:150px;
	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;
}

/******************** MEMBER PROFILE **************************************/

#FormContainerProfile
{
	width:100%;
	padding:5px 5px 5px 5px;
	border:0px;
	text-align:left;
	min-height:200px;
	background-color:#fff;
}

#FormContainerProfile fieldset{
	margin:5px 0px 25px 0px;
	width:50%;
	padding: 5px 0 5px 5px;
	min-height:200px;
}
* html #FormContainerProfile fieldset{
	height:200px;
}
#FormContainerProfile legend{
	color:#336699;
	font-weight:bold;
	font-size:15px;
}
#FormContainerProfile th,#FormContainer label{
	width:150px;
	text-align:left;
	padding:0 0 0 5px;
	color:#012948;
	font-size: 80%;
	font-weight: normal;
}
#FormContainerProfile td,#FormContainer label{
	padding:1px 1px 1px 1px;
}
#FormContainerProfile .formLink{
	float:left;
	clear:both;
}
#FormContainerProfile a.formLink:link{
	text-decoration:underline;
	color:#ff0000;
}
#FormContainerProfile a.formLink:visited{
	text-decoration:underline;
	color:#ff0000;
}
#FormContainerProfile a.formLink:hover{
	text-decoration:none;
	color:#0000ff;
}
#FormContainerProfile a.formLink:active{
	text-decoration:underline;
	color:#ff0000;
}

#FormContainerProfile #CheckboxHeader{
	font-size:80%;
	width:100%;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

/*************************Member Profile Instruments Section*********************************************/

#Instruments
{
	width:100%;
	padding:5px 5px 5px 5px;
	border:0px;
	text-align:left;
	min-height:200px;
	background-color:#fff;
}

#Instruments fieldset{
	margin:5px 0px 25px 0px;
	width:80%;
	padding: 5px 0 5px 5px;
	min-height:200px;
}
* html #Instruments fieldset{
	height:200px;
}
#Instruments legend{
	color:#336699;
	font-weight:bold;
	font-size:15px;
}
#Instruments th,#FormContainer label{
	width:90px;
	text-align:left;
	padding:0 0 0 5px;
	color:#012948;
	font-size: 80%;
	font-weight: normal;
}
#Instruments td,#FormContainer label{
	padding:1px 1px 1px 1px;
	width:900px;
}
#Instruments .formLink{
	float:left;
	clear:both;
}
#Instruments a.formLink:link{
	text-decoration:underline;
	color:#ff0000;
}
#Instruments a.formLink:visited{
	text-decoration:underline;
	color:#ff0000;
}
#Instruments a.formLink:hover{
	text-decoration:none;
	color:#0000ff;
}
#Instruments a.formLink:active{
	text-decoration:underline;
	color:#ff0000;
}

#Instruments #CheckboxHeader{
	font-size:80%;
	width:60%;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}


/****************************************************************************/

/******************* checkbox of instruments ************************/
/*
#ctl00_Main_Description
{
	width:200px;
}
*/

.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:910px;
}
.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:#0365c9;
	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;
}

.inactive {
	color:#666666 !important;
}

.nextPreviousHeader{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.fakeLink{
	color:#0000FF;
	text-decoration:underline;
	cursor:pointer;
}
.foundError{
	font-weight:bold;
	color:#FF0000;
}


.formButton{
	cursor:pointer;
	background-color:#F4730D;
	border:1px solid #E85609;
	font-size:12px;
	width:120px;
	margin:0 2px 0 0;
	padding: 3px 0 3px 0;
	color: #fff;
	font-weight: bold;
}


#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;
}


.adminsubnavwrap
{
	clear:both;
	background-color:#fff;
	font-size:90%;
	padding:8px 0;
	background:url('/pub/design/bg_subnav.png') repeat-x;
	height:15px;
	margin:0 0 0px 0;
}

.AdminSubNav
{
	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:0 0 0 0;
	padding:0 0 0 0;
}

.FormButtonContainerBottom{
	margin:0 0 0 0;
	padding:0 0 0 0;

}


.seperatorBig
{
	height:15px;
	background-color:#efefef;
}

.seperatorMedium
{
	height:10px;
	background-color:#efefef;
}

.seperatorSmall
{
	height:1px;
	background-color:#efefef;
}

.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%;*/
	width:80;
}

.MessageUIText
{
	font-family:verdana,arial,helvetica;
	font-size:100%;
	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:310px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:arial;
}

#mixPartForm table
{
	font-size:90%;
	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:85%;
}

#mixPartForm table td{
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
	line-height:15px;
	font-size:85%;
	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
{
	min-height:200px;
	width:285px;
}
	* html #mixPartForm fieldset
	{
		height:200px;
	}

#mixPartForm fieldset legend
{
	color:#A30A0A;
	font-size:85%;
	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;
	background-color: #fafafa;
	float: left;
	color: #333;
	text-decoration: none;
	color: #ff7a00;
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 3px;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #9c9c9c;
}
.PageNextPrev a:visited
{
	display: block;
	background-color: #fafafa;
	float: left;
	color: #333;
	text-decoration: none;
	color: #ff7a00;
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 3px;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #9c9c9c;

}
.PageNextPrev a:hover
{
	display: block;
	background-color: #fafafa;
	float: left;
	color: #333;
	text-decoration: none;
	color: #ff7a00;
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 3px;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #9c9c9c;
}
.PageNextPrev a:active
{
	display: block;
	background-color: #fafafa;
	float: left;
	color: #333;
	text-decoration: none;
	color: #ff7a00;
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 3px;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #9c9c9c;

}
.PageNextPrev .PageSelected
{
	display: block;
	background-color: #676767;
	float: left;
	color: #111;
	text-decoration: none;
	color: #ff7a00;
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 3px;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #9c9c9c;

}

.NextPrev #PageNumber{}


/* * Drop Down Menu CSS */
.dropdown 
{
	float:left; 
	margin:5px 5px 0 0;
}
.dropdown dt 
{
	/*width:138px;*/
	margin:0 0 0 10px;
	font-weight:bold; 
	cursor:pointer; 
	text-align:center;
}
.dropdown dt a 
{
	color:#fff;
	text-decoration:none;
	padding:0 0px 0 20px;
	border-left:1px solid white;
}
.AdminSubNav dl:first-child a{
	border:none;
}
.dropdown dt a:hover 
{
	text-decoration:underline;
}
.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 #257fdc; 
	border-right:2px solid #257fdc; 
	border-bottom:2px solid #257fdc; 
}
.dropdown ul li 
{
	/*display:inline;*/
}
.dropdown ul li a:link 
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#fff;
	text-decoration:none; 
	background-color:#1669bf; 
	width:124px;
	border-right:2px solid #9ac1c9; 
	border-bottom:1px solid #b9d6dc;
}
.dropdown ul li a:visited
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#fff; 
	text-decoration:none; 
	background-color:#1669bf; 
	width:124px;
	border-right:2px solid #9ac1c9; 
	border-bottom:1px solid #b9d6dc;
}
.dropdown ul li a:active
{
	display:block; 
	padding:5px 5px 5px 5px; 
	color:#fff; 
	text-decoration:none; 
	background-color:#1669bf; 
	width:124px;
	border-right:2px solid #9ac1c9; 
	border-bottom:1px solid #b9d6dc;
}
.dropdown ul li a:hover 
{
	background-color:#1669bf; 
	color:#FDB372;
	border-bottom:1px solid #b9d6dc;
}
.dropdown .underline 
{
	border-bottom:1px solid #b9d6dc;
}




/* log in form */
.loginfieldset
{
	border:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.login{
	margin: 0 0 10px 0;
}
.loginhead{

	background-color:#333;
	width: 214px;	
	height: 33px;
	margin: 0 0 0 0;
}
.login h3{
	margin: 0 0 0 0;
	padding: 5px 0 0 10px;
	color: #fff;
	font-size: 140%;
}

.loginbody{
	background-color: #e1e1e1;
	width: 194px;
	padding: 5px 10px 10px 10px
}
.loginbody p{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

.loginform p{
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
}
.loginform input{
	margin: 5px 0 0 10px;
	padding: 0 0 0 0;
	height: 20px;
	width: 160px;
}
#AutoLogIn
{
	text-align:center;
	padding:5px 15px 5px 15px;
}
.AutoLogInButton
{
 	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	font-family: verdana;
	height: 20px;
	cursor: pointer;
	background-color: orange;
	border: none;
	border: 1px solid #db8e00;
	margin: 0 0 0 10px;
}

.BandPos
{
	width:600px;
}
#ctl00_Main_PlayID
{
	width:820px;
	border:0px solid black;
}
#ctl00_Main_PlayID td
{
	border:0px solid black;
	width:820px;
}
.BandPos2
{
	width:800px;
}
#ctl00_Main_Description
{
	width:800;
}
#ctl00_Main_Description td
{
	border:0px solid black;
	width:800px;
}

/*************** INBOX **********************/
.inboxsend{
	cursor:pointer;
	background-color:#f7bd86;
	border: none;
	font-size:11px;
	width:86px;
	height: 24px;
	margin:0 2px 0 0;
	color: #fff;
	background-image:url(/pub/design/subnav_hover.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.inboxsend2{
	cursor:pointer;
	background-color:#f7bd86;
	border: none;
	font-size:11px;
	width:86px;
	height: 54px;
	margin:0 2px 0 0;
	color: #fff;
	/*
	background-image:url(/pub/design/subnav_hover.png);
	background-position:left top;
	background-repeat:no-repeat;
	*/
}

.inboxsend2 a:link{
	cursor:pointer;
	background-color:#f7bd86;
	border: none;
	font-size:11px;
	width:86px;
	height: 24px;
	margin:0 2px 0 0;
	color: #fff;
	background-image:url(/pub/design/subnav_hover.png);
	background-position:left top;
	background-repeat:no-repeat;
}


.inboxsend2 a:active{
	cursor:pointer;
	background-color:#f7bd86;
	border: none;
	font-size:11px;
	width:86px;
	height: 24px;
	margin:0 2px 0 0;
	color: #fff;
	background-image:url(/pub/design/subnav_hover.png);
	background-position:left top;
	background-repeat:no-repeat;
}


.inboxsend2 a:visited{
	cursor:pointer;
	background-color:#f7bd86;
	border: none;
	font-size:11px;
	width:86px;
	height: 24px;
	margin:0 2px 0 0;
	color: #fff;
	background-image:url(/pub/design/subnav_hover.png);
	background-position:left top;
	background-repeat:no-repeat;
}


.inboxsend2 a:hover{
	cursor:pointer;
	background-color:#f7bd86;
	border: none;
	font-size:11px;
	width:86px;
	height: 24px;
	margin:0 2px 0 0;
	color: #fff;
	background-image:url(/pub/design/subnav_hover.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.buttonsinbox a:link{
	background-color:#F7BD86;
	background-image:url(/pub/design/subnav_hover.png);
	background-position:center center;
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	height:19px;
	margin:0 2px 0 0;
	width:86px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 0 0;
}
.buttonsinbox a:visited{
	background-color:#F7BD86;
	background-image:url(/pub/design/subnav_hover.png);
	background-position:center center;
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	height:19px;
	margin:0 2px 0 0;
	width:86px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 0 0;
}

.advertiserMusic h1{
	font-size: 200%;
	color: #333333;
	font-weight: bold;
}
.advertiserMusic .message{
	background-image: url(/pub/images/messagebtn.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 92px;
	height: 30px;
	text-align: center;
	margin: 0px 5px 0 0;
	padding:5px 0 0 0 ;
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}
div.mp3-player
{
	display:block;
	margin:5px 0 5px 0;
}
.advertiserMusic div.mp3-player{
	width:525px;
	height:30px;
}
.musicbtns div.mp3-player{
	height:30px;
	width:320px;
	float:right;
	margin:10px 15px 0 0;
}
div.mp3-player-sm{
	width:140px;
	height:30px;
}
.downloadalbum{
	margin:5px 0 20px 0;
}
.downloadalbum td{
	border-bottom:1px dotted #666;
	padding:2px;
}

.downloadalbum tr.cellsone {
	background-color:#EBEBEB;
}
.noshow{
	display:none;
}


span.adminRoleNav
{
	font-weight:normal;
	border-bottom:1px solid #999;
	font-size:12px;
	padding:2px 0 2px 0;
}
span.adminRoleNav b
{
	color:red;
}

.error{
	color:red;
	font-weight:bold;
}
.reason{
	background:#f5f5f5;
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
	font-weight:bold;
}
a.formButton{
	color:White;
	padding-left:5px;
	padding-right:5px;
}





	
/* CIM Billing */
#CIM-Billing
{
	float:left;
	width:95%;
	margin:5px 0 15px 5px;
	padding:10px 10px 10px 10px;
	border:1px solid #ccc;
}

	#CIM-Billing ul li.date-created
	{
		font-size:10px;
		color:#666;
		font-style:italic;
	}
	#CIM-Billing h2 span.add-item
	{
		float:right;
		font-size:11px;
		padding:0 2px 0 0;
	}

	#CIM-Billing .buttons
	{
		float:left;
		margin:5px 0 5px 0;
		width:100%;
	}

	#CIM-Billing .customer-info
	{
		float:left;
		width:100%;
	}
	#CIM-Billing h2
	{
		width:100%;
		background-color:#ccc;
		text-align:center;
		margin:0 0 5px 0;
		padding:2px 0 2px 0;
		font-size:14px;
	}

	#CIM-Billing .customer-left
	{
		width:50%;
		border:1px solid #ccc;
		float:left;
		padding:5px 5px 5px 5px;
	}
	
		.customer-left table
		{
			width:100%;
		}
		.customer-left input textarea
		{
			width:300px;
		}
		.customer-left input.checkbox
		{
			width:16px;
			height:16px;
		}
	
	#CIM-Billing .customer-right
	{
		width:45%;
		margin:0 0 5px 15px;
		float:left;
		border:1px solid #ccc;
		padding:5px 5px 5px 5px;
	}
		.customer-right ul
		{
			margin:10px; 0 0 5px;
			padding:0 0 0 0;
			width:100%;
		}
		.customer-right ul li
		{
			margin:0 0 5px 0;
			padding:0 0 0 0;
			list-style-type:none;
			width:100%;
			float:left;
		}
		.customer-right ul li label
		{
			display:block;
			float:left;
			width:150px;
			font-weight:bold;
			padding:0 0 2px 0;
		}
		.customer-right ul li span
		{
			display:block;
			float:left;
			width:250px;
			border-bottom:1px solid #ccc;
			padding:0 0 2px 0;
		}
		
		
	.payment-profile		
	{
		width:45%;
		margin:0 0 5px 15px;
		float:left;
		border:1px solid #ccc;
		padding:5px 5px 5px 5px;		
	}
		.payment-profile ul.payment-address
		{
			margin:10px 0 0 5px;
			padding:0 0 0 0;
			width:50%;
			float:left;
		}
		.payment-profile ul.payment-address li
		{
			margin:0 0 0 0;
			padding:0 0 0 0;
			list-style-type:none;
			width:100%;
			float:left;
		}
		
		.payment-profile ul.payment-info
		{
			margin:10px 0 0 5px;
			padding:0 0 0 0;
			width:40%;
			float:left;		
		}
		.payment-profile ul.payment-info li
		{
			margin:0 0 0 0;
			padding:0 0 3px 0;
			list-style-type:none;
			width:100%;
			float:left;		
		}
		
		.payment-profile ul li label
		{
			float:left;
			font-weight:bold;
			padding:0 2px 2px 0;
		}
		.payment-profile ul li span
		{
			float:left;
			padding:0 0 2px 0;
		}	
		.payment-profile ul li span.no-line
		{
			border:none;
		}
		
	.shipping-profile
	{
		width:45%;
		margin:0 0 5px 15px;
		float:left;
		border:1px solid #ccc;
		padding:5px 5px 5px 5px;				
	}
		.shipping-profile ul
		{
			margin:5px 0 5px 5px;
			padding:0 0 0 0;
			text-transform:uppercase;
		}
		.shipping-profile ul li
		{
			list-style-type:none;
			margin:0 0 5px 0;
			padding:5px 0 5px 0;
			border-bottom:1px solid #ccc;
		}
		
	.customer-orders
	{
		width:98%;
		margin:15px 0 15px 0;
		float:left;
		border:1px solid #ccc;
		padding:5px 5px 5px 5px;
		min-height:65px;		
		overflow:auto;
		height:300px;	
	}
		.customer-orders table
		{
			font-size:90%;
		}
	
		.customer-orders td.desc-td
		{
			width:300px;
		}


#CIM-Delete-Over
{
	width:100%;
	position:absolute;
	background-color:#ccc;
	top:0px;
	left:0px;
	height:1999px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   filter: alpha(opacity=50);   -khtml-opacity: 0.5;  opacity: 0.5;
   z-index:1;
  display:none;
}
#CIM-Delete
{
	z-index:99;
	width:500px;
	height:200px;
	left:200px;
	top:100px;
	position:absolute;
	border:35px solid #F66803;
	background-color:#fff;
	display:none;
}
	#CIM-Delete a
	{
		color:#008B52;
		text-decoration:none;
	}
	#CIM-Delete a:hover
	{
		text-decoration:underline;
	}

	#CIM-Delete-inner
	{
		padding:25px 25px 25px 25px;
		float:left;
	}
	#CIM-Delete-Message
	{
		float:left;
	}
	#CIM-Delete-Message h1
	{
		font-size:110%;
		margin:5px 0 5px 0;
		padding:5px 0 5px 0;
	}
	#CIM-Delete-Message p
	{
		padding:5px 0 5px 0;
		margin:5px 0 5px 0;
	}

/* End CIM Billing */	



/* CIM Edit Payment */
#cimPayment
{
	margin:5px 0 0 0;
	font-size:12px;
	width:600px;
}
	#cimPayment fieldset
	{
		border:none;
	}

	#cimPayment table
	{
		width:100%;

	}
	#cimPayment table caption
	{
		background-color:#F66803;
		color:#fff;
		text-align:center;
		text-transform:uppercase;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		width:600px;
	}
	#cimPayment table td 
	{
		width:65%;
		padding:3px 0 3px 0;
	}
	#cimPayment table td input.text
	{
		width:300px;
		border:1px solid #ccc;
		padding:1px 1px 1px 1px;		
	}
	#cimPayment table td select.select
	{
		width:303px;
		border:1px solid #ccc;
		padding:1px 1px 1px 1px;				
	}	
	
	#cimPayment table th
	{
		width:35%;
		padding:3px 5px 3px 1px;
		color:#666;
	}
	#cimPayment fieldset
	{
		border:none;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	#cimPayment .cimBilling
	{
		margin:0 0 5px 0;
	}
	#cimPayment .cimCreditCard
	{
		margin:0 0 5px 0;
	}
	#cimPayment label
	{
		font-weight:bold;
		display:block;
		width:200px;
		padding:2px 2px 2px 2px;
		text-align:right;
	}

	#cimPayment .buttons{
		text-align:center;
		margin:0 auto 0 auto;
		width:275px;
	}
	.cimBtn{
		cursor:pointer;
		background-color:#F4730D;
		border:1px solid #E85609;
		font-size:12px;
		width:120px;
		margin:0 2px 0 0;
		padding: 3px 0 3px 0;
		color: #fff;
		font-weight: bold;
	}

.customer-orders
{

}
	.customer-orders table
	{
		margin:0 0 5px 0;
		padding:0 0 0 0;
		width:100%;
	}
	.customer-orders table caption
	{
		display:none;
	}
	.customer-orders table tr th
	{
		background-color:#ccc;
		text-align:left;
		font-weight:bold;
		padding:2px 2px 2px 2px;
	}
	.customer-orders table tr td
	{
		padding:2px 2px 2px 2px;
		border-bottom:1px solid #ccc;
	}



/* End CIM Edit Payment */


/* CIM Create Order */

.cim-order-box
{
	margin:5px 0 5px 5px;
	border:1px solid #999;
	width:800px;
	padding:10px 10px 10px 10px;
	float:left;


}
	.cim-order-box .item-box
	{
		width:95%;
		border:1px solid #ccc;
		padding:5px 5px 5px 5px;
		margin:5px 5px 5px 5px;
		float:left;	
	}
	.cim-order-box h2
	{
		margin:0 0 0 0;
		padding:5px 0 5px 0;
		background-color:#ccc;
		text-align:left;
		font-weight:bold;
		font-size:13px;
	}
		.cim-order-box h2 span
		{
			padding:0 0 0 5px;
		}
	
	.cim-order-box h3
	{
		border-bottom:1px solid #ccc;
		margin:0 0 5px 0;
		padding:0 0 5px 0;
		font-size:12px;
	}
	.cim-order-box h4
	{
		background-color:#ccc;
		text-align:center;
		padding:5px 0 5px 0;
		font-weight:bold;
		font-size:12px;
		margin:0 0 5px 0;			
	}
	.cim-order-box input
	{
		float:left;
	}
	.cim-order-box label
	{
		float:left;
		display:block;
	}
	.cim-order-box .opt-item
	{
		float:left;

	}
	.cim-order-box .opt-item ul
	{
		margin:0 0 0 0;
		padding:0 0 0 0;
		float:left;
	}
	.cim-order-box .opt-item ul li
	{
		list-style-type:none;
		margin:0 0 0 0;
		padding:0 0 0 0;		
	}
		.cim-order-box .opt-item ul li.strong
		{
			text-decoration:underline;
			font-weight:bold;
			color:#000;
		}
	
	.cim-order-box .buttons
	{
		padding:10px 0 10px 5px;
		clear:left;
	}

	#CIM-Billing .error-box
	{
		background-color:red;
		color:#fff;
		margin:5px 0 5px 0;
		border:1px solid #000;
		font-weight:bold;
		padding:5px 0 5px 5px;
	}

	.item-box .billship-item
	{
		width:100%;
		float:left;
		margin:5px 0 5px 0;
	}
	.billship-item .billto
	{
		float:left;
		width:46%;
		margin:0 5px 0 5px;
		border:1px solid #ccc;
		padding:5px 5px 5px 5px;
		min-height:136px;
	}

		.billship-item strong
		{
			display:none;
		}



.cimpayment-error-box
{
	background-color:red;
	color:#fff;
	text-align:center;
	font-size:125%;
	padding:5px;
	border:5px solid #000;
	margin:5px 0 5px 0;
}	
/* End CIM Creat Order */

	

/* cim payment methods */
.payment-option{
	margin:5px 0 0 15px;
	min-height:300px;
	float:left;
	width:825px;
}
	.payment-option .payment-item{
		/*width:400px;*/
		width:100%;
		margin:0 10px 0 0;
		padding:0 0 5px 0;
		float:left;
	}
		.payment-option .payment-item h2
		{
			background-color:#008B52;
			color:#fff;
			text-transform:uppercase;
			text-align:left;
			text-indent:5px;
			padding:0 0 0 0;
			margin:15px 0 0 0;
			font-size:125%;
			line-height:150%;
		}
		.payment-option .payment-item p
		{
			padding:5px 0 5px 0;
		}
	.paymentMethod{
		margin:10px 0 0 10px;
		padding:0 0 5px 0;
		display:block;
	}
	.paymentMethod .opt-item{
		float:left;
		width:235px;
		min-height:150px;
		overflow:hidden;
		border-botom:5px solid #008B52;
		margin:2px 0 5px 5px;
		padding:0 0 0 5px;
		background-color:#fff;
	}
	#shiptoList .paymentMethod .opt-item{
		width:165px;
	}

	.paymentMethod .opt-item label
	{
		float:left;
	}
	
	.opt-item .default-button{
		margin:0 0 0 -3px;
		padding:0 0 0 0;
		background-color:transparent;
		border:none;
		color:#326C9F;
		font-weight:normal;
		font-size:12px;
		float:none;
		text-decoration:underline;
	}
	.opt-item .default-button-submit{
		cursor:pointer;
	}
	
	.paymentMethod input
	{
		float:left;
		/*clear:left;*/
		margin:5px 0 0 5px;
	}
	
		.paymentMethod ul {
			margin:0 0 0 0;
			padding:0 0 0 0;
		}
		.paymentMethod ul li{
			margin:0 0 2px 0;
			padding:0 0 2px 0;
			list-style-type:none;
		}
		.paymentMethod ul li.strong{
			color:#008B52;
			font-weight:bold;
			text-decoration:underline;
			clear:left;
		}
		.paymentMethod ul li a:link, .paymentMethod ul li a:visited{
			color:#008B52;
		}
		.paymentMethod ul li a:hover,.paymentMethod ul li a:hover{
			color:#666;
		}
		
	.payment-item p.buttons{
		text-align:center;
	}
	
.displayNone{
	display:none;
}	


.errorbox
{
	background-color:red;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	line-height:175%;
	text-indent:5px;
	margin:5px 0 5px 0;
}

/* end cim payment methods */

span.blue{
	color:blue;
	font-weight:bold;
}
span.green{
	color:green;
	font-weight:bold;
}
span.red{
	color:red;
	font-weight:bold;
}


#my-ads{

}

	#my-ads .item-bottom{
		width:450px;
		float:left;
		margin:5px 10px 5px 0;
		min-height:175px;
	}
		#my-ads .item-bottom h2{
			background-color:#FFA500;
			color:#fff;
			text-align:left;
			text-indent:5px;
			line-height:150%;
			font-size:125%;
			font-weight:bold;
		}
	
	
		
		
		#my-ads p{
			padding:5px 5px 5px 5px;
		}
		#my-ads .cim-wraps{
			width:448px;
			background-color:#efefef;
			border:1px solid #999;
			border-top:1px solid #efefef;
			border-left:1px solid #efefef;
			min-height:125px;
			float:left;
			margin:0 0 5px 0;
		}
		
		#my-ads table{
			margin:10px 0 0 5px;
			width:435px;
		}
		#my-ads table tr td{		
			padding:5px 0 5px 5px;
		}
		#my-ads table tr td.cc-status{
			border-bottom:1px solid #fff;
			font-weight:bold;
			font-size:125%;
			color:blue;
		}
		#my-ads table tr th{
			background-color:#efefef;
			border-bottom:1px solid #fff;
			text-align:left;
			padding:0 0 0 5px;
			color:#0E5193;
		}
		
		#my-ads .invoice-body{
			margin:5px 0 0 5px;
		}
		
		
#prices-rates		{
	margin:5px 0 5px 0;
}
	#prices-rates label{
		font-weight:bold;
	}
	#prices-rates .pricerow{
		margin:0 0 5px 0;
	}
	
#ctl00_Main_Fieldset_156 label{
	font-weight:bold;
	font-size:125%;
	color:blue;
}	
	#ctl00_Main_Fieldset_156 label span{
		font-size:12px;
		font-style:italic;
		color:#000;
	}
	
	
	


#payment-view{
	width:700px;
	padding:0 0 0 10px;
}	
	#payment-view table{
		width:700px;
		margin:5px 0 5px 0;
	}
		#payment-view table caption{
			color:#fff;
			background-color:##F4730D;
			text-align:center;
			font-size:14px;
			line-height:20px;
		}
		#payment-view table tr th{
			background-color:#ccc;
			padding:5px 0 5px 2px;
			text-align:left;
		}
		#payment-view table tr td{
			padding:5px 0 5px 2px;
			border-bottom:1px solid #ccc;
		}
		
		
		
.default-rate-level		{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
	.default-rate-level p{
		width:#ddd;
		font-weight:bold;
		border-bottom:1px solid eee;
	}
	.default-rate-level ul{
		width:100%;
		padding:0 0 0 0;
		margin:0 0 0 0;
	}
	.default-rate-level ul li{
		list-style-type:none;
		margin:0 8px 0 0;
		padding:0 0 0 0;
		float:left;
	}
		.default-rate-level ul li strong{
			color:#0E5193;
			font-weight:normal;
		}
	.default-rate-level ul li.hdr{
		color:#0E5193;
		font-weight:bold;
		text-indent:10px;
	}
