
html {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}

body  {
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.twoColHybLtHdr #container { 
	width: 1050px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin-top: 20px; /* the auto margins (in conjunction with a width) center the page */
	margin-left: auto;
	margin-right: auto;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 
	background: #ffffff; 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.sercologo {
	float: left;
	width: 106px;
	height: 33px;
	background-image:url(assets/sercologo.jpg);
	background-repeat:no-repeat;
	clear: left;
}

.sercologo h1 {
	display:none;
}

.bannerimage {
	float: right;
	margin-right: 20px;
	background-image:url(assets/banner1.jpg);
	width: 540px;
	height: 78px;
	overflow: hidden;
}

.bradfordschoolsonline {
	float: right;
	background-image:url(assets/bradfordschoolsonline.png);
	background-repeat:no-repeat;
	width: 220px;
	height: 82px;
}

.header-top 
{
	overflow: hidden;
}

.header-top  h1 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}


.footer {
	background-image:url(assets/footer-search.png);
	background-repeat:repeat-x;
	height:50px;
}

.footer-search-left {
	background-image:url(assets/footer-search-left.png);
	background-repeat: no-repeat;
	float: left;
	width: 25px;
	height: 50px;
}

.footer-right {
	background-image:url(assets/footer-right.png);
	background-repeat: no-repeat;
	float: right;
	width: 25px;
	height: 50px;
	margin-right: -1px;
}

.footer-label {
	color: #ffffff;
	float: left;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 15px;
}

.CMSPageFooter-label {
	float:left; 
	font-size:1.1em; 
	font-weight:bold; 
	color:#ffffff; 
	font-family:Arial; 
	margin-top: 2px; 
	width: 90%; 
	height: 8px;
}

.CMSPageFooter-label a {
	color:#ffffff; 
}

.CMSPageFooter-label a:hover 
{
	text-decoration:none;
}

.dFooter 
{
	background: #cccccc;
	font-size:1.2em; 
	font-weight: bold;
	margin:5px; 
	padding:5px; 
	border:1px solid #000000;
	
}


.header-search {
	background-image:url(assets/header-search.png);
	background-repeat:repeat-x;
	height:70px;
}

.feedbackbutton 
{
	float: left;
	margin-top: 14px;
}

.divHeaderIcons {
	margin-top:9px; 
	/* width:400px; */
}

.divHeaderIcons div {
	width:60px; 
	float:left;
}

.divHeaderIcons div div {
	width:60px; 
	text-align:center;
}

.divHeaderIcons div div a {
	font: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
}


.divHeaderIconsRight {
	float:right; 
	width: 60px;
}

.divHeaderIconsRight div {
	float:right; 
	width: 60px; 
	text-align:center;
}


.divHeaderIconsRight div a {
	font: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
}

.header-search-left {
	background-image:url(assets/header-search-left.png);
	background-repeat: no-repeat;
	float: left;
	width: 25px;
	height: 70px;
}

.header-search-right {
	background-image:url(assets/header-search-right.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	width: 300px;
	height: 70px;
	margin-right: 0px;
	/*border: 1px solid #000000;*/
}

.header-label {
	color: #ffffff;
	float: left;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 15px;
}

.bradfordschoolsonline h1 {
	display:none;
}

.clearleft {
	clear: left;
}

.clearboth {
	clear: both;
}

.marginfooter {
	height: 10px;
}

.menu {
	margin: 0;
	overflow: hidden;
}



.menu-header {
	background-image:url(assets/menu-header.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 45px;
	overflow: hidden;
}

.menu-header h1 {

	margin-left: 20px;
	margin-top: 14px;
	font-size: 1.6em;
	color: #ffffff;
	font-weight: bold;
	
	
}

.course-links 
{
	margin-left: 15px;
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
}

.course-links a
{
	font-size: 1.1em;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
}

.course-links a:hover {
	text-decoration:none;
}

/* These are the styles for the eye catching text within the CPD box */

.CPD-text  
{
	border:2px solid #000000; 
	background-color:#ffffff;
}

.CPD-text a 
{
	font-family:Arial!important; 
	font-size:1.4em!important; 
	color:#A50021!important; 
	font-weight:bold!important;
}

/* END OF styles for the eye catching text within the CPD box*/



.menu-header h1 a {
	color: #ffffff;
	font-weight: bold;
}

.menu-header h1 a:hover {
	text-decoration:none;
}

html>body .menu-header h1 {
	margin-left: 20px;
}

.menu-main-header {
	background-image:url(assets/menu-main-header.png);
	background-repeat: no-repeat;
	width: 212px;
	height: 2px;
	overflow: hidden;
}

.menu-main-main {
	background-image:url(assets/menu-main-main.png);
	background-repeat: repeat-y;
	
}

.menu-main-footer {
	background-image:url(assets/menu-main-footer.png);
	background-repeat: no-repeat;
	width: 212px;
	height: 2px;
	overflow: hidden;
}

.menu-main-main table 
{
	margin-left: 10px;
}

.menu-main-main table tr td 
{
	font-size: 1.1em;
}



.menu-main-main ul {
	
	padding: 5px;
	margin: 0;
	overflow:hidden;
}

.menu-main-main li {
	margin-left: 30px;
	line-height: 15px;
	font-size: 1.2em;
}

.menu-main-main li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}


.menu-main-main a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

.menu-main-main table a 
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}

