
html 		{overflow-y: scroll;}
body 		{background: #cccccc;color: #333;}

.outer-div 	{width: 100%;}
.inner-div 	{width: 980px; margin: 0px auto;}
		.admin-div {
				border-bottom-left-radius: 10px;
					-moz-border-radius-bottomleft: 10px;
					-webkit-border-bottom-left-radius: 10px;behavior: url(layout/components/ie-css3.htc);
		}
		.admin-div {
			border-bottom-right-radius: 10px;
					-moz-border-radius-bottomright: 10px;
					-webkit-border-bottom-right-radius: 10px;behavior: url(layout/components/ie-css3.htc);
		}
		.admin-div {
			
		-moz-box-shadow: 0px 1px 5px #999999;
  		-webkit-box-shadow: 0px 1px 5px #999999; 
  		box-shadow: 0px 1px 5px #999999;
  		behavior: url(layout/components/ie-css3.htc);
		}
.admin-div {
    height: 40px;
    padding: 5px;
    background-color: #70adcc;
    border: 1px solid #333333;
    border-top: 0px;
    z-index: 999;
}
.adminbutton {
    display: block; 
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 2px #333333;
    float: left;
    margin: 0 10px 15px 0;
    padding: 0;
    border: none;
}
.logout:hover {color: #f2f2f2;}
.adminbutton:hover {
    text-decoration: none;
}
.lg-adminbutton  {
    width: 220px;
    height: 40px;
    line-height: 40px;	
    color: #f2f2f2;
}	
.lg-adminbutton:hover {
	color: #f2f2f2;
}
.lg-blue-button {
	background: url(../images/admin/buttons/lg-blue-button.png) center top no-repeat;
}
.lg-blue-button:hover {
    background-position: center bottom;
}
.lg-red-button {
    background: url(../images/admin/buttons/lg-red-button.png) center top no-repeat;
}
.lg-red-button:hover {
    background-position: center bottom;
}
h1, h2 {
    font: bold 24px/28px Trebuchet MS, Trebuchet MS, Arial, sans serif;
    color: #277ebc;
}
h3, h4, h5, h6 {
    font: 18px/22px Trebuchet MS, Trebuchet MS, Arial, sans serif;
    color: #333333;
}
a, a:hover {color: #277ebc;}
a:hover {text-decoration: underline;}

.divider {
    background: url(../images/admin/background/divider.png) repeat-x;
    height: 3px;
    margin: 0 0 12px 0;
    clear: both;
}
.mandatory, .mandatoryDDL {
    background-color: #fdf9e0;
}
.banner-div {
	width: 980px;
	height: 140px;
	background: #f2f2f2;
	position: relative;
}
	.banner-logo {
		position: absolute;
		top: 10px;
		left: 10px;
	} 
		.banner-logo img{} 
		.banner-logo-sitename {
			position: absolute;
			top: 0px;
			left: 120px;
			width: 250px;
		}
	.banner-side-div {
		position: absolute;
		top: 5px;
		right: 5px;
	}
		.banner-supernav-div {
			text-align: right;
		}
		.banner-socialmedia-div {
			float: right;
			margin-left: 5px;
		}
		.banner-contact-div {
			text-align: right;
		}
		.banner-tagline-div {
			text-align: right;
		}

.navbar-div {
	width: 980px;
	height: 60px;
	line-height: 60px;
	background: #cccccc;
}
.navbar-div a {
	display: block;
	float: left;
	padding: 0px 10px;
	color: #277ebc;
	text-decoration: none;
}
.navbar-div a:hover, .navbar-div a.current {
	background: #277ebc;
	color: #f2f2f2;
}

.content-div {
	background: #f2f2f2;
	width: 940px;
	padding: 20px;
}
.content-div img {
	padding: 3px;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	max-width: 100%;
}

.fullwidth .textholder {
	width: 100%;
}
.textholder {
	float: right;
	margin: 10px auto;
	width: 700px;
	border-bottom: 1px solid #cccccc;
}
.textholder:last-of-type {
	border-bottom: none;
}
.textholder .fullimg img {
    width: 692px;
}
.fullimg img {
	width: 100%;
}
.fullwidth .textholder .fullimg img {
    width: 934px;
}
.alertblock {
	background: #e44646;
	border: 2px solid #d81f1f;
	color: #f2f2f2;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}
.successblock {
	background: #31c657;
	border: 2px solid #279d45;
	color: #f2f2f2;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.pagetextholder {
	clear: both;
}
.textholder-image {
	margin-bottom: 20px;
}
.textholder-image p, .videoholder p {
	text-align: center;
	font: italic 12px/20px Trebuchet MS, Trebuchet MS, sans-serif;
	color: #333333;
}
.videoholder {
    float: right;
}
.videoholder iframe {
	padding: 3px;
	margin: 0 0 3px 20px;
	background: #f2f2f2;
	border: 1px solid #cccccc;
}
.videoholder p {
    padding: 0px 20px;
}
.sidemenu {
	width: 200px;
	float: left;
	padding: 10px 20px 10px 0px;
	border-right: 1px solid #cccccc;
}
.sidemenu-category  {
	display: block;
	color: #277ebc;
	cursor: pointer;
	padding: 6px 0px;
	font: 16px/22px Trebuchet MS, Trebuchet MS, sans-serif;
    border-bottom: 1px solid #cccccc;
}
.sidemenu-category.next-category {
	border-top: 1px solid #cccccc;
}
.sidemenu-category:hover {
    color: #226da2;
	text-decoration: none;
}
.sidemenu-category.current-category {
    color: #226da2;
    font-weight: bold;
}
.sidemenu-subcategory {
	display: block;
	cursor: pointer;		
	margin-left: 20px; 
	font: 14px/20px Trebuchet MS, Trebuchet MS, sans-serif;  
	padding: 3px 0px;
}
.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #333333;
}
.sidemenu-subcategory.current-subcategory {
    color: #333333;
}
		#divForgotPassword {
			
		-moz-box-shadow: 0px 2px 10px #333333;
  		-webkit-box-shadow: 0px 2px 10px #333333; 
  		box-shadow: 0px 2px 10px #333333;
  		behavior: url(layout/components/ie-css3.htc);
		}
#divForgotPassword {
	position: absolute;
	border: 1px solid #333333;
	background: #f2f2f2;
	left: 200px;
	padding: 20px;
	z-index: 1;
	display: none;
}
#ancCloseForgotPW {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
}
#ancSendForgotPassword, #ancLogout {
	border: 1px solid #999999;
	background: #cccccc;	
	color: #333333;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	width: 140px;
}
#ancSendForgotPassword:hover, #ancLogout:hover {text-decoration: none;}
#divForgotPassword #txtUserEmail {width: 200px;}
input, select, textarea {
	border: 1px solid #cccccc;
	background: #ffffff;	
	color: #333333;
	padding: 0px 5px;
}
input {
	height: 24px;
	font: 14px/24px Trebuchet MS, Trebuchet MS, sans-serif;
}
select {
	height: 24px;
	font: 14px/24px Trebuchet MS, Trebuchet MS, sans-serif;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
textarea {
	overflow: hidden;
	resize: none; 
	font: 14px/20px Trebuchet MS, Trebuchet MS, sans-serif;
}
label {
    display: block;
	font: 14px/26px Trebuchet MS, Trebuchet MS, sans-serif;
}
		input[type=submit] {
			
				-moz-border-radius: 5px;
		  		-webkit-border-radius: 5px;
		  		border-radius: 5px;behavior: url(layout/components/ie-css3.htc);
		}
input[type=submit] {
    display: block;
    cursor: pointer;
    font: 16px/22px Trebuchet MS, Trebuchet MS, sans-serif;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #277ebc), color-stop(1, #226da2));
    background:-moz-linear-gradient( center top, #277ebc 5%, #226da2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#277ebc', endColorstr='#226da2');
    background-color: #277ebc;
    border: 1px solid #cccccc;
    color: #f2f2f2;
    padding: 5px 15px;
    text-shadow: 0px -1px 2px #333333;
    height: auto;
}
input[type=submit]:hover{
    text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #226da2), color-stop(1, #277ebc) );
    background:-moz-linear-gradient( center top, #226da2 5%, #277ebc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#226da2', endColorstr='#277ebc');
    background-color: #226da2;
    color: #f2f2f2;
}
.footer-div{
	background: #cccccc;
	color: #333333;
	width: 940px;
	padding: 20px;
	font-size: 12px;
}
.footer-div a {
	color: #277ebc;
	text-decoration: none;
}


#filelist {
	color: #000000;
}
.notelabel {
	display: inline;
	width: 100%;
}
.notelabel span {
	background: #fef7cc;
	color: black;
}
.headerlabel {
	color: #333;
	font-weight: bold;
}
.section {
	position: relative;
	border: 1px solid #a3a3a3;
	width: 280px;
	min-height: 580px;
	height: auto !important;
  	height: 580px;
	float: left;
	padding: 12px;
	margin: 20px 0px;
	background: #fff;
	color: #666;
}
#section2, #section3{
	margin-left: 8px;
	cursor: default;
}
#btnUpload:hover {
	cursor: pointer;
}

