/* MAIN.CSS - Styles for the dialogin web pages  */

/* Main body common  */
BODY {
	color : #000000;
	font-family : Verdana;
	font-size: 8pt;
	background-color: White;
	margin: 0pt 0pt 0pt 0pt;
}

H1 {
	font-size: 10pt;
	font-weight: bold;	
}

/* INPUT common */
INPUT {
	background-color : White;
	font-family : Verdana;
	font-size : 8pt;
	border-style : solid solid solid solid;
	color : #000000;
	border : 1pt solid #848484;
}  	


/* TEXTAREA common */
TEXTAREA {
	background-color : White;
	font-family : Verdana;
	font-size : 8pt;
	border-style : solid solid solid solid;
	color : #000000;
	border : 1pt solid #848484;
}


/* SELECT common */
SELECT {
	background-color : White;
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	border-style : solid solid solid solid;
	border : 1pt solid #848484;
}


/* P common  */
P {
	margin-bottom : 5pt;
	margin-top : 0pt;
	font-family : Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 13pt;
}


/* TD common  */
TD, TH {
	font-family : Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	line-height: 13pt;
}


/* UL common */
UL { 
	list-style-type: disc;
	margin: 0pt 0pt 5pt 11pt;
	line-height: 13pt;
}


/* A common */
A , A:LINK {
	text-decoration : underline;
	color : #000000;
}


A:ACTIVE {
	text-decoration : underline;
	color : #000000;
}


A:HOVER {
	text-decoration : underline;
	color : #848484;
}


A:VISITED {
	text-decoration : underline;
	color : #848484;
}


A.Menu , A.Menu:LINK {
	text-decoration : none;
	color : #898490;
}

A.Menu:ACTIVE {
	text-decoration : none;
	color : #000000;
}


A.Menu:HOVER {
	text-decoration : none;
	color : #000000;
}


A.Menu:VISITED {
	text-decoration : none;
}

Input.GrayBG {
  background-color : #E9E9E9;
}

.LiteGrayBG{
	background-color: #EEEEEE;
}


TD.BoxTitle1{
	font-size: 8pt;
	font-weight: bold;
	color: White;
	background-color: #981E54;
	padding-bottom: 0pt;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-top: 0pt;
	vertical-align: middle;
}


TD.BoxTitle2{
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	background-color: #C4C3C9;
	padding-bottom: 0pt;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-top: 0pt;
	vertical-align: middle;
}


TD.BG1{
	background-color: #981E54;	
}


TD.BG2{
	background-color: #C4C3C9;	
}


TD.TextCell { padding: 6pt 8pt 4pt 8pt; }


.ImgHolder {
	border: 2pt solid #C4C3C9;
}

.SmallText {
	font-size: 7pt;
}

.GrayText {
	color: #898490;
}

.RedText {
	color: #981E54;
	font-weight: bold;
	display: inline;
}

.Menu1 { 
	font-weight: bold;
	color: #ED8C50; 
}

.Menu2 { 
	font-weight: bold;
	color: #49AC3D; 
}

.Menu3 { 
	font-weight: bold;
	color: #DD3632; 
}

.PageHeader {
	background-image:url("../images/bg_strip_1.jpg");
	background-repeat:repeat-y;
}