.menu-main-main li a:hover, .menu-main-main table a:hover {
	text-decoration: none;
}

.menu-footer {
	background-image:url(assets/menu-footer.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 25px;
	overflow: hidden;
}

.menu-footer a {
	text-decoration:none;
	margin-left: 20px;
	margin-top: 0px;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bold;
}

.menu-footer a:hover 
{
	text-decoration:none;
}


.menu-button 
{
	background-image:url(assets/menubutton_red.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 30px;
	overflow: hidden;
}

.menu-button-over 
{
	background-image:url(assets/menubutton_black.jpg);
	background-repeat: no-repeat;
}

.menu-button a 
{
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	margin-top:5px!Important;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bold;
	float:left;
}



 
 
 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 210px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColHybLtHdr #ctl00_sidebar2 
{
	float: right; 
	width: 210px; /* since this element is floated, a width must be given */
	Padding: 0px 0; /* top and bottom padding create visual space within this div  */
	margin-left:15px;
	margin-right: -20px;	
}

html>body.twoColHybLtHdr #ctl00_sidebar2 
{
	float: right; 
	width: 210px; /* since this element is floated, a width must be given */
	Padding: 0px 0; /* top and bottom padding create visual space within this div  */
	margin-left:15px;
	margin-right: 0px;
	/* float: right;
	width: 20px; */
	
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent { 
	margin: 0 0 0 230px;  /*the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	zoom: 1;
} 

.main-content-outer {
 	background: #ffffff;
	margin-top: 10px;
 }

.main-content-outer-header {
	background-image:url(assets/main-content-outer-header.png);
	background-repeat: repeat-x;
	height: 25px;
}

.main-content-outer-header-left {
	float: left;
	background-image:url(assets/main-content-outer-left.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

.main-content-outer-header-right {
	float: right;
	background-image:url(assets/main-content-outer-right.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

.main-content-outer-footer {
	background-image:url(assets/main-content-outer-footer.png);
	background-repeat: repeat-x;
	height: 25px;
}


.main-content-outer-footer-left {
	float: left;
	background-image:url(assets/main-content-outer-footer-left.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

.main-content-outer-footer-right {
	float: right;
	background-image:url(assets/main-content-outer-footer-right.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}


.main-content-outer-main {
	background-color:#CCCCCC;
	background-image: url(assets/main-left-side.png);
	background-repeat:repeat-y;
	background-position: left;
	
	
}

.main-content-outer-main-right {
	background-image: url(assets/main-right-side.png);
	background-repeat:repeat-y;
	background-position: right;
	margin-right: -5px;
}

.main-content-outer-main-main {
	margin-left: 30px;
	margin-right: 35px;
	
	
}


.main-content-header {
	background-image:url(assets/main-content-header.png);
	background-repeat: repeat-x;
	height: 45px;
}


.main-content-header h1 {
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-top: 14px;
	overflow: hidden;
	font-size: 1.6em;
	color: #ffffff;	
}

.main-content-header span span a {
	font-weight: bold;
	color: #ffffff;
}



.main-content-header-left {
	background-image:url(assets/main-content-header-left.png);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 25px;
}

.main-content-header-right {
	background-image:url(assets/main-content-header-right.png);
	background-repeat: no-repeat;
	float: right;
	height: 45px;
	width: 25px;
}

.main-content-main {
	background-color: #ffffff;
}

.main-content-main-header {
	background-image:url(assets/main-content-main-header.png);
	background-repeat: repeat-x;
	height: 5px;
	overflow: hidden;
}

.main-content-main-header-left {
	background-image:url(assets/main-content-main-header-left.png);
	background-repeat: no-repeat;
	float: left;
	width: 8px;
	height: 5px;
}

.main-content-main-header-right {
	background-image:url(assets/main-content-main-header-right.png);
	background-repeat: no-repeat;
	float: right;
	width: 8px;
	height: 5px;
}

.main-content-main-main {
	background-image:url(assets/main-content-main-main-left.png);
	background-repeat: repeat-y;
	background-position:left;
}

.main-content-main-main-left {
	

}

.main-content-main-main-right {
	background-image:url(assets/main-content-main-main-right.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
}

.main-content-main-footer {
	
}

.main-content-footer {
	background-image:url(assets/main-content-footer.png);
	background-repeat: repeat-x;
	height: 25px;
}


.main-content-footer-left {
	background-image:url(assets/main-content-footer-left.png);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 25px;
}

.main-content-footer-right {
	background-image:url(assets/main-content-footer-right.png);
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	width: 25px;
}



/* Content styles */

* html .content {
  height: 1%;
  position: relative;
  left: -3px;
  margin-right: -3px;
  zoom: 1;
}

.content {
	padding: 20px;
	margin-right: -10px;
	padding-right: -10px;
	padding-top: 15px;
	font-family: Verdana, Helvetica, san-serif;
    color: #000000;
    overflow: auto;
}

.content h1, h2, h3, h4, h5 ,h6, p {
	margin:0;
	padding:0;
}


.content h1 {
	font: Arial;
	font-size: 3.0em;
	color: #a50021;
}

.content h2 {
	font: Arial;
	font-size: 2.6em;
	color: #a50021;
}

.content h3 {
	font: Arial;
	font-size: 2.2em;
	color: #a50021;
}

.content h4 {
	font: Arial;
	font-size: 1.8em;
	color: #a50021;
}

.content h5 {
	font: Arial;
	font-size: 1.4em;
	color: #a50021;
}

.content h6 {
	font: Arial;
	font-size: 1.0em;
	color: #a50021;
}

.content h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}


.content p {
	font: Verdana;
	font-size: 1.2em;
	line-height: 2.0em;
	margin-bottom: 10px;
}

.content ul {
	margin-bottom: 10px;
}

.content li {
	font: Verdana;
	font-size: 1.2em;
	line-height: 2.0em;
}

.content blockquote {
	font: Verdana;
	font-size: 1.2em;
	line-height: 2.0em;
}

.content a {
	font: Verdana;
	font-size: 1.2em;
	font-weight: bold;
}

.content p a {
	font: Verdana;
	font-size: 1.0em;
	font-weight: bold;
}

.content label 
{	
	font: Verdana;
	font-size: 1.2em;
	font-weight: bold;
}

.content table, .content div table 
{
	/*width: 95%;*/
	overflow: auto;
	margin-bottom: 10px;
}

.content table tbody tr td {
	font-size: 1.2em;
}

.content table table
{
	/*border: 1px solid #000000;*/
	width: 95%;
}

.content table table tr th, .content table tr th
{
	/*background-color: #a50021;*/
	background: #a50021;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}

.content table table tr th a, .content table tr th a
{
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
}

.content table table tr th a:hover, .content table tr th a:hover
{
	text-decoration: none;
}

.content table table tr th.section-header, .content table tr th.section-header 
{
	background-color: #d34f23;
}

.content table table tr td
{
	font: Verdana;
	width: 50%;
	font-size: 1.2em;
}

.content table table tr td ul 
{
	margin: 0;
	padding: 0;
	
}
.content table table tr td li 
{
	list-style: none;
	font-size: 1.0em;
	line-height: 1.6em;
}


.content table table tr td a, .content table table tr td a
{
	font: Verdana;
	font-size: 1.0em;
}

.content table table tr td.nonboldcell, .content table tr td.nonboldcell  
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #cccccc;
}

#ctl00_ContentPlaceHolder1_ReportViewer1 table 
{
	border: none!important;
}




#ctl00_ContentPlaceHolder1_rvTA table 
{
	border: none!important;
}

.content table {
	font-size: 0.9em;
	border: 1px solid #000000;
}

.content table tr td {
	font-size: 1.0em;
	/*background-color: #cccccc;*/
}

.content input
{
	border: 1px solid #A50021;
	
}

.content select 
{
	border: 1px solid #A50021;
	display: block;
	
}

.content textarea 
{
	border: 1px solid #A50021;
}
 

.twoColHybLtHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColHybLtHdr #footer a 
{
	color: #ffffff;
	text-decoration: underline;
}

.twoColHybLtHdr #footer a:hover 
{
	color: #ffffff;
	text-decoration: none;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.msg 
{
	float:left;
	height: 50px;
	width: 95%;
	overflow:auto;
	background-image: url(assets/iconOk.png);
	background-repeat:no-repeat;
	background-position: left;
	background-color: #cccccc;
	padding-left: 45px;
	padding-right: -90px;
	padding-top: 10px;
	padding-bottom: 0px;
	border: 2px dotted #000000;
	
	font-size: 1.2em;
	font-weight: bold;
	
}

.error 
{
	float:left;
	height: 50px;
	width: 95%;
	overflow:auto;
	background-image: url(assets/iconError.png);
	background-repeat: no-repeat;
	background-position: left;
		background-color: #cccccc;
	padding-left: 20px;
	border: 2px dotted #000000;
	
	font-size: 1.2em;
	font-weight: bold;
}

.warning 
{
	float:left;
	height: 40px;
	width: 95%;
	overflow:auto;
	background-image: url(assets/iconWarning.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #cccccc;
	padding-left: 45px;
	padding-right: -45px;
	padding-top: 10px;
	padding-bottom: 0px;
	border: 2px dotted #000000;
	
	font-size: 1.2em;
	font-weight: bold;
	
}

/* ASP.NET Control Styles */

.pnlFeedback 
{
	border: 1px solid #ffffff;
	background-color: #cccccc;
	padding: 5px;
}

.Label 
{
	color:black;
	width: 50px;
	font-family:Arial; 
	font-size:small; 
	font-weight:bold;
}



.LoginControl table
{
	width: 50%;
	border: none; 
}

.LoginControl label {
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight: bold;
}

 .CreateUserForm
	    {
	    	width: 600px;
	    	margin-left:20px;
	    	margin-bottom: 5px;
	    	
	    }
	    
	     .ManageUserForm
	    {
	    	width: 675px;
	    	margin-bottom: 5px;
	    	margin-left:20px;
	    	font-weight:bold;
			font-family:Arial;
			font-size:small;
			color:#A50021;	
	    }
	    
	     .SearchRepeater
	    {
	    	width: 575px;
	    	margin-bottom: 5px;
	    	font-weight:bold;
			font-family:Arial;
			font-size:small;
			color:#A50021;
			text-align:center;	
	    }
	    
	    .SearchRepeater a:visited
	    {
	    	width: 575px;
	    	margin-bottom: 5px;
	    	font-weight:bold;
			font-family:Arial;
			font-size:small;
			text-align:center;
			color:#A50021;	
	    }
	    
	    .SearchRepeater a
	    {
	    	width: 575px;
	    	margin-bottom: 5px;
	    	font-weight:bold;
			font-family:Arial;
			font-size:small;
			color:#A50021;	
			text-align:center;
	    }
	    
	    
	     .CreateUserFormList
	    {
	    	width: 600px;
	    	margin-left:20px;
	    	margin-bottom: 5px;
	    	/*overflow:scroll;*/
	    }
	    
	    .TextBoxSearch 
	    {
	    
	    	margin-top: 10px;
			float: left;
	    	height: 20px;
	    	border: 1px solid #000000;
	    	font-size: 1.2em;
	    	font-weight: bold;
	    }
	    
	    .TextBoxForm
	    {
	    	margin-top: 10px;
			/*float: left;*/
	    	height: 20px;
	    	border: 1px solid #000000;
	    	font-size: 1.2em;
	    	font-weight: bold;
	    	width:350px;
	    }
	    
	    .FormLabel 
	    {	
	    	float: left;
	    	width: 200px;
			font-weight: bold;
			color: #a50021;
	    }
		
		table#ctl00_ContentPlaceHolder1_ChangePassword1 {
			border: none!important;
		}
	    
	    .LabelCreateUser 
{
	color:black; 
	font-family:Arial; 
	font-size:small; 
	font-weight:bold;
	width: 600px;
}

.LabelImportantMessage 
{
	color:red; 
	font-family:Arial; 
	font-size:small; 
	font-weight:bold;
	width: 600px;
}


.tvTable
{
	width: 0px;
	font-family: Tahoma;
	font-size: 0.8em;
	color: black;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	cellpadding:0;
	cellspacing:0;
}

.tvTable table tbody tr td
{
	height:0px;
	padding-bottom:0px;
}

.tvTable table tbody tr
{
	height:0px;
	padding-bottom:0px;
}



.Home-News
{
	font-family:Verdana; 
	font-size:1.2em; 
}

/* Firefox Styles */

html>body .ts-divwarn 
{
	margin-right:10px;
}



/* Edward School Updates */


#div-1 {
 position:relative;

 left:150px;
 font-family:Arial; 
 font-size:1.6em; 
 	font-weight:bold;

}

#div-2 {
 position:relative;
 left:450px;
 bottom:405px;
 font-family:Arial; 
 font-size:1.6em; 
 	font-weight:bold;
 
   

}

.image1
{
 position:relative;
 right:-675px;
  bottom:-140px;
}

.CheckBoxListTable td
{
    width:1000px!important;
  
}

           .pnlprint
 
 {
     
      overflow:scroll;
      height:300px;
     
     
     }    


 .printtile
     {
       display:none;
         
     }
     

           .ddtitle
     {
      visibility: visible;
         
     }
     
     .ddprintdetails
  {
      display:none;
         
     }
     
     .printsercoimg
       {
      display:none;
         
     }
     

     
/*                             */

  @media print 
  {
      #sidebar1 
      {
          display:none;
          /*width:0px!important;*/
      }
      
      #header
      {
          display:none;
      }
      
      #mainContent
      {
               
          width:16cm !important;
          margin-left: 0px!important;	
      } 
      
      #container
      {
          width:16cm !important;
      }
      
      #footer
      {
          display:none;
      }
        
  .Button
    {
        display:none;
         
    }


        .pnlprint
 
 {
     width:550px;
      overflow:visible;
     
     
     }
     
     .printtile
     {
         visibility:visible;
         
     }
         .ddtitle
     {
    visibility:visible;
         
     } 
     
          .ddprintdetails
  {
       display: block;
      visibility: visible;
         
     }
    .printsercoimg
       {
      display: block;
         
     }
  
.content 
{
    
	padding: 20px;
	margin-right: -10px;
	padding-right: -10px;
	padding-top: 15px;
	font-family: Verdana, Helvetica, san-serif;
    color: #000000;
    overflow:visible;
    height:100%;
    
}

      .main-content-footer
      {
          display:none;
      } 
      
   .main-content-main-main-right 
     { background-image:none;}
  
  .main-content-main-main-left 
     { 
         background-image:none;
         }
     
     .main-content-main-main
      { 
          background-image:none;
          }
          .main-content-header
           { 
               display:none;
          background-image:none;
          }
          .main-content-header-left
            { 
          background-image:none;
          }
          .main-content-header-left
            { 
          background-image:none;
          }
          .main-content-main-header
              { 
          background-image:none;
          }
          .main-content-header-right
               { 
          background-image:none;
          }
          .main-content-main-header-right
                { 
          background-image:none;
          }
             .main-content-main-header-left
                { 
          background-image:none;
          }
          
           
  }
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}



.ajaxtooltip1{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}

.ajaxtooltip2{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}

.AjaxPrintToolTip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}