#section3 a:hover {
	text-decoration: none;
}
.sectioncontent {
	height: 165px;
}
.section input, .section textarea {
	float: right;
	width: 170px;
	border: 1px solid #c5c5c5;
	color: #666;
}
.section textarea {
	height: 80px;
	resize: none;
}	
.datepicker {
	background: url('../../pages/upload/image/calendar.png') 155px center no-repeat;
	padding-top: 2px;
}	
#filequeue {
	min-height: 300px;
	height: auto !important;
  	height: 300px;
	padding: 0px 5px;
}
	#filequeue  img {
		background: none;
		border: none;
		padding: 0px;
	}
#file_uploadUploader {
	float: right;
}

#btnUpload {

}
#btnUpload:hover {background-position: center bottom;}
#divBtnUpload {
	position:relative;
} 
#divBtnUpload  #imgBtnUpload {
	position: absolute;
	border: none;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.mandatory {
	background: #fef7cc;
}
.disclaimer {
	font-size: 12px;
	margin-top: 6px;
	display: block;
}
.sec_img {
	margin-left: 80px;
}
label {
	display: block;
	float: left;
	color: ;
	width: 120px;
}
label.info {
	display: block;
	float: left;
	color: ;
	width: 90px;
}
#imgNoJavaScript {
	position:absolute;
	z-index: 100;
	left:0px;
	top:0px;
}

