h4
{
	font-size: 14px;
	margin-top: 6px;
}

a
{
	outline: none;
}

h2, h3, h4
{
	margin-top: 0;
}

body
{
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

.title
{
	font-size: 12pt;
	width: 100%;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
	border-bottom: 1px dotted #999;	
}

.success
{
	display: table;
	width: 90%;
	border: 2px solid #83df00;
	line-height: 1.5em;
	background-image: url(success.jpg);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 35px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.error
{
	display: table;
	width: 90%;
	border: 2px solid #F00;
	line-height: 1.5em;
	background-image: url(error.jpg);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 35px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.header
{
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	
}

.cim
{
	color: #FF3300;
	font-weight:bold;
	font-size: 11px;
	font-family: Calibri, Arial, Verdana;
}

.menu
{
	padding-top: 8px;
	background-repeat: repeat-x;
}

.menu a:link, .menu a:visited
{
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Calibri, Arial, Verdana;
	font-weight: normal;
	text-decoration: none;
}

.menu a:hover, .menu a:active
{
	color: #C00;
}

.userMenu, .userMenu td, .userMenu td a
{
	font-size: 10pt;
}

.userMenu, .userMenu td, .userMenu td a:hover
{
	font-size: 10pt;
	text-decoration: none;
}


.boxHeader
{
	background-image: url(boxHeader.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight:  bold;
	padding-left: 3px;
}

.boxBody
{
	border: 1px solid;
	border-color: #FFF #CCC #CCC #FFF;
	padding: 2px;
	font-size: 9pt;
	color: #333333;
	background: #FFF;
}

.footer
{
	background-repeat: repeat-x;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

.footer a:hover, .footer a:active
{
	color: #C00;
}

textarea
{
	border-width: 1px;
	border-style:solid;
	border-color:#000000;
	background-color: #FFFFFF;
	font-family: Calibri, Arial, Verdana;
	font-size: 11px; 
	font-weight:bold;
	color:#000000;
}

input, select
{
	margin: 3px;
	border: 1px solid #999;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt; 
	font-weight: normal;
	color: #333;
}


a:link
{
	color: #990000;
	text-decoration: none;
	font-family: Calibri, Arial, Verdana;
	font-weight: bold;
}  

a:visited
{
	color: #990000;
	text-decoration: none;
	font-family: Calibri, Arial, Verdana;
	font-weight: bold;
}

a:hover
{
	color: #000000;
	font-family: Calibri, Arial, Verdana;
	font-weight: bold;
	text-decoration: underline;
}

body
{
	font-size: 12px;
}

td
{
	font-family: Calibri, Arial, Verdana;
	font-size: 12px;
}

tr.highlight
{
	background: #EEE;
}
