/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { 
	font-size: 20px;  
	background-color: #0a357e;
	padding:3px; 
	color: #ffffff; }
	
h2 { 
font-size: 20px;  
	background-color: #545454;
	padding:3px;
	color:#ffffff;  }
	
h3 { font-size: 16px;
color:#879cc0;  }
h4 { font-size: 16px;
color: #949494;}	
h5 { font-size: 12px;
color:#000000; }
h6 { 
font-size: 14px;
 color:#ffffff;
 margin:0;
 padding:0;}

/* Links - default */
a {
	font-weight: bold;
	text-decoration: none;
	color: #c6862f;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

/* Classes that can be used with any element */
table.BlueBox { 
border: 1px solid #0a357e;
background-color: #e0e5ef;	
padding:3px;
margin:3px;
}
table.GrayBox { 
border: 1px solid #545454;
background-color: #EAEAEA;	
padding:3px;
margin:3px;
}

/* Link <a></a> specific classes */

/* Paragraph <p></p> specific classes */
p.BlueBoxHeading1 { 
	background-color: #0a357e; 
	color: #fff;
	font-size:12px;
	font-weight:bold; 
	padding:2px;
	text-align: center;}
	p.GrayBoxHeading1 { 
	background-color: #545454; 
	color: #fff;
	font-size:12px;
	font-weight:bold; 
	padding:2px;
	text-align: center;}
	p.BlueBoxHeading2{
	
	color: #0a357e;
	font-size:12px;
	font-weight:bold; 
	}
		p.GrayBoxHeading2{
	
	color: #545454;;
	font-size:12px;
	font-weight:bold; 
	}

/* Table <table></table> specific classes */

/* Table cell <td></td> specific classes */

/* Image <img /> specific classes */
a.permanentpositions   {
    display: block;
    width: 200px;
    height: 30px;
    background: transparent url(/images/button-permanent-1.jpg) no-repeat top left;
}
a.locums   {
    display: block;
    width: 200px;
    height: 30px;
    background: transparent url(/images/button-locums-1.jpg) no-repeat top left;
}
