html {
	height: 100%;
}

* {
	font-family: Calibri, arial, sans-serif;
	font-size: 11px;
	color: #1F3465;
}

form {
	padding: 0;
	margin: 0;
}

table {
    border-collapse: collapse;/* = cellspacing 0 */
}

a:link, a:visited, a:hover, a:active {
	color:#1F3465;
	text-decoration:none;
}

a:visited {
}

a:hover {
	color:#dd8e30;
}

td {
	text-align:left;
	vertical-align:top;
    padding: 0;
}

th 
{
	text-align:left;
	padding:0;
}

hr 
{
	color:#c2c8dd;height:1px;background-color:#c2c8dd;border:0;
}

.content li 
{
	list-style-image:url(../img/bullet.gif);

}

h1 {
	font-weight:bold;
	font-size:180%;
	line-height:1em;
	text-transform:uppercase;
	margin-top:0px;
	//color : #db640a;
	color : #80b61a;

}

h2 {
	font-weight:bold;
	font-size:160%;
	text-transform:uppercase;
}

h3 {
	font-weight:bold;
	font-size:140%;
}

h4 {
	font-weight:bold;
	font-size:120%;
}

i, em {
	font-style:italic;
}

b, strong {
	font-weight:bold;
}

ul {
	 list-style-image: url(../img/icons/LsitTag.png);

}

ol {
	list-style-type:decimal;
}

input, select 
{
	border:1px solid #0c2577;
	width:170px;
	color: #000;
}



option 
{
	color: #000;
}

.radio, 
table.radio td input,
span.radio input,
.checkbox input 
{
	border-width:0;
	width:auto;
	color: #000;
}

textarea {
	border:1px solid #0c2577;
	overflow:auto;
	width:250px;
	height:50px;
	color: #000;
}

.button
{
	background: #80b71a url(../img/buttonbg.gif) repeat-x bottom;
	font-weight:bold;
	color:#fff!important;
	border:0px solid #0c2577;
	width:auto;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	padding:auto;
	padding-top:1px;
	padding-bottom:1px;
	cursor: pointer;
	cursor: hand;
}

.buttonselected
{
	background: #ffffff url(../img/buttonbg.gif) repeat-x bottom; /*1f3465*/
	font-weight:bold;
	color:#000!important;
	border:0.05pt solid #80b71a;
	width:auto;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	padding:auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	cursor:text ;
}

.buttonlarge
{
	width:auto;
	padding:auto;
	padding-top:3px;
	padding-bottom:3px;
	font-size:15px; 
	cursor: hand;
}

.buttondisabled
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5; 

}




img {
	border:0px;
}
.clr {
	clear: both;
}
span.pngfix, div.pngfix 
{
	display:none;
}

.bold 
{
	font-weight:bold;
}

.emphasis, .emphasis a 
{
	font-weight:bold!important;
	color : #1F3465!important;
}

.subtext 
{
	font-size:80%;
	
}

/*wizardsteps*/
.wizardsteps img
{
    height:19px;
}

.WizardStepInActive
{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}

/*wizardsteps*/

.slider {
	width: 140px;
    height:80px;
    position:relative; /* important */
	overflow: hidden; /* important */
}

.sliderContent {
    width: 140px;
    height:80px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage img
{
}
.sliderImage 
{
	width:100%;
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 140px;
    color: #fff;
	background-color: #000;

    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
   bottom: 0;
	left: 0;
    display: none;
}


.LabelHeader
{
	padding-top:3px;
	padding-left:25px;
	padding-right:10px;					
	vertical-align:middle;
	height:32px;
	text-transform:none;	
	text-decoration:none;
	font-weight:normal;	
	font-size:15px;
	width:620px;
}

.LabelHeader b
{
	color:Orange;
	font-size:100%;
}


.tab-content
{
	margin-left:15px; 	
}

.content-end
{
	margin-bottom:15px;
}

.inputArea th
{
	width:150px;
	height:100%;
	font-weight:bold;
	padding-bottom:7px;
	vertical-align:top;
}

.inputArea td
{
	width:500px;
	height:100%;
	padding-bottom:7px;
}

.inputArea
{
	padding-bottom:30px;
}

.newbutton
{
	background: #dd8a2d url(../img/buttonbg.gif) repeat-x bottom;
	font-weight:bold;
	color:#fff!important;
	border:0px solid #0c2577;
	width:295px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	padding:auto;
	padding-top:1px;
	padding-bottom:1px;
	cursor: pointer;
	cursor: hand;
}
.profilelistheader
{
	background-color:#80B61A;
	color:#fff!important;
	height:20px;
	padding-left:5px;
		
}
.avatar
{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

.avatar td
{
	width :  100px;
	height:50px;
	margin:15px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
	margin-top:15px;
	padding:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-top:15px;
}
.MessageCellText a
{
	color:#fff;	
}


.evenspacepanel
{
	
}

.evenspacepanel table
{
	
	margin-bottom:7px;
}

.evenspacepanel th
{
	padding-left:30px;
}

.evenspacepanel td
{
	width:50%;
	padding-left:30px;
}

.evenspacepanel span
{
	text-align:left;
	
}
