/* Start of CMSMS style sheet 'xlife-layout' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1em;

}

/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 12px;
	color: #666666;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}

a.ulink:link {text-decoration: none;}
a.ulink:visited {text-decoration: none;}

a.leftnav:link {font-size:11px; font-weight: bold; color: #fff; text-decoration:none}
a.leftnav:active {font-size:11px; font-weight: bold; color: #fff; text-decoration:none}
a.leftnav:visited{font-size:11px; font-weight: bold; color: #fff; text-decoration:none}


table.tableRowHover {
background: #f99235;}
table.tableRowHover tr.trHover {
color:fff;

}
table.tableRowHover tr:hover {
color:fff;
background: #f5821c;
}
table.tableRowHover td:hover {
color:fff;
background: #f5821c;
}


/*default link styles*/

a:link, a:active, a:visited{
	color: #18507C;
}

a:hover {
	text-decoration: none;
	color: #385C72;
}



/*****************basic layout *****************/
//* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	color: #666;

}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 2em;
	color: #666;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #666;

}
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	width: 983px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	background-color: #fefefe;
	color: black;
}

/***********Start Header ***************/

div#header {
	height: 224px;
	background: #f99235;
}

div.homeform {
	float: left;
	width: 694px;
/* FIX IE double margin bug */
	display: inline;
	padding: 0px;
	margin: 0px;
}
div.homeform-new {
	width: 983px;
/* FIX IE double margin bug */
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.headerright {
	float: right;
	max-width: 289px;
	height: 224px;
/* FIX IE double margin bug */
	display: inline;
	padding: 0px;
	margin: 0px;
	background: #f99235;
}

div.crbk {
	margin: 0;
	padding: 0;
	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 5px;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 85%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
	background: #e7e7e7;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	/*padding: 0.5em 0 0.2em 0;*/
	margin: 0 1em;
	
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(uploads/ngrey/search.gif) no-repeat center center;
}

.unav { 
	font-size: 10px;
}

.image-left { 
	float:left;
	padding: 6px;
	margin: 6px 6px 6px 0px;
	border:1px solid #666;
}
.image-right{ 
	float:right;
	padding: 6px;
	margin: 6px 0px 6px 6px;
	border:1px solid #666;
}

/***********Content ***************/

#content {
        margin: 2px auto 20px;	
}

#content2 {
        margin: 0px;	
}

div#sidebar {
	float: left;
	width: 170px;
/* FIX IE double margin bug */
	display: inline;
	margin: 16px 0px 0px 0px;
}

div#sidebar2 {
	float: left;
	width: 209px;
/* FIX IE double margin bug */
	display: inline;
	margin: 0px;
}

div#rightbar {
	float: right;
	width: 273px;
/* FIX IE double margin bug */
	display: inline;
	margin: 16px 0px 0px 0px;
}

div#main {
	margin: 15px 20px 0px 20px;
	line-height: 18px;
}
div#main2 {
	float: left;
	padding-top: 0px;
	margin: 0px;
	line-height: 18px;
	max-width: 730px;
}

div#example{
	padding: 15px;
}


div#footer {
	 
/* you can set your own image here */
        font-size: 10px;
        padding:10px 0px 0px 0px;
}

/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}

table.mytable { 
	font-size: 90%;
}
table.mytable td {
	padding: 4px;
	border-top: 1px solid #dcecfc;
}
table.mytable tr.special td { 
	color: #1076c8;
        font-weight: bold;
	background: url(uploads/images/formbg.gif) no-repeat; 
	border: none;
}

table.mytable2 { 
	font-size: 100%;
}
table.mytable2 td {
	padding-top: 7px;
	padding-left: 10px;
	color: #fff;
	
}
table.mytable2 tr.special td { 
	color: #fff;
        font-weight: bold; 
	background: url(uploads/images/rightbg.gif) repeat-x; 
}

.select {
	border:#9eccf4 solid 1px; 
	color:#666; 
	font-size: 12px;
}
.select2 {
	border:#fff solid 1px; 
	color:#666; 
	font-size: 12px;

}
.input {
	border: 1px solid #9eccf4; 
	background: #f1f8fe none repeat scroll 0% 0%; 
	color: #666666; 
	height: 20px; 
	font-size: 12px;
}
.input2 {
	border: 1px solid #fff; 
	background: #f1f8fe none repeat scroll 0% 0%; 
	color: #666666; 
	height: 20px; 
	font-size: 12px;
}
input.error {
        background-color: #FFFFD5;
        border-color: red;
}
label.error {
        display: block;
        padding: 4px 0;
        font-style: italic;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #e76c00;
	line-height: 1.3em;
	margin-bottom: 2px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #e76c00;
}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
.bodysml {
	font-size: 11px;
	line-height: 14px;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;

}
.home-heading {
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px 8px 5px;
	color: #ffffff;
	border-right: #ffffff 3px solid;
}
.home-heading-end {
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px 8px 5px;
	color: #ffffff;
}
.homelink {font-size:10px}

.orange {
	font-size: 11px;
	color: #e76c00;
}

.footert {
	font-size: 9px;
	line-height: 13px;
	
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* End of 'xlife-layout' */

