﻿/* Common */
html, body 
{
				font-family: Times; 
				font-family: Arial, Helvetica, Verdana, sans-serif;
				background-color:#EEEEEE;
				margin:0px;
				height:100%;
}

a 
{
				font-family: Arial, Helvetica, Verdana, sans-serif;
				font-size: 9px; 
				text-decoration: none; 
}	

#m_frmMain
{
}

#m_divPage 
{
}

#m_divWebSite
{
				width:830px;
				height:auto;
}

#m_divHeader
{
				display:none;
}

#m_divBoard
{
				height:auto;
				width:100%;
}

#m_divLeft
{
				background-color:#EEEEEE;
				background-image:url(../../img/left/21289/background.jpg);
				background-position:left top;
				background-repeat:repeat-x;
				width:150px;
				height:auto;
				overflow:hidden;
}

#m_divLeftHeader
{
				height:5px;
}

#m_divLeftContent
{
				margin-left:10px;
				margin-right:10px;
				width:130px;
				text-align:center;
				overflow:hidden;
}

#m_divLeftFooter
{
				display:none;
}

#m_divCenter
{
				background-color:#F0F0F0;
				width:600px;
				height:auto;
}

#m_divCenterHeader
{
				height:70px;
				background-color:Aqua;
}

#m_divCenterContent
{
				width:100%;
}

#m_frmCenterContent
{
				width:600px;
}

#m_divCenterFooter
{
				display:none;
}

#m_divRight
{
				display:none;
}

#m_divRightHeader
{
				display:none;
}

#m_divRightContent
{
				display:none;
}

#m_divRightFooter
{
				display:none;
}

#m_divBrowserBug
{
				float: none;
    height: 0px; 
    width: 0px;
    overflow: hidden;				
}

#m_divFooter
{
}

/* Search Box (advanced html block)*/
div.SearchBox
{
				position:relative;
				margin:0px 5px 10px 5px; 
	   border:4px solid White;
	   background-color:#858585;
}

div.SearchBox .SearchContent
{
				position:relative;
				height:50px;				
				background-color:#CA0026;
	   border-bottom:3px solid #666;
	   color:White;
    font-size:10px;
    padding:5px 5px 5px 5px;
}

div.SearchBox .SearchContent .TextInput
{
				position:relative;
				width:60px;
				height:auto;
    font-size:10px;
	   border:1px solid #c3c3c3;
	   background-color:#fff;
	   
}

div.SearchBox .SearchContent input.submit 
{ 
				position:relative;
				border:none;
	   background:none;
	   padding-left:5px;
	   width:30px;				
	   /* for IE 6 */
	   color:#fff;
	   font-size:1em;
	   text-decoration:none;
	   cursor:pointer;
	   width:30px;
}
