@CHARSET "ISO-8859-1";
 
html {
	margin: 0;
	padding: 0;
	height:100%;
	min-height: 100%;
}
 
body {
	padding: 0;
	margin: 0; /* background-color: #EBEBEB; */
	background-color: white; /* #BFC6D6 */
	background-image:;
	color: black;
	font-family: sans-serif;
	font-size: 12x;
	border-left: 0px;
	border-top: 0px;
	height:100%;
	min-height:100%;
	background-image: url('images/bg.png');
	background-repeat: repeat;
	word-spacing: 1px;
 
}

#container
	{
	padding: 0;
	min-height: 100%;
	height: 100%;
	min-height: 100%;
	bottom: 0px;
	position: relative;
	margin: 0;
	/* overflow: auto; */

}



#sddm
{	margin: 0;
	padding: 0;
	z-index: 110;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px Arial;
	letter-spacing:1px

}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 2px 2px;
	width: 100px;
	color: black;
	text-align: center;
	text-decoration: none;

}

#sddm li a:hover {
	background: #2655ac;
	color: WHITE;
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFFFFF;
	color: black;
	font: 12px arial;
}

/*
#sddm div a:hover {
	background: #e2ba00;
	color: #FFFFFF;
}
*/


#maintableheader {
	width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	padding: 0px;
	border: 0 0 0 0;
	postion: relative;
	background-color: #2655ac;
	padding-bottom: 5px;
	padding-top: 2px;

}
 
#maintablenav {
	width: 100%;
	height: auto;
	margin: 0px;
	left: 0px;
    right: 0px;
	padding: 0px;
    position: relative;
    top: 0px;
    background-color: #FFCC00;
    z-index: 100;
    border-bottom: 1px solid black;
}

#maintablebody {
	width: 90%;
	/*
	height: 100%;
	min-height: 100%;
	*/
	min-height: 100%;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
	bottom: 0px;
    position: relative;
    top: 0px;  
    background-color: #e4e9f7;
    border-left: 1px solid black;
    border-right: 1px solid black;
    z-index: 10;
    clear: both;
    overflow: hidden;
}

#footer {
	width: 100%;
	margin: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
    	padding: 0px;
    	position: relative;
	bottom: 0px;
	height:40px;   /* Height of the footer */
	background-color: #4d6fa1;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	z-index: 1000;
	color: white;
	letter-spacing: 1px;
	padding-bottom: 2px;
	padding-top: 1px;
	clear: both;
}


.LinkFooter {
	color: #ffffff;
}

#MainBody
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	/* height: 100%; */
	height: auto;
	top: 30px;
	right: 30px;
	min-width: 100%;
	font-family: Sans-serif;
	font-size: 14px;
	z-index: 20;
	position: relative;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 40px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
    /* behavior:url(border-radius.htc); */
}

.SideMenu
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 90%;
	height: auto;
	position: relative;
	top: 30px;

	font-family: sans-serif;
	font-size: small;
	z-index: 20;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.SideMenuTitle
{
	padding: 4px;
	position: absolute;
	top: -8px;
	left: 20px;
	float: right;
	font-family: sans-serif;
	font-size: 14px;
	color: black;
	font-style: italic;
	background-color: #FFCC00;
	border: 1px solid #C8C8C8;
	margin-bottom: 1px;
	line-height: 10px;
	vertical-align: bottom;
	z-index: 100;
	letter-spacing:2px;
	min-width: 80px;
	text-align: left;
	padding-right:20px;
-webkit-border-radius: 3px;
-webkit-border-top-right-radius: 12px;
-webkit-border-bottom-right-radius: 12px;
-moz-border-radius: 3px;
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomright: 12px;
border-radius: 3px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
	width: 70%;
}

.MenuTitle
{
	padding: 4px;
	position: absolute;
	top: -8px;
	left: 20px;
	float: left;
	font-family: sans-serif;
	font-size: 14px;
	color: black;
	font-style: italic;
	background-color: #FFCC00;
	border: 1px solid #C8C8C8;
	margin-bottom: 1px;
	line-height: 10px;
	vertical-align: bottom;
	z-index: 100;
	letter-spacing:2px;
	text-align: left;
	padding-left:20px;
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-radius: 3px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	width: 70%;
	min-width: 80px;
}

#leftcolumn
{
	width: 25%; 
	left: 20px; 
	height: 100%; 
	position: relative; 
	top: 0px;
	bottom: 0;
	float: left;
}

#rightcolumn
{
	width: 68%;
	right: 20px;
	height: 100%;
	position: relative; 
	top: 0px;
	bottom: 0;
	float: right;
}


.tinput
{
	postion: relative;
	background-color: #FFFFFF;
	border: 1px solid #E0C763;
}

.tinput input
{
	position: relative;
	top: -4px;
	left: 20px;
	background: #FFFEDB;
	border: 1px solid #FFCC00;
	border-top: 2px solid #FFCC00;
	padding: 2px;
	max-width: 80%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.tinputbutton
{
	background: #FFFEDB;
	border: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
	border-right: 2px solid #D4A900;
	border-bottom: 2px solid #D4A900;
	margin-left: 22px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	
}

.tinput h1
{
	padding: 4px;
	background-color: #FFFFFF;
	border: 0;
	position: relative;
	min-width: 50px;
	width: 100px;
	top: -8px;
	left: 14px;
	font-size: 12px;
	font-weight: normal;
	z-index: 30;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

#callnow
{
	border: 1px solid #000000;
	position: fixed;
	font-family: sans-serif;
	font-size: small;
	z-index: 2000;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	width: 350px;
	height: auto;
	display: none;
	margin-left: 400px;
	margin-right: auto;
	top: 150px;
	background: #FFFFFF;
	z-index: 2000;

}
