/*** General Page and Body Styles ***/

body {
    margin: 0px;
    font-family: tahoma,verdana; 
    color: #333333; 
    font-size: 12px;
    background-color: #D7DBE0;
	}

html, body{
	min-height: 100%;
    width: 100%;
    height: 100%;
    }

td.center {
   	height: 100%;
    text-align: center;
    padding-top: 5px;
    }

#container {
    margin: auto;
    text-align: left; /*corrects for IE hack*/
    position: relative;
     }
      
.outer_table {
	height: 95%;
	background: url('bg.gif');
	background-repeat: repeat-x;
	
	margin: auto;
	}
      
.container_table {
    margin: auto;
    height: 135px;
    text-align: left; /*corrects for IE hack*/
    border: #ffffff 0px solid;
    }

.global_navigation {
	padding-right: 10px;
	padding-top: 5px;
	}

td.global_navigation a {
	padding-left: 3px;
	padding-right: 3px;
	}

td.global_navigation a:link {
	text-decoration: none;
	color: #eeeeee;
	}
	
td.global_navigation a:visited {
	text-decoration: none;
	color: #eeeeee;
	}

td.global_navigation a:hover {
	text-decoration: underline;
	color: #ffffff;
	}
	
td.global_navigation a:active {
	text-decoration: underline;
	color: #eeeeee;
	}	

td.page_header table {
	height: 100%;
	width: 802px;
	}

table.main_body {
	margin-top: -4px;
	}
	
td.main_body a:link{
	text-decoration: none;
	color: #777e3a;
	}
	
td.main_body a:visited {
	text-decoration: none;
	color: #777e3a;
	}
td.main_body a:hover {
	text-decoration: underline;
	color: #777e3a;
	}

table.main_table {}	
		
.content_td {
	width: 547px;
	}
.page_header{
	height: 81px;
	background-image: url(header_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}	

.main_header_bg {
	background-color: #eeeeee;
	background-image: url(main_header_bg.gif);
	background-repeat: repeat-y;
	border-bottom: #B0B3B6 1px solid;
	padding-left: 8px;
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
	}
.main_body_bg {
	background-color: #ffffff;
	background-image: url(main_body_bg.gif);
	background-repeat: repeat-y;
	padding: 8px;
	padding-top: 3px;
	}
.main_body_bg img.content_image{
	float: left;
	padding: 2px;
	padding-right: 10px;
	padding-left: 0px;
	}

.main_body_bg img.content_image_wide{
	float: left;
	}
	
.side_header_bg {
	background-color: #eeeeee;
	background-image: url(side_header_bg.gif);
	border-bottom: #B0B3B6 1px solid;
	background-repeat: repeat-y;
	padding-left: 8px;
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
	}
.side_body_bg {
	background-color: #ffffff;
	background-image: url(side_body_bg.gif);
	background-repeat: repeat-y;
	padding: 8px;
	padding-top: 3px;
	}
.side_body_bg div{
	width:232px;
	}
div.question_bar form{
	padding: 0px;
	width: 232px;
	margin: 0px;
	padding-top: 9px;
	padding-bottom: 2px;
	}

div.question_bar input.question_bar {
	border: #bcbcbc 1px solid;
	width: 186px;
	height: 17px;
	margin-right: 2px;
	}
div.question_bar input {float: left;}

.ask_button {
font-weight: bold;
font-size: 12px;
font-family: tahoma,arial,helvetica;
height: 21px;
border: #7F9DB9 1px solid;
background-image: url(http://www.silvercloudsoftware.com/v3/images/button_bg.gif);
background-repeat: repeat-x;
cursor: hand;
}




table.side_nav {width: 248px;}

LI {
   line-height : 14px;
   margin : 3px 0 3px 0;
   padding : 0;
}

UL {
   list-style : circle;
   margin : 0 0 0 20px;
   padding : 3px;
   padding-bottom: 10px;
   
}


/****** SC Styles for top ten **********/


td.kmQuestionLink {
	padding: 2px;
	padding-left: 17px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	}
	
td.kmQuestionLink a {
	}

td.kmQuestionLink a:link {
	text-decoration: none;
	color: #333333;
	}
	
td.kmQuestionLink a:visited {
	text-decoration: none;
	color: #333333;
	}

td.kmQuestionLink a:hover {
	text-decoration: underline;
	color: #0000ff;
	}
	
td.kmQuestionLink a:active {
	text-decoration: underline;
	color: #0000ff;
	}	
	
table.copyright {text-align: center; width: 100%;}

.kmRequired {color: #ff0000;}

input.formbar, textarea.formbar {width: 200px;}

.form_button 
{
font-weight: bold;
font-size: 12px;
font-family: tahoma,arial,helvetica;
height: 20px;
border: #7F9DB9 1px solid;
background-image: url(button_bg.gif);
background-repeat: repeat-x;
cursor: hand;
margin-top: 10px;
margin-left: 0px;
float: left;
}


.contact_form {margin-left: 35px;}
.container {display: block; width: 100%; clear: left;}
.form_title_div {float: left; text-align: right; width: 162px; padding-top: 4px;padding-right: 4px;white-space: nowrap;} 
.form_input_div {float: left;}
.form_input_div input, textarea {width: 170px;}
.form_input_div select {width: 175px;}

.form_required_div {float: left; padding-top: 4px;}
.form_submit_div {display: block; clear: left; padding-top: 2px; float: left; margin-left: 65px;}

.warn {color: #780000;}
.error {color:#ff0000;}