﻿.contentStyle .cRoundedContainer
{
	height:auto;
	width:auto;
	background-position:right top;
	background-repeat:no-repeat;
	padding:12px;
	padding-left:37px;
	padding-right:25px;
	margin-bottom:4px;
}

.contentStyle .cRoundedContainer P IMG[height="16"]
{
    vertical-align:bottom;
}

.contentStyle .cRoundedContainer H1
{
	font:bold 14px Arial;
	margin:0;
	margin-left:-25px;
	padding-left:0px;
	padding-bottom:5px;
	background-position:left top;
	background-repeat:no-repeat; 
}

.contentStyle .cRoundedContainer H1 A
{
	text-decoration:none;
}

.contentStyle .cRoundedContainer H1 IMG
{
    margin-bottom:-2px;
}

.contentStyle .mBlackRoundedConteiner
{
	background-image:url(../images/black-rounded-bg.png);
	color:#fff;
}

.contentStyle .mBlackRoundedConteiner H1, .contentStyle .mBlackRoundedConteiner H1 A
{
	color:#fff;
	xbackground-image:url(../images/orange-arrow-grey-bg-down.gif);
}



.contentStyle .mBlackConteiner
{
	background-image:url(../images/black-bg.png);
	background-repeat:repeat;
	color:#fff;
}

.contentStyle .mBlackConteiner H1, .contentStyle .mBlackConteiner H1 A
{
	color:#fff;
	xbackground-image:url(../images/white-arrow-grey-bg-right.gif);


}

.contentStyle .mWhiteConteiner
{
	background-image:url(../images/white-bg.png);
	background-repeat:repeat;
	color:#000;
}

.contentStyle .mWhiteConteiner H1, .contentStyle .mWhiteConteiner H1 A
{
	color:#e94c1e;
	xbackground-image:url(../images/grey-arrow-white-bg-right-clear.gif);

}

.contentStyle .mWhiteRoundedConteiner
{
	background-image:url(../images/white-rounded-bg.png);
	color:#000;
}

.contentStyle .mWhiteRoundedConteiner H1, .contentStyle .mWhiteRoundedConteiner H1 A
{
	color:#333;
	xbackground-image:url(../images/grey-arrow-white-bg-right-clear.gif);

}

.contentStyle .mOrangeConteiner
{
	background-image:url(../images/orange-bg.png);
	color:#fff;
	background-repeat:repeat;
}

.contentStyle .mOrangeConteiner H1, .contentStyle .mOrangeConteiner H1 A
{
	color:#333333;
	xbackground-image:url(../images/grey-arrow-orange-bg-right.gif);

}

.contentStyle .mOrangeRoundedConteiner
{
	background-image:url(../images/orange-rounded-bg.png);
	color:#fff;
}

.contentStyle .mOrangeRoundedConteiner H1, .contentStyle .mOrangeRoundedConteiner H1 A
{
	color:#333333;
	xbackground-image:url(../images/grey-arrow-orange-bg-right.gif);

}


UL.bCommonMenuItem
{
	width:auto;
	height:auto;
	list-style:none;
	margin-left:0 !important;
	
}

.bCommonMenuItem LI{
	width:auto;
	height:auto;
	margin-bottom:4px;
	background-color:#333;
	text-align:right;
	line-height:0;
	
}

.bCommonMenuItem LI A:hover 
{
	background-image:url(../images/grey-arrow-orange-bg-right.gif);
	background-color:#e94c1e;
	text-decoration:none;
	color:#333;
}

.bCommonMenuItem LI A
{
	font:bold 14px Arial;
	text-decoration:none;
	display:block;
	color:#fff;
	background-image:url(../images/white-arrow-grey-bg-right.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding:9px 32px 9px 9px;
	line-height:normal;
}


.bCommonMenuItem .mLeftSideArrow
{
	text-align:left;
}

.bCommonMenuItem .mLeftSideArrow A
{
	padding:9px 9px 9px 35px;
	background-image:url(../images/white-arrow-grey-bg-leftside.gif);
	background-position:left center;
}

.bCommonMenuItem .mLeftSideArrow A:hover{
	background-image:url(../images/grey-arrow-orange-bg-leftside.gif);
}



/* Content styles */
.contentStyle {
	background-color: transparent;
	font:normal 11px Arial;
	line-height:16px;
	padding-bottom:0;
}

.contentStyle UL, .contentStyle OL
{
    margin:5px 0;
    xlist-style-position:inside;
}


.contentStyle UL
{
    margin-left:33px;
}


.contentStyle a {
	color: #ff6633;
	text-decoration: none;
	
}



.contentStyle a:hover {
	color: #ff6633;
	text-decoration:none;
}



.contentStyle h2, .contentStyle h3, .contentStyle h4, .contentStyle h5, .contentStyle h6 {
	margin:0;
	color: #FF0000;
	font:bold 12px Arial;
}
	
.contentStyle p{
	margin: 0;
}




/* Forms */
input {
	height: 17px;
	line-height: 17px;
	border: 1px solid #B4B4B4; 
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

textarea {
	border: 1px solid #B4B4B4; 
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

input.form_radio {
    cursor: pointer;
    border: none;
}

input.form_checkbox {
    cursor: pointer;
    border: none;
}

input.text{
	width: 250px;
	border: 1px solid #b4b4b4; 
}

.submit, input.form_submit, .editBTN {
	background-color: #dfdfdf;
	height:auto;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	color: #6C6C6C;
	font-weight: bold;
	padding:2px 5px;
}


