﻿body 
{
	margin-bottom:5px;
	margin-left:10px;
	margin-right:0px;
	margin-top:5px;	
	padding:0px;
	font-family:Arial;
	font-size:11px;
	background-color:White;
}

a	
{
	text-decoration: none;
	color:#bb6100;
	font-size:11px;
}

a:hover
{
	color:#7f7f7f	;
}

.page
{
	width:990px;	
}

.header 
{
	padding:3px;
	height: 35px;
}

.menu
{
	height:15px;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;	
	background-image: url(Images/menu_bg.gif);
	background-repeat: repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#c5b58f;	
}

.mainMenu
{
	border:0px;
	border-right: solid 1px #c5b58f;
	padding:0px;
	padding-right:2px;
	padding-left:2px;	
}

.mainMenuHover
{
	color:#7f7f7f;
}

.mainMenuSelected
{
	font-weight:bold;	
}

.footer 
{
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #878A8D;
}

.footer a
{
	text-decoration: none;
	font-size: 10px;
	color: #878A8D;
}

#content
{
	padding-left:3px;
}

.bigBox
{
	width:100%;
	background-color:#f2f2f2;	
	border-style:solid;
	border-width:1px;
	border-color:#7f7f7f;
}

.bigBox a
{
	padding-right:5px;
	padding-left:10px;
	text-decoration: none;
	color:#bb6100;
	font-size:11px;
	background-image: url(Images/link_bg.gif);
	background-repeat:no-repeat;	
}

.bigBox a:hover
{
	background-image: url(Images/link_bg_hover.gif);
}

.bigBox #top
{
	padding:3px;
	font-weight:bold;
	background-color:#7f7f7f;
	color:White;
}

.bigBox #boxContent
{
	padding:3px;
}

.bigBox #error
{
	padding:3px;
	color:Red;	
}

.bigBox #bottom
{
	padding:3px;	
	text-align:right;	
}


.box
{
	width:220px;
	background-color:#f2f2f2;	
	border-style:solid;
	border-width:1px;
	border-color:#7f7f7f;
}

.box a
{
	padding-right:5px;
	padding-left:10px;
	text-decoration: none;
	color:#bb6100;
	font-size:11px;
	background-image: url(Images/link_bg.gif);
	background-repeat:no-repeat;	
}

.box a:hover
{
	background-image: url(Images/link_bg_hover.gif);
}

.box #top
{
	padding:3px;
	font-weight:bold;
	background-color:#7f7f7f;
	color:White;
}

.box #boxContent
{
	padding:3px;
}

.box #error
{
	padding:3px;
	color:Red;	
}

.box #bottom
{
	padding:3px;	
	text-align:right;	
}

input
{
	border: 0px;
	border-bottom: 1px dotted #7f7f7f;
	margin-top: 2px;
	margin-bottom: 4px;
	width: 200px;
	font-size:11px;
	background-color:White;
	font-family:Arial;
}

.textboxReadOnly
{
	border: 0px;
	border-bottom: 1px dotted #7f7f7f;
	margin-top: 2px;
	margin-bottom: 4px;
	width: 100%;
	font-size:11px;
	background-color:#f2f2f2;	
	font-family:Arial;
}

select
{
	border: 1px solid #7f7f7f;
	margin-top: 2px;
	margin-bottom: 4px;
	width: 100%;
	font-size:11px;
	background-color:White;
	font-family:Arial;
}

textarea 
{
	border: 0px;
	border-bottom: 1px dotted #7f7f7f;
	margin-top: 2px;
	margin-bottom: 4px;	
	width: 100%;
	font-size:11px;
	background-color:White;
	overflow: auto;
	height: 4em;	
	font-family:Arial;
}

.textareaReadOnly
{
	border: 0px;
	border-bottom: 1px dotted #7f7f7f;
	margin-top: 2px;
	margin-bottom: 4px;	
	width: 100%;
	font-size:11px;
	overflow: auto;
	height: 4em;	
	background-color:#f2f2f2;	
	font-family:Arial;
}

hr	{
	margin-top :10px;
	border: 0px;
	border-top: 1px dotted #C0C0C0;
	font-weight: bold;
	height:0px;
	background-color: #F4F4F4;
}
