/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body {
    background-color: #4D5D88;
}

a:hover 
{
	text-decoration: none;
	color: black;
}

.tabs 
{
	width: 100%;
	position: relative;
	top: 20px;
	left: 15px;
	margin-bottom: 40px;
	text-align: center;
	height: 55px;
}

.tabs a
{
	display: inline;
	font-family: Arial;
	font-size: 10pt;
	height: 25px;
	background-image: url('../images/tabGrad.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	color: #555;
	padding: 5px 5px 5px 5px;
	margin-right: -2px;
	border: 1px solid #555;
}

.tabs a:hover 
{
	background-image: url('../images/tabGrad_hover.gif');
	background-repeat: repeat-x;
	color: White;
}

.tabs a.active 
{
	background-image: url('../images/tabGrad_active.gif');
	background-repeat: repeat-x;
	color: White;
	font-weight: bold;
}

.tabs a.active:hover 
{
	background-image: url('../images/tabGrad_active.gif');
	background-repeat: repeat-x;
	color: White;
	font-weight: bold;
}

.tabRow1, .tabRow2, .tabRow3
{
	height: 26px;
}

.tabRow3
{
	margin-top: -3px;
	border-bottom: 3px double #555;
}

.leftmenu {
	width: 180px;
	float: left;
	font-family: Arial;
	border: 1px solid #ccc;	
}

.leftmenu .heading 
{
	background-color: #ccc;
	padding: .25em;
	font-weight: bold;
	margin: 2px;
}

.leftmenu li 
{
	list-style: square;
	text-align: left;
	font-size: 16px;
	margin-left: -22px;
	margin-bottom: 5px;
}

.leftmenu li a
{
	font-size: 11pt;
	color: #555;
}

.leftmenu a:hover 
{
	color: Black;
}

.leftmenu .selected 
{
	font-size: 11pt;
	font-weight: bold;
}

.extraLinks 
{
	text-align: center;	
}

.extraLinks a 
{
	color: #0196ff;
	line-height: 25px;
}

.bodyContent 
{
	width: 420px;
	float: right;
	text-align: left;
	font-family: Arial;
	margin-left: 30px;
	font-size: 14px;
}

.bodyContent a 
{
	color: blue;
}

.mainmenu
{
	margin-left: 30px;
	padding-left: 0;
	list-style: none;
}

.mainmenu li
{
	background: url(../images/arrow.gif) no-repeat 0 .3em;
}

.subTitle {
    color: black;
    font-size: 14pt;
    text-align: center;
    font-family: arial;
    font-weight: bold;
}

.subTitle span {
    color: red;
}

#parent-fieldname-title
{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: Black;	
}

#breadcrumbs
{
	font-size: 12px;	
}

h3
{
	font-size: 16px;	
}