/*

ppc_styles.css
hosting.com ppc Style Sheet 
Updated: 06/21/04
By: jstammerman@hosting.com




_general

*/

html, body { 
	font: 11px/14px arial, helvetica, san-serif; 
	color: #000; 
	background: #fff;
	margin: 0px;
	text-align: center;
}


/*

_containers

*/


#container { 
	width: 779px;
	height: auto;
	margin: 10px auto;  
}

#hdr_uc {
	width: 779px;
	height: 100px;
	background: url(images/wsm_construction.gif) no-repeat top left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#title_uc {
    display: none;
}

#description_uc {
	display: none;
}

#message_uc {
	float: left;
    font: 16px/16px arial, helvetica, san-serif; 
    padding: 52px 0 0 385px;
}

#hdr_sus {
	width: 779px;
	height: 100px;
	background: url(images/suspended.gif) no-repeat top left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#title_sus {
	float: left;
    font: 16px/16px arial, helvetica, san-serif; 
    padding: 20px 0 0 16px;
}

#description_sus {
	display: none;
}

#message_sus {
	display: none;
}

#bdy { 
	width: 757px; 
	height: auto;
	background: #F1F5FF;
	padding: 10px;
	text-align: left;
	border-left: 1px solid #DBDB97;
	border-right: 1px solid #DBDB97;
	border-bottom: 1px solid #DBDB97;
}

#frame {
	width: 757px; 
	height: 810px;
	background: #F1F5FF;
	padding: 0;
	margin: 0;
}


/*


_html tags


*/

ul {
	list-style: disc;
	margin: 0px 0px 0px 20px;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0px 0px 10px 0px;
}

p { 
	font: 11px/14px arial, helvetica, san-serif; 
	text-align: left;
	margin-top: 0px; 
}

p.wh { 
	font: 11px/14px arial, helvetica, san-serif; 
	text-align: left;
	color: #FFFFFF;
	margin-top: 0px; 
}

td { 
	font: 11px/14px arial, helvetica, san-serif;
	font-weight: 600;
	margin-top: 0px; 
}

b {
	font-weight: 800;
}

a:link, a:visited { 
	text-decoration: none;
	color: #3366FF;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #3366FF;
}


table {
	padding: 2px;
	border: 2px solid #EDF3FF;
}

td {
	color: #ABAB81;
	font-weight: normal; 
	background: #FFFFFF;
	padding: 5px;
}



/*


_form classes


*/


input {
	font: 11px/14px "courier new", arial, helvetica, san-serif; 
	color: #3366FF;
	background: #FFF;
	padding: 3px;
	border: 1px solid #DBDBB8;
}

select {
	font: 11px/14px "courier new", arial, helvetica, san-serif; 
	color: #3366FF;
	background: #FFF;
	padding: 3px;
	border: 1px solid #DBDBB8;
}


input.submit {
	font: 11px/14px arial, helvetica, san-serif; 
	color: #999966;
	background: #F6F6EE;
	padding: 3px;
	border: 1px solid #DBDBB8;
}
