body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: black;
    background-color: white;
}

#mainContainer{
	width: 790px;
	margin: auto;
    background-image: url('../images/maincontainer_back.png');
    background-repeat: repeat-y;
}

#headerContainer{
	width: 780px;
	height: 150px;
	background-image: url('../images/home/mainheader.jpg');
	background-repeat: no-repeat;
}

#topMenuContainer{
    padding-top: 130px;
}

a.topmenuitem{
	color: white;
	text-decoration: none;
	font: 11px Tahoma;
}

a.topmenuitem:hover{
	text-decoration: underline;
}

#bodyContainer{
	width: 780px;
	background-image: url('../images/home/mainflowerback.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

div.panel{
    width: 248px;    
}

#panel_header1{
    width: 248px;
    height: 75px;
    background-image: url('../images/home/homeTBW.jpg');
    background-repeat: no-repeat;
}

#panel_header2{
    width: 248px;
    height: 75px;
    background-image: url('../images/home/homeMWP.jpg');
    background-repeat: no-repeat;
}

#panel_header3{
    width: 248px;
    height: 75px;
    background-image: url('../images/home/homeTWM.jpg');
    background-repeat: no-repeat;
}

div.panel_body{
    width: 248px;
    background-image: url('../images/home/homepanel_mid.png');
    background-repeat: repeat-y;
    min-height: 200px;
}

div.panel_footer{
    width: 248px;
    height: 15px; 
    background-image: url('../images/home/homepanel_bot.png');  
    background-repeat: no-repeat;  
}

#loginContainer{
    width: 242px;
    height: 215px;
    background-image: url('../images/home/mainloginback.png');
    background-repeat: no-repeat;
    padding-top: 45px;
    text-align: center;
}

#footerContainer{
	width: 780px;
	height: 86px;
	background-image: url('../images/home/footer.png');
	background-repeat: no-repeat;
    text-align: left;
}

#bottomMenuContainer{
    text-align: right;
    padding-top: 17px;
}

a.botmenuitem{
    color: white;
    font: 11px Tahoma;
    text-decoration: none;
}

a.botmenuitem:hover{
    text-decoration: underline;
}

#registerFormContainer{
    width: 600px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    background-color: white;
    display: none;
}

div.form{
    width: 600px;
    height: auto; 
    background-color: white;            
}

div.formheader{
    width: 590px;
    background-color: #ac0000;
    border: solid 1px #333333;
    padding: 5px;
    font: bold 12px Tahoma;
    color: white;
}

div.formbody{
    width: 550px;
    background-color: white;
    padding: 25px;
    font: 12px Tahoma;
    color: black; 
    border: solid 1px #333333;  
}

div.formfooter{
    width: 590px;
    background-color: #ac0000;
    border: solid 1px #333333;
    padding: 5px;
    font: bold 12px Tahoma;
    color: white;
    text-align: right;
}

input.textbox{
    font: 11px Tahoma;
    color: black;
    background-color: #eeeeee;
    border: solid 1px black;
    padding: 2px;
}

select.dropdownlist{
    font: 11px Tahoma;
    padding: 1px;
    color: black;
}

.registerFrmControl{
    border: solid 1px black;
}

div.error{
    font: 12px Tahoma; 
    color: red;
    padding: 10px;
    text-align: center;
}

select.dropdownlist{
    font: 11px Tahoma;
    color: black;
}

select.listbox{
    font: 11px Tahoma;
    color: black;
    border: solid 1px black;
    background-color: #ffffff;
    width: 165px;
}

td.contactus_fieldheader{
    font-family: arial, sans-serif, helvetica;
    font-size: 11px;
    color: black;
    text-align: left;
}

#mgipanel{
    width: 740px;
}

#mgipanelheader{
    width: 740px; 
    height: 70px;
    background-image: url('../images/home/mgi_panelheader.png');
    background-repeat: no-repeat;
}

#mgipanelbody{
    width: 740px;
    background-image: url('../images/home/mgi_panelbody.png');
    background-repeat: repeat-y;
}

#mgipanelfooter{
    width: 740px;
    height: 18px;
    background-image: url('../images/home/mgi_panelfooter.png');
    background-repeat: no-repeat;
}

ul.datalist li{
    padding: 5px;
}
