﻿
/*Main Control Styles*/

#mainContainer
{
	width:349px;
	padding-top:0px;
}


#CBselector1_UpdatePanel1{
	font-size:0.8em;

}

#CBselector1_CB1
{
	margin:0px;
	padding:0px;
}

.contentItem
{
	margin:0px;
	padding:0px;
	padding-bottom:0px;
	color:Gray;
}

#titleleft
{
	
		min-height:36px;
		height:auto !important;
		height:36px;
		width:100%;
		margin:0;
		padding:0;
		font-size:80%;
		color:#003366;
		text-indent:7px;
		line-height:32px;
		font-weight:bold;
		background:url(../images/home_page/heading_bkg_tile.gif) repeat-x bottom;
		background-color:#edf1f4;
}
#titleright
{
	clear:both;
		min-height:19px;
		height:auto !important;
		height:19px;
		background-color:#d0dae3;
		margin:0;
		padding:0px 0px 0px 304px;
}

#titleright #IBEdit 
{
	display:none;
}

/*Modal Dialog Styles*/
.modalBackground 
{
    background-color:Black;
    filter:alpha(opacity=60);
    opacity:0.60;         
}
#dialog
{
	width:350px;
}


#dialogtitle
{
	padding-left:3px;
	font-size:100%;	
	background-image:url("/images/m_dialog/middletitle.gif");
	width:337px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	float:left;
	color:White;
	height:18px;
}

#DialogTitleLeft
{
	background-image:url("/images/m_dialog/topleft.gif");
	float:left;
	width:5px;
	height:18px;
	background-color:#666666;
}

#DialogTitleRight
{
	background-image:url("/images/m_dialog/topright.gif");
	float:left;
	width:5px;
	height:18px;
	background-color:#666666;
}

#DialogBottomMiddle
{
	padding-left:3px;
	font-size:100%;	
	background-image:url("/images/m_dialog/middletitle.gif");
	width:337px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	float:left;
}

#DialogBottomLeft
{
	background-image:url("/images/m_dialog/bottomleft.gif");
	float:left;
	width:5px;
	height:18px;
	background-color:#666666;
	background-position:0px bottom;
}

#DialogBottomRight
{
	background-image:url("/images/m_dialog/bottomright.gif");
	float:left;
	width:5px;
	height:18px;
	background-color:#666666;
	background-position:0px bottom;
}

.cbsstyle
{

	margin:0px;
	padding:0px;
	background-image:url("/images/csback.gif");
}
.cbsstyle h1
{
	margin:0px;
	padding:0px;
	font-size:2em;
	padding-top:15px;
	color:Black;
}
#DialogContent
{
	font-size:85%;	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color:White;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
}

.DialogCB
{
	margin-left:5px;
	margin-top:15px;
	margin-right:5px;
}

.DialogCB label
{
	padding-left:6px;
	
}

/* IE */
*html .DialogCB
{	
	margin-left:2px;
	margin-top:8px;
	margin-right:5px;
}

#DialogPreamble
{
	margin-left:0px;
	padding:5px;
	font-size:85%;	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color:White;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
}
#DialogButton
{
	padding-top:10px;
	padding-bottom:3px;
	padding-left:15px;
	background-color:White;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
}


/* buttons */
.buttons
{
	clear:both;
	padding:0px 0px 0px 8px;
}