/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 0px;
    BACKGROUND-COLOR: white;
    COLOR: #333333;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}

acronym {
	border-bottom: 1px dotted #CCC;
}

a {
	/*COLOR: #333333;*/
}

UL, OL{
	font-family: Verdana;
	font-size:11pt;
	color: #000000;
	font-weight: normal;
}

UL {
	list-style-type: disc;
}

OL LI
{
    margin-top:1px;
}

UL LI
{
    margin-top:1px;
}

div.padded {
    padding: 15px;
    width: 95%;
}


.blue {
	padding-top: 10px;
	padding-right: 7px;
	COLOR: #333333;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12pt;
}

.black {
	COLOR: #000000;
    FONT-FAMILY: Georgia;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
}

.error {
	COLOR: #FF0000;
    FONT-FAMILY: Georgia;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}

.title {
    COLOR: #b2cce5;
    FONT-FAMILY: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.modname {
	font-weight: bold;
	font-size: 10pt;
}

.page {
	font-size: 12pt;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #59B224;
}

.answer {
	margin-left: 24px;
	margin-top: -16px;
	*margin-top: -18px;
}

.FooterModuleName

{
    font-family: Verdana;
    font-size:10pt;
    font-weight:bold;
    color:#9c2247;
  
}

.header
{
    font-weight:bold;
    font-size:11pt;
    color:#333333;
    font-family:Verdana;
}

.text
{
    font-size:11pt;
    color:#000;
    font-family:Verdana;
    font-weight:normal;
}

.text_small
{
    font-size:10pt;
    color:#000;
    font-family:Verdana;
    font-weight:normal;
}
.text_smallest
{
    font-size:8pt;
    color:#000;
    font-family:Verdana;
    font-weight:normal;
}

.colortext
{
    font-size:10pt;
    color:#333333;
    font-family:Verdana;
    font-weight:normal;
}

.colortext_regular
{
    font-size:11pt;
    /*color:#333333;*/
    font-family:Verdana;
    font-weight:normal;
}

.colortext_BrainHighlight
{
    font-size:13pt;
    color:#333333;
    font-family:Verdana;
    font-weight:bold;
}

.border
{
    BORDER-LEFT-COLOR: #333333; 
    BORDER-BOTTOM-COLOR: #333333; 
    BORDER-TOP-STYLE: solid; 
    BORDER-TOP-COLOR: #333333; 
    BORDER-RIGHT-STYLE: solid; 
    BORDER-LEFT-STYLE: solid; 
    BORDER-RIGHT-COLOR: #333333; 
    BORDER-BOTTOM-STYLE: solid;
}

.BannerImage
{
    background: url('images/banner.gif');
    width: 746px;
    height: 121px;
}

.BannerImage
{
    padding-bottom:5px;
    padding-right: 5px;
    font-family:Arial;
    font-weight: bold;
    
}

.slideTitleContainer
{
    position: relative;
    display: table;
    width: 600px;
    height: 60px;
    top: 65px;
    left: 130px;    
}

.slideTitle
{
    top: 65px;
    left: 140px;
    color: #ffffff;
    font-size: larger;
    z-index: 200;
    height: 55px;
    width: 600px;
    display: table-cell;
    margin: 0 auto;
	text-align: center;
    vertical-align: middle;		
}

