﻿body 
{
	font-family: 'Arimo', Calibri; 
}
.clear { 
    clear:both; 
} 
.right  { 
    float: right; 
} 
.left { 
    float: left; 
}
.centre {
    text-align: center;
}
.pntr {
    cursor: pointer;
}

.custom {
    width: 100% !important;
}
.header_title
{
	font-family: 'Michroma' , Calibri;
	color: #FF3300;
	font-size: 1.5em;
	margin-top: 5px;

}
.header_title span
{
	margin-left: 2%;
	margin-right: 2%;
}

.subheader_title
{
	font-family: 'Arimo' , Calibri;
	color: #FFE4AD;
	font-size: 1.0em;
}
.brdrBTM
{
	height: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FF0000;
	margin-bottom: 10px;
}
.brdrBTM2
{
	height: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #009999;
	margin-bottom: 10px;
}
.librdrBTM
{
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}
.brdrRT
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
}
.brdrTOP
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
}

.titleround
{
	border: thin solid #333333;
	width: 100%;
	
	background-color: #DADADA;
	font-size: 1.0em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	color: #999999;
	padding-bottom: 9px;
	padding-top: 4px;
	padding-left: 9px;
}

.titleround_dark
{
	border: thin solid #CCCCCC;
	width: 100%;

	background-color: #333333;
	font-size: 1.0em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #CCCCCC;
	
	padding-bottom: 9px;
	padding-top: 4px;
	padding-left: 9px;
}

.titleround_red
{
	border: thin solid #CCCCCC;
	width: 100%;
	background-color: #E6E6E6;
	font-size: 1.1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #FF0000;
	padding-bottom: 7px;
	padding-top: 7px;

}

.width96
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.width40
{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

.trHeader
{
	font-family: 'Arimo' , Calibri;
	font-size: 1.3em;
	color: #0000FF;
}

.dvDate
{
	width: 40%;
	float: right;
	text-align: right;
	font-size: 0.8em;
	margin-right: 10px;
	display: inline;
	color: #4F4F4F;
}
. ldate
{
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
}
.datadiv
{
	margin-left: 2%; 
	width: 100%;
}
.divleft
{
	width: 36%;
}
.divright
{
	width: 64%;
}

.mbtm4
{
	margin-bottom: 8px;
}
.mleft5
{
	margin-left : 5%;	
}
.mleft1
{
	margin-left : 1%;
}
.BmTop
{
	margin-top: 15px;	
}
ul li
{
	color: #FFFFFF; 
	width: 97%

}
ul li span
{
	display: inline-block;
}
.liHeader
{
	list-style-type: none;
	font-size: 0.9em;
	color: #FF9933;
}
.liRow
{
	font-size: 0.8em;
	color: #212121;
}
.remove
{
	color: #FF0000; 
	font-size: 0.9em;
}
.reqd
{
	font-size: 1.6em;
	color: #FF6600;
	padding-left: 5px;
}
.liOther
{
	font-size: 1.1em;
	font-family: 'Arimo' , Calibri;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #808080;
	color: #FF6600;
}

.trow
{
	clear: both;
	height: 30px;
}
.tcell
{
	font-family: 'Arimo' , Calibri;
	color: #333333;
	font-size: 1.0em;
}
.tcell2
{
	font-family: 'Arimo' , Calibri;
	color: #999999;
	font-size: 1.0em;
}
.tcell3
{
	font-family: 'Arimo' , Calibri;
	color: #838383;
	font-size: 1.1em;
}
.tcell4
{
	font-family: 'Arimo' , Calibri;
	color: #666666;
	font-size: 1.2em;
}
.spn1
{
	display: inline-block;
	width: 240px;	
}
.spn2
{
	color: #EBEBEB;
	font-size: 1.0em;
}
.zonetitle
{
	font-family: 'Arimo' , Calibri;
	display: inline-block;
	width: 99%;
	color: #FF0000;
	font-size: 1.1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
}
.rname
{
	color: #212121;
	font-size: 1.0em;
	display: inline-block;
	width: 320px;
}
.use
{
	color: #000000;
	font-size: 1.4em;

}
.ulArrow
    {
    list-style-image: url('../images/icon_arrow_right.gif');
    list-style-type: none;
}
.liBTM
{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}