#section1overlay,#section2overlay,#section3overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;	
	background: url('../../pages/upload/image/dropbg.png') repeat;
	top: 0px;
	left: 0px;
}

#pagetable {
	width: 940px;
	margin-bottom: 12px;
	background: url(../images/admin/background/pagetable-header.png) center top no-repeat;
	clear: both;
}

	#pagetable tr th {
		font-weight: normal;
		line-height: 25px;
		text-align: left;
		color: #999999;
		padding: 0 5px;
		text-shadow: 0 1px 0 #f2f2f2;
		border-bottom: 1px solid #c0c0c0;	
	}
	
	#pagetable tr th.date 	{width: 120px;}
	#pagetable tr th.sortorder 	{width: 70px;}
	#pagetable tr th.micro		{width: 45px;}
	#pagetable tr th.viewhide   {width: 150px;}    
	#pagetable tr th.option 	{width: 95px;}
	
	#pagetable tr th p, #pagetable tr td p {
		margin: 0;
		padding: 0;
	}
	#pagetable tr th.rightside {padding-right: 15px;}
	#pagetable tr th.leftside  {padding-left: 15px;}
	#pagetable tr td.rightside {border-right: 1px solid #c0c0c0;padding-right: 15px;}
	#pagetable tr td.leftside  {border-left: 1px solid #c0c0c0;padding-left: 15px;}
	
	#pagetable tr td {
		text-align: left;
		height: 36px;
		background: #fff;
		padding: 0px 5px;
		border-bottom: 1px solid #c0c0c0;
	}
	#pagetable tr.dd-first td {
		background: #f2f2f2;
	}
	#pagetable tr.dd-second td {
		background: #e5e5e5;
	}
	#pagetable tr.dropdown_first td {background: #f2f2f2;}
	#pagetable tr.dropdown_second td {background: #e5e5e5;}
	#pagetable tr.dropdown_first .tab {
		background: url(../images/admin/icons/dropdown.gif) 0 center no-repeat;
		padding-left: 15px;
	}
	#pagetable tr.dropdown_second .tab {
		background: url(../images/admin/icons/dropdown.gif) 15px center no-repeat;
		padding-left: 30px;
	}
	#pagetable a.viewdetails {
		color: #279d45;
	}
		#pagetable a.viewdetails span.viewdetails_show {
			padding: 0 12px 0 0;
			background: url(../images/admin/icons/show.gif) right center no-repeat;
		}
		#pagetable a.viewdetails span.viewdetails_hide {
			padding: 0 12px 0 0;
			background: url(../images/admin/icons/hide.gif) right center no-repeat;
		}
	#pagetable a.nodetails {
		color: #959595;
	}
	#pagetable a.nodetails:hover {
		text-decoration:none;
		cursor: default;
	}   
	#pagetable a.editthis, a.editthis  {
		color: #3287a9;
	}
		#pagetable a.editthis span.managegallery {
			padding: 0 20px 0 0;
			background: url(../images/admin/icons/gallery.gif) right center no-repeat;
		}
	#pagetable a.disabled {
		color: #999999;
	}
	#pagetable a.deletethis, a.deletethis  {
		color: #d81f1f;
	}
	#pagetable a.managethis {
		color: #279d45;
	}
	#pagetable a.imagethis {
		color: #deb23a;
	}
	#pagetable a:hover {
		text-decoration: none;
	}
	#pagetable a {
		text-decoration: none;
		line-height: 35px;
	}

.divPagination {
	padding: 5px 0;
}
.divPagination a:hover {text-decoration: none;}
.divPagination .paginationArrows {
	margin: 4px; 
	width: 20px;
	text-align: center;
}
.divPagination .paginationArrows, .divPagination .paginationNumberCurrent, .divPagination .paginationNumber {
	margin: 0 3px;
	display: inline-block; 
	padding: 0 10px;
}
.divPagination .paginationNumber {
	background: white;
	border: 1px solid #3287a9;
}
.divPagination .paginationNumberCurrent, .divPagination .paginationNumber:hover {
	background: #3287a9;
	border: 1px solid #3287a9;
	color: white;
}

.userButton {
	display: block;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 2px #333333;
	float: right;
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background-position: center top;
}
.userButton:hover {
	color: #ffffff;
	text-decoration: none;
	background-position: center bottom;
}
.adminbutton:hover {
	background-position: center bottom;
	text-decoration: none;
	color: white;
}
.button-red {	
	background: url(../images/admin/buttons/sm-red-button.png) center top no-repeat;
}	
.button-yellow {
	background: url(../images/admin/buttons/sm-yellow-button.png) center top no-repeat;
}