/* 
================================
 Container Styles for cerulean
================================
*/   

#commonwhiteOrange .Normal
{

    font-weight: normal;
    color:#E6E6E6;
}
#commonwhiteOrange .container {
	width: 100%;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
		background-image: url(images/skyblueBG.gif);
			background-color: transparent
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: white;
		border:1px #758099 solid;
						margin-top:8;
}

#commonwhiteOrange .head
{

    font-weight: Bold;
    color:#FF9900;}
	

#commonwhiteOrangegrey .container {
	width: 100%;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
		background-image: url(images/greyBG.gif);
			background-color: transparent
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: white;
		border:1px #758099 solid;
				margin-top:8;
}
#commonwhiteOrangeblack .container {
	width: 100%;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
		background-image: url(images/blackBG.gif);
			background-color: transparent
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: white;
		border:1px #758099 solid;
				margin-top:8;
}
#commonwhiteblack .Normal
{

    font-weight: normal;
    color:#E6E6E6;
}
#commonwhiteOrangeT .container {
	width: 100%;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;

			background-color: transparent
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: white;
		border:1px #758099 solid;
				padding-top:8px;
				margin-top:8;
			
			}
#commonwhiteorangeT .Normal
{

    font-weight: normal;
    color:#E6E6E6;
}

#commonwhiteOrangeTNoBorder .container {
	width: 100%;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;

			background-color: transparent
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: white;
				padding-top:8px;
				margin-top:8;
			
			}



