

h1 {
    float: left;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 0;
    padding: 1em;
    text-transform: lowercase;
}

div#bluebg {
    border-bottom: 3px solid #9CD;
    clear: both;
}

html,body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}

/*#outer{
	min-height:100%;
	margin-bottom:-50px;
	height:auto;
}
* html #outer{height:100%;}

#footer {
	width:100%;
	clear:both;
	height:39px;
	border-top: dashed #777777 1px;
	background-color: #eeeeee;
	color: #000000;
	padding: 5px;
}

#clearfooter{clear:both;height:50px;}

div>p {margin:0}
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} */

body, div, input, td, th {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 10pt;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*#header {
	min-height: 70px;
	height: expression("70px");
}
#header-l {
	padding: 0px;
	float: left;
	_height: 40px;
	min-height: 40px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 0px;
}
*/


#header-l h1 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 140%;
}

#header-l p {
	margin: 0; 
	height: 1.25em; 
	white-space: nowrap; 
	width: 1px; 
}


#middle {
	background-color: #eeeeee;	
}
/*
#middle-l {
	margin-top: 14px;
	margin-left: 5px;
	float: left;
}

#middle-r {
	margin-top: 12px;
	margin-right: 5px;
	float: right;
	text-align: right;
}*/

#content {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

#content-l {
	text-align: left;
	width: 95%;
	margin: 0px;
	float: left;
}

#content-r {
	text-align: left;
	/*margin: 0px;
	width: 25%;*
	float: right;*/
	border: dashed 1px #555555;
	background-color: #DDDDDD;
	/*padding-left: 10px;*/
}


div.formitem {
	padding-top: 3px;
	padding-bottom: 3px;
	/*border: solid 1px red;*/
	text-align: left;
}

div.formitemtitle {
	float: left;
	width: 150px;
	/*border: solid 1px green;*/
}

sup {
	color: red;
}

div.hotlink {
	font-size: 13px;
	/*font-weight: bold;*/
	border-bottom: dashed 1px #777777;
	margin-bottom: 10px;
}

a.hotlink {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 27px;
}

a.hotpeople {
	background-color: blue;
	color: white;
	font-weight: bold;
}

a.tag {
	color: #676767;
}

a.link {
	font-weight: bold;
}

a.people {
	background-color: pink;
}

.ago {
	color: red;
}

.pager {
	color: #555555;
	margin-bottom: 10px;
}

#maincloud {
	/*font-weight: bold;*/
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 40px;*/
	font-size: 16px;
	/*border: solid 1px green;*/
}

h4 {
	margin-top: 12px;
	margin-bottom: 8px;
}

.error {
	font-weight: bold;
	color: red;
	text-align: left;
}

.success {
	font-weight: bold;
	color: green;
	text-align: center;
}

a.service {
	color: #777777;
	font-size: 90%;
}

table.box {
	background-color: #D4D4D4;
	margin: 1px;		
}

td.box, th.box{	
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: top;
}

td.plan_h, td.plan_b, td.plan_r, td.plan_l {	
	background-color: #F1F8FE;
	text-align: center;
	vertical-align: middle;	
}
td.plan_h_selected, td.plan_b_selected, td.plan_r_selected, td.plan_l_selected {
	background-color: #CFE8FC;
}		
td.plan_r, td.plan_r_selected, td.plan_l, td.plan_l_selected {	
	border-right: solid 1px #555555; 
	border-left: solid 1px #555555;	
}	

td.plan_h, td.plan_b, td.plan_h_selected, td.plan_b_selected  {	
	border: solid 1px #555555; 
}	


#list-c {
	border: dashed 1px #555555;	
}
#list-l {
	text-align: left;
	border-right: dashed 1px #555555;
	background-color: #DDDDDD;
}


