* { font-family:verdana; }
div,span,table  { font-size:10px; }
p { line-height:10pt; }
html { overflow-y: scroll; }

mini {
	font-family:verdana;
	font-size:8px;
}

#imgbox{
	height:100px;
	width:50px;
}

#imgbox div{display:none;}

#imgbox:hover div{
	position:fixed;
	width:300px;
	position:absolute;
	top:200px;
	right:100px;
}


div.content {
	padding-left:5px;
}

div.code {
	font-family:arial;
	font-size:9px;
	padding:10px;
	margin-left:20px;
	margin-right:10px;
	background-color:#F6F6FB;
	border:solid #999999 1px;
}

div.pollbar {
	border:solid #D8E4FC 1px;
	margin: 3px;
	padding:3px;
	size:8px;
	display:block;
}

.table_index
{
	/*border-left:solid #97AFE0 1px;*/
	/*border-right:solid #97AFE0 1px;*/
	border-top:solid #A6BFF1 1px;
	border-bottom:solid #97AFE0 1px;
}

.menu ul
{
	font-size:10px;
	margin-left:10px;
	padding-left:10px;
	list-style-image: url(arrow2.gif);
}

.menu ul li a
{
	display:block;
	width:100%;
}

.menu ul li:hover
{
	
	list-style-image: url(arrow2_hover.gif);
}

.menu
{
	background-color: #EEF4FF;
}

div.bbox
{
	background-image:url("bbox_top.png");
	background-repeat:no-repeat;
	background-position:top left;
	color:#37718D;

	margin:20 0 20 0;
	padding:30 3 5 3;
	width:190px;
}
div.bbox_top
 {
	padding:0 2 0 2;
	border-bottom:solid #DAE6FD 1px;
	
 }
 
 div.bbox_text {
	padding:5 5 10 15;
	color:black;
 }
 
 span.bbox_name
 {
	font-weight:bold;
	color:#37718D;
 }

div.commentTop
{
	margin-left:10px;
	padding:10px;
	padding-left:10px;
}

div.commentText
{
	margin-left:10px;
	padding:20px;
	padding-left:40px;
	padding-right:5px;
}

div.crewHead
{
	margin-bottom:5px;
	padding:10px;
	background-color:#EEF4FF;
}

div.crewBody
{
	margin-bottom:5px;
	padding:5px;
	padding-left:20px;
	background-color:#EEF4FF;
}

div.crewImg
{
	margin-right:15px;
	margin-left:5px;

}

div.mailboxText {
	margin-left:20px;
	background-color:#F5F8FE;
}

div.raquo
{
	padding-left:25px;
	background-image:url("raquo.png");
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
}
div.video
{
	padding-left:28px;
	background-image:url("video.png");
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
}
div.ok
{
	padding-left:10px;
	background-image:url("status_ok.png");
	background-repeat:no-repeat;
	background-position:left center;
}
div.error
{
	padding-left:10px;
	background-image:url("status_err.png");
	background-repeat:no-repeat;
	background-position:left center;
}
div.floatbox_r
{
	position:relative;
	float:right;
	width:250px;
	height:80px;
	border:none;
	margin-right:5px;
	margin-bottom:10px;
}

div.floatbox_l
{
	position:relative;
	float:left;
	width:250px;
	height:80px;
	border:none;
	margin-left:5px;
	margin-bottom:10px;
}

div.listItems
{
	padding:0 0 2px 2px;
}

