/*
////////////////////////////
////////HTML ELEMENT////////
////////////////////////////
*/
html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
body
{
    margin: 0px;
    padding: 0px;
	width: 100%;
	height: 100%;
	font-family: verdana, arial, sans-serif, Times New Roman;
	font-size: 11px;
}

/*
////////////////////////////
////////DIV ELEMENT/////////
////////////////////////////
*/

/*//////////MAIN STRUCTURE////////// */
#outerContainer
{
    margin: 0px;
    padding: 0px;
    height:100%;
}

#container
{
    margin: 0px;
    padding: 0px;
    width: 1006px;
    min-height:100%; 
    _height:100%;
}
#containerMain
{
    float: left;
    width: 990px;
}

#body_left
{
    float: left;
    display: inline;
    margin: 15px 0px 0px 5px;
	height: auto;
}

#body_right
{
    float: left;
    display: inline;
    margin: 15px 0px 0px 0px;
	width: 154px;
	height: auto;
}

#body_main
{
    float: left;
    display: inline;
    margin: 15px 0px 0px 0px;
	height: auto;
}
#bottom
{
    float: left;
    display: inline;
    margin: 10px 5px 10px 5px;
	width: 980px;
}

#footermargin
{
    height:140px; clear:both;
}

#footer
{
    width: 1006px;
    height: 120px;
    padding: 0px;
    margin-top: -120px;
}

#footerMain
{
    float: left;
    width: 990px;
    padding: 0px;
}

#footer_content
{
    width: 990px;
    height: 120px;
}

#footer_pr
{
    background-color: White;
    border: solid 1px #a6a6a6;
    float: left;
    margin: 12px 50px 0px 12px;
    width: 500px;
}

#footer_createdBy_info_1
{
    float: right;
    margin: 20px;
    padding-right: 5px;
    width: 150px;
    height: 80px;
    border-right: 1px solid #bebebe;
    text-align: right;
}

#footer_createdBy_info_1 a
{
    color: White;
    font-size: 11px;
    
}
#footer_createdBy_info_1 a:hover
{
    color: #676767;
    text-decoration: none;
}

#footer_createdBy_info_2
{
    float: right;
    margin: 39px 20px 30px 0px;
    width: 160px;
}

#body_right_pr
{
    float: right;
    display: inline;
    margin: 15px 5px 0px 0px;
	height: auto;
}

#textAd
{
    margin: 5px; 
}

#textAd #textAdHeadline  {margin:0px;}
#textAd #textAdHeadline a {font-size:14px;}
#textAd #textAdBody  {font-size:11px; margin:0px;}
#textAd #textAdHomepage  {margin:0px;font-size:11px; color: Green; font-weight: normal;}



/*//////////MODULES////////// */

.module_top
{
    height: 22px;
}

.L1, .L2, .L3, .L4, .L5
{
    width: 1px;
    margin: 0px;
    float: left;
}
.L1 {height: 15px; margin-top: 5px;}
.L2 {height: 17px; margin-top: 3px;}
.L3 {height: 18px; margin-top: 2px;}
.L4 {height: 19px; margin-top: 1px; width: 2px;}

.module1_top_headline, .module2_top_headline, .module3_top_headline, .module4_top_headline, .module5_top_headline, .module6_top_headline
{
    height: 17px;
    margin: 0px;
    padding: 3px 3px 0px 1px;
    float: left;
}

.R1, .R2, .R3, .R4, .R5
{
    width: 1px;
    margin: 0px;
    float: left;
}
.R1 {height: 15px; margin-top: 5px;}
.R2 {height: 17px; margin-top: 3px;}
.R3 {height: 18px; margin-top: 2px;}
.R4 {height: 19px; margin-top: 1px; width: 2px;}

.module_top_underline
{
    background-color: White;
    height: 1px;
    clear: both;
}

.module_content
{
    margin: 0px;
    border-left: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    background-color: White;
}

.contentModulePicture {float: left; margin: 0px 4px 4px 0px;}

/*1=standard  2=division(with of main) 3=infobox(half width of main) 4=top10  5=menu_public  6=menu_admin*/

.module1_top_headline {width: 140px;}
.module2_top_headline {width: 448px;}
.module3_top_headline {width: 214px;}
.module4_top_headline {width: 236px;}
.module5_top_headline {width: 120px;}
.module6_top_headline {width: 140px;}

/*//////////ROUND CORNERS////////// */

/*For all browsern other then IE6*/
.cornerTL, .borderTR, .borderBL, .borderBR {
  width: 5px; height: 5px;
}