.mainHDCell
{
	padding:5px;
	font-family:Verdana!important; 
	font-size:1.3em!important;     
    font-weight: bold!important;
    background-color: #FF8c8c!important;
    color: #000000!important;
	
	}

.headercell 
{
	padding:5px;
	font-family:Verdana!important; 
	font-size:1.3em!important;     
    font-weight: bold!important;
    background-color: #dddddd!important;
    color: #000000!important;
}

.subheadercell 
{
    padding:5px;
	font-family:Verdana!important; 
	font-size:1.3em!important;     
    font-weight: bold!important;
    background-color: #ff6666!important;
    color: #000000!important;
}
    

.nonboldcell 
{
    font-weight: normal!important;
    text-align: center;
    padding-left: -5px;
    
    
}

.nonboldcellLarge

{
    font-size: larger!important;
    font-weight: bold!important;
    text-align: center;
    padding-left: -5px;
    
    
}

.DeeperData-Search 
{

	/*border: 1px solid #000000;*/
	/*padding: 5px;*/
	margin-bottom: 20px;
	
}

.DeeperData-SearchResults 
{

/*border: 1px solid #000000;*/
	/*padding: 5px;*/
	margin-bottom: 20px;
	
}

.cbxLst input, label {
	width: 25px;

}

.deeperdataSearchLabel 
{
	float: left;
	width: 25%;
}

.listintable input {
	border: none!important;
}

.listintable li 
{
	font-size:1.0em!Important;
	margin-left:5px!important;
	list-style-type: circle!important;
}

.localitylist
{
	border:none!Important;
}

.localitylist tr td
{
	width:25%!Important;
}

table.keydatatable a
{
	font-size:0.9em!Important;
}
   
   
table.keydatatable ul
{
	margin:0;
}

table.keydatatable li
{
	line-height:1.2em;
}