div.listItems a:link { color: black;text-decoration:none; }
div.listItems a:visited { color:black; text-decoration:none; }
div.listItems a:active { color: red; text-decoration:none; }
div.listItems a:hover { color:#145A7C; }

.headline { font-size:12px; font-weight:bold; }
.headline_s { font-size:10px; font-weight:bold; }

.transp { color: #999999; }

.underline { text-decoration:underline; }
.italic { font-style:italic; }
.bold { font-weight:bold; }

.floatLeft { float:left; }
.floatRight { float:right; }

.color0 { color:black; }

.color1 { color:#37718D;}
.color1_bg { background-color: #37718D; }

.color2 { color:#143849; }

.color2_bg { background-color:#143849; }

.color3_bg { background-color:#EEF4FF; }

.color4_bg { background-color:#FFBABA; }

.color5_bg { background-color:#D8E4FC; }

.top3 { color:#37718D; background-color:#D8E4FC;}
.top10 { color:#37718D; background-color:#EEF4FF;}

.info { background-color:#EEF4FF; padding:5px; border:solid #37718D 2px; margin-bottom:10px; }

.timestamp_chat { color: #37718D; font-weight: ; }
.text_me { font-weight:bold; }

.online { color:#4B95B7; font-weight:bold; }

div.border_color2 { border:solid #37718D 1px; }
div.border_top { border-top:solid #DAE6FD 1px; margin:2px; }
div.border_bottom { border-bottom:solid #DAE6FD 1px; margin-right:15px; }
div.border_bottom2 { border-bottom:solid #37718D 1px; margin-right:15px; }
div.border_bottom_dotted { border-bottom:dotted #DAE6FD 1px; margin-right:10px; }
div.border_bottom_dotted2 { border-bottom:dotted #37718D 1px; margin-right:10px; }
div.border_bottom_dotted3 { border-bottom:dotted #DAE6FD 1px; }

.border_bottom_dotted { border-bottom:dotted #DAE6FD 1px; margin-right:10px; }
.border0 { border: solid black 1px; }
.border1 { border:solid #37718D 1px; }
.border2 { border: solid #D8E4FC 1px; }

.borderMe { border-left:solid #d8e4fc 4px; }
.borderThin { border-left:solid #EEF4FF 3px; }
.borderNormal { border-left:solid #37718D 4px; }
.borderNormal2 { border-left:solid #D8E4FC 4px; }

.border5px { border-width:4px;}

.padding_5px {
	padding-top:5px;
}

.padding_med {
	padding:10px;
	padding-bottom:15px;
}

.padding_max {
	padding:15px;
	padding-left:30px; 
}

.padding { padding:5px;}

hr { border:solid #D8E4FC 1px; }

.padding_l {
	padding-left:10px;
}

.padding_lr {
	padding-left:10px;
	padding-right:10px;
}

.padding_lro {
	padding:10px 5px 0 5px;
}
	
.margin_lr {
	margin-left:10x;
	margin-right:10px;
}

a.link2:hover { color: #37718D; font-weight:bold; }

a.link3:link { color:#37718D; }
a.link3:visited { color:#37718D; }
a.link3:active { color:#37718D; }

a.link_col:link { color: #37718D; text-decoration:underline; }
a.link_col:visited { color: #37718D; text-decoration:underline; }
a.link_col:active { color: #37718D; text-decoration:underline; }

a:link { color:black; text-decoration:none; }
a:visited { color:black; text-decoration:none; }
a:active { color:black; text-decoration:none; }

select
{
	background-color:white;
	border: solid 1px #D8E4FC;
	margin-left: 5px;
}

textarea,input
{
	padding-left: 2px;
	margin-left: 5px;
	margin-top:1px;
	color: black;
	font-family: verdana;
	font-size: 9px;
	font-color: black;
	background-color: white;
	border: 1px solid #D8E4FC;
	border-left:4px solid #D8E4FC;
	margin-bottom: 1px;
}

.alarm
{
	border-left:solid red 4px;
}

input.alarm
{
	border:solid red 1px;
}

fieldset
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	color: #37718D;
	font-size:12px;
	border:none;
	border-top:solid #D8E4FC 2px;
}

span.quote_list_name
{
	display:block;
	width:60px;
	float:left;
}

.quote_color1
{
	color:#37718D;
	font-weight:bold;

}
.quote_color2
{
	color:darkorange;
	font-weight:bold;

}
.quote_color3
{
	color:darkgreen;
	font-weight:bold;

}
.quote_color4
{
	color:black;
	font-weight:bold;

}

.highlight {
	color:darkorange;
	font-style:italic;
}

div.mailbox_content {
	width:500px;
}
div.mailbox_navi {
	position:relative;
	width:180px;
}

