﻿* html body
{
    overflow: hidden;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: smaller;
}

body
{
    margin: 0;
    padding: 0 0 <length> 0;
    line-height: 16px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: smaller;
    
    overflow:hidden;
}

b
{
    font-size: 100%;
}
em
{
    color: red;
}

#topsection
{
    background: #FFFFFF;
    height: 116px; /*Height of top section*/
    border-top: solid 1px red;
    border-bottom: solid 2px red;
}



#contentwrapper
{
    float: left;
    width: 100%;
}

#contentcolumn
{
	padding-top:4px;
    margin: 0px 230px 0px 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn
{
    float: left;
    width: 190px; /*Width of left column*/
    margin-left: -100%;
}

#rightcolumn
{
    float: left;
    width: 230px; /*Width of right column*/
    margin-left: -230px; /*Set left marginto -(RightColumnWidth)*/
}

.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

div#footer
{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    clear: left;
    height: 140px;
    background-color: #D9D9D9;
    border-top: solid 2px red;
    color: #000000;
    padding-left: 4px;
}

@media screen
{
    body > div#footer
    {
        position: fixed;
    }
}

#f1
{
    height: 100px;
    float: none;
}

#c0, #r0
{
    float: left;
    clear: none;
    width: 65%;
    height: 100%;
    min-height: 700px;
}

#r1, #l1
{
    height: 100%;
    padding: 6px;
}



#l0
{
    float: left;
    clear: left;
    width: 190px;
    height: 100%;
    background-color: aliceblue;
}


#f0
{
    width: 100%;
    height: 20px;
}

#r0
{
    width: 249px;
    background-color: aliceblue;
}

#c0
{
    background-color: aliceblue;
    height: 100%;
}

#h1, #r1, #c1, #l1
{
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

#f1
{
    vertical-align: middle;
    font-size: small;
    text-align: left;
    padding-left: 4px;
    line-height: 18px;
    background-color: #D9D9D9;
    border-top: solid 2px red;
    height: 155px;
}

.header_bar
{
    background-image: url(../../Images/header_bg.jpg);
    background-repeat: repeat-x;
    text-align: left;
    padding-left: 4px;
    color: #000000;
    font-size: small;
    font-weight:bold;
    border: solid 1px silver;
    border-bottom: none;
    height: 20px;
    -moz-border-radius: 4px 4px 0px 0px;
    line-height: 18px;
    width:100%;
}

.header_body
{
    background-color: #FFFFFF;
    text-align: left;
    padding: 4px;
    color: Gray;
    font-size:11px;
    border: solid 1px silver;
    border-top: none;
    margin-bottom: 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    line-height: 15px;
}

.header_bar_blue
{
	 width:100%;
   /* background-image: url(../../Images/header_bg_blue.jpg);*/
   background-color:#C0E5F5;
    background-repeat: repeat-x;
    text-align: left;
    padding-left: 4px;
    color: #000000;
    font-size: small;
     font-weight:bold;
    border: solid 1px #f1c967;
    border-bottom: none;
    height: 20px;
    -moz-border-radius: 4px 4px 0px 0px;
    line-height: 18px;
}

.header_body_blue
{
    background-color: #FFFFFF;
    text-align: left;
    padding: 4px;
    color: navy;
    font-size:11px;
    border: solid 1px #f1c967;
    border-top: none;
    margin-bottom: 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    line-height: 15px;
}

.plain_div
{
    background-color: #fffcaf;
    text-align: left;
    padding: 4px;
    color: navy;
    font-size: small;
    border: solid 1px silver;
    -moz-border-radius: 4px 4px 4px 4px;
    line-height: 16px;
}




/* Accordion */
.accordionHeader
{
border: 1px solid #124CB6;
	color: #FFFFFF;
	/*background-color: #264C7D;*/
	background-image: url(../../images/Blue_Header.png);
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	
}
.accordionContent
{
	background-color: White;
	border: 1px solid #124CB6;
	border-top: none;
	padding: 0px;
	padding-top: 10px;
}
.accordioncontentlink
{
	color: Black;
	text-decoration: none;
	font-family:Arial;
	font-size:12px;
}

.accordioncontentlink:hover
{
	color: Red;
	text-decoration: none;
}

/* Accordion */
.accordionHeader
{
background-image: url(../../Images/header_bg.jpg);
                    height: 20px; 
                    border: solid 1px silver; 
                    vertical-align: top;
                    color:Black;

	
}

.LeftmenuHover a:hover
{
	background-color:Red;
}

