﻿#header {
	width: 100%;
	height:	50px;
	background:	#000033 url(../images/top.jpg) no-repeat right;
}

.signout1
{
	color:		#c42c2c;
	font-family:Tahoma,Verdana,Arial;
	font-size:	18px;
	font-weight:    bold;
	font-weight:normal;
}

.signout2
{
	color:		#000000;
	font-family:Tahoma,Verdana,Arial;
	font-size:	14px;
	font-weight:    bold;
	font-weight:normal;
}

.signout3
{
	color:		blue;
	font-family:Tahoma,Verdana,Arial;
	font-size:	11px;
	font-weight:    bold;
	font-weight:normal;
}

.myRow
{
	background: url(../images/bg2_24.gif) top left repeat-x #d0e4fe;
    height:30px;
    font-size:      11px;
    color:          #4c4da8;
    font-weight:    bold;
    cursor: hand;
}



TD {
    color:		#4c4da8;
	font-family:Tahoma,Verdana,Arial;
	font-size:	11px;
	font-weight:normal;
}
 
.header {
   background: url(../images/bg2_24.gif) top left repeat-x #d0e4fe;
   height:30px;
   font-size:      11px;
   color:          #4c4da8;
   font-weight:    bold;
   border: solid 1px #cccccc;
   cursor: hand;
}

.textFocus 
{
	height : 23px;
	border: solid 1px #3c7fb1;
	font:12px verdana,Tahoma;
	padding:3px 3px 3px 3px;
	color:#333;
	text-align: left;
	background: #fff url(../images/textboxfocus.gif) repeat-x;
}

.textNormal {
	height : 23px;
	padding:3px 3px 3px 3px;
	border: solid 1px #bbb;
	font:12px verdana,Tahoma,arial,sans-serif;
	text-align: left;
	color: #333;
	background: #fff url(../images/textbox.gif) repeat-x;
}

#version 
{
	position: absolute;	
	top:36px;
	left:22px;
	font-family: Tahoma,Verdana,Arial;
	font-size:9px;
	font-weight:bold;
	color:#f5f5f5;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {font-size:10; font-weight:bold; color: red;}