.cornerTL, .cornerBL {float: left; clear: both; display: block;}
.cornerTR, .cornerBR {float: right; clear: right; display: block;}
.cornerTL {margin: 0px 0px 0px 0px; }
.cornerTR {margin: 0px 0px 0px 0px; }
.cornerBL {margin: -5px 0px 0px 0px; }
.cornerBR {margin: -5px 0px 0px 0px; }

/*Just for IE6*/
.cornerTL_IE6, .cornerTR_IE6, .cornerBL_IE6, .cornerBR_IE6, .cornerTL, .cornerTR, .cornerBL, .cornerBR
{
    width: 5px; height: 5px;
}

.containerTL_IE6, .containerTR_IE6, .containerBL_IE6, .containerBR_IE6
{
    position: absolute;
    height: 5px;
    width: 5px;
}
.containerTL_IE6 {top: 0px; left: 0px;}
.containerTR_IE6 {top: 0px; right: -1px;}
.containerBL_IE6 {bottom: -1px; left: 0px;}
.containerBR_IE6 {bottom: -1px; right: -1px;}

#cornersContainer_IE6 {visibility: visible;}
#cornersContainer_IE6 {visibility: hidden;}

/*//////////TOP////////// */

#top
{
    margin: 0px 5px 0px 5px;
    height: 28px;
    width: 980px;
    background-image: url(../images/public/top_bkg.gif);
}

#top_contentLeft
{
    float: left;
    width: 500px;
    margin: 3px 0px 0px 6px;
}
#top_contentRight
{
    float: right;
    width: 300px;
    margin: 6px 6px 0px 0px;
    text-align: right;
}

/*---------- MENU ---------- */

.module_content ul
{
	list-style: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
.module_content li.active
{
	height: 17px;
	line-height: 17px;
	text-indent: 5px;
	color: black;
	font-weight: bold;
	background-color: #ECECEC;
}
.module_content li.inactive
{
	height: 17px;
	line-height: 17px;
	text-indent: 5px;
	color: black;
	font-weight: bold;
	background-color: #FFFFFF;
}
.module_content li a
{
	display: block;
	color: black;
	text-decoration: none;
	font-family: verdana, arial, sans-serif, Times New Roman;
	font-weight: bold;
	font-size: 11px;
	width:100%;
}
.module_content li a:hover
{
	text-decoration: underline;
}

/*Special due to the fact that h3 is being used differens on public and admin*/
.module_menu_headline
{
    font-weight: 600;
}

/*//////////BODY_MAIN////////// */

.borderTL, .borderTR, .borderBL, .borderBR {
  width: 5px; height: 5px;
}

.borderTL, .borderBL {float: left; clear: both; display: block;}
.borderTR, .borderBR {float: right; clear: right; display: block;}
.borderTL {margin: 0px 0px 0px 0px; }
.borderTR {margin: 0px 0px 0px 0px; }
.borderBL {margin: -5px 0px 0px 0px; }
.borderBR {margin: -5px 0px 0px 0px; }

#content_main
{
    margin: 0px 10px 0px 10px;
	height: auto;
	word-wrap: break-word;
	overflow: hidden;
}

.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #cfcfcf; border-left: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #FFFFFF; border-left: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; border-width: 0 2px;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #FFFFFF; border-left: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #FFFFFF; border-left: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf;}

.content_main_info {background: #FFFFFF; border-left:  1px solid #cfcfcf; border-right: 1px solid #cfcfcf; overflow: hidden; word-wrap: break-word;}


/* DEFAULT FORM */
.default_form
{
	background-color: #f5f5f5;
    border-style: solid;
	border-color: #d3d3d3;
	border-width: 1px 0px 1px 0px;
	vertical-align: middle;
	padding:3px;
	margin-bottom:4px;
}
.default_form_headline
{
    float: left;
    font-weight: bold;
}
.default_form_errormsg
{
    display: none;
    float: right;
    color: Red;
    font-style: italic;
}
.default_form_input
{
    clear: left;
}
.default_form_radio
{   
    text-align: left; 
    width: 30px;
}
.strBodyLeft
{
    background-color: #f5f5f5;
    color: #000;
    border: solid 0px #FFF;
}

/*MESSAGE BOXES*/
.default_greenbox
{
    border-style: dotted;
    border-color:#00AA00;
	border-width: 1px 1px 1px 1px;
	vertical-align: middle;
	padding: 5px;
	margin-bottom:10px;
}
.default_errorbox
{
    border-style: dotted;
    border-color:#FF0000;
	border-width: 1px 1px 1px 1px;
	vertical-align: middle;
	padding: 5px;
	margin-bottom:10px;
}
.default_msg
{
    background-color: #f5f5f5;
    border-style: solid;
    border-color: #d3d3d3;
	border-width: 1px 1px 1px 1px;
	vertical-align: middle;
	padding:3px;
	margin-bottom:4px;
}

