/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #0071bc;
}
H1
{
	font-weight: 700;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-family: Verdana, Arial;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3
{
	font-weight: bold;
	font-size: 18px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4	{	
	font-family: Verdana, Arial;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6
{
	font-weight: 700;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: #830041;
	font-style: normal;
	font-family: Verdana, Arial;
	letter-spacing: normal;
	text-decoration: none;
}	
		


/* LINK STYLES -------------------------- */
A:link
{
	color:#6699ff;
	text-decoration: none;
}	
		
A:visited
{
	color: #000000;
	text-decoration: none;
}	
		
A:active
{
	color: #000000;
	text-decoration: none;
}	
		
A:hover
{
	color: #6699ff;
	text-decoration: none;
}


/* text style for the site links */
.LeftMenu 
{
	color: #0071BC;
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 12px;
}   


/* hyperlink style for the site links */
A.LeftMenu:link
{
	color: #0071BC;
	text-decoration: none;
}   


A.LeftMenu:visited  {
    color:#0071BC;
	text-decoration: none;
}

A.LeftMenu:active   {
    color:#0071BC;
	text-decoration: none;
}

A.LeftMenu:hover    
{
	 color:#D6DFE5;
    /*color:#ff3300;*/
	text-decoration: none;
}


/* text style for the site links */
.TIA {
    font-family: Verdana, Arial;
    font-weight: bold;
    color: #996600;
    font-size: 11px;
}   

/* hyperlink style for the site links */
A.TIA:link
{
	color: #996600;
	text-decoration: none;
}   


A.TIA:visited  {
    color:#996600;
	text-decoration: none;
}

A.TIA:active   {
    color:#996600;
	text-decoration: none;
}

A.TIA:hover    
{
	 color:#FF3300;
    /*color:#ff3300;*/
	text-decoration: none;
}



/* text style for the site links */
.SiteLink {
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 10px;
}   

/* hyperlink style for the site links */
A.SiteLink:link
{
	color: #000000;
	text-decoration: none;
}   


A.SiteLink:visited  {
    color:#000000;
	text-decoration: none;
}

A.SiteLink:active   {
    color:#000000;
	text-decoration: none;
}

A.SiteLink:hover    
{
	 color:#FF3300;
    /*color:#ff3300;*/
	text-decoration: none;
}




/* text style for the small links */
.SmallRed {
    font-family: Verdana, Arial;
    font-size: 10px;
}   

/* hyperlink style for the site links */
A.SmallRed:link
{
	color: #ff3300;
	text-decoration: underline;
}   

A.SmallRed:visited  {
    color:#ff3300;
	text-decoration: underline;
}

A.SmallRed:active   {
    color:#ff3300;
	text-decoration: underline;
}

A.SmallRed:hover    {
    color:#ff3300;
	text-decoration: none;
}

/* style for small white text*/
.SmallWhite
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}



/* style for Morone on white text e.g. Password label*/
.Morone
{
    font-family: Verdana, Arial;
    font-size: 12px;
    /*color: #830041;*/
}

/* style for Morone on white text e.g. Password label*/
.White
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #FFFFFF;
}


/* style for menu table */
.MenuTable
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-collapse: collapse;
	border-right-width: 0px;
}


/* style for menu headers Except the Left Side Menu */
.MenuHeader
{
	/* border-top-width: thin; */
	display: block;
	font-weight: bold;
	border-left-width: thin;
	font-size: 12px;
	/* border-bottom-width: thin;*/ 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	/* background-color: #830041;*/ 
	text-align: center;
	border-right-width: thin;
}


/* style for Left Side menu headers */
.MenuHeaderLeft
{
	/* border-top-width: thin; */
	display: block;
	font-weight: bold;
	border-left-width: thin;
	font-size: 12px;
	/* border-bottom-width: thin;*/ 
	color: #FFFFFF;
	font-family: Verdana, Arial;
	height: 18px;
	/* background-color: #830041;*/ 
	text-align: center;
	border-right-width: thin;
}


/* style for menu items */
.MenuItem
{
	font-family: Verdana, Arial;
    font-size: 10px;
	padding-left: 5px;
	vertical-align: super;
	/* background-color: #DADADA;*/
	/*#f2c0c7;*/
	text-align: left;
}


/* MainContent Table in the main area */

.MainContentHead
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	/*background-color: #830041;*/
}

.MainContentHeadBlue
{
	font-weight: bold;
	font-size: 11px;
	color: #0071BC;
	font-family: Verdana, Arial;
	/*background-color: #830041;*/
}

A.MainContentHead:hover
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Verdana, Arial;
	/*background-color: #830041;*/
}

A.MainContentHead, A.MainContentHead:visited, A.MainContentHead:link
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	/*background-color: #830041;*/
}

.MainContentItemText
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
}

A.MainContentItemText, A.MainContentItemText:link, A.MainContentItemText:visited
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 11px;
}

A.MainContentItemText:hover
{
	font-size: 11px;
	color:	#6699ff; /*#ff0066;*/
	font-family: Verdana, Arial;
	text-decoration: none;
}

.loginText
{
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
}

/* style for error messages and accents*/
.Accent
{
    font-family: Verdana, Arial;
    color: red;
    font-size: 11px;
    font-weight:    bold;
}

/* generic text style*/
.SmallBlack
{
	font-size: 0.6em;
	color: black;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}


	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.InputBox, .InputBoxNarrow, .InputBoxMedium, .InputBoxWide, .InputBoxPublisher {
	color: #333333;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
}

.InputBoxNarrow { width: 50px; }
.InputBoxMedium { width: 150px; }
.InputBoxWide   { width: 200px; }


