﻿
body
{
    background-color:#ffffff;
    text-align:center;
    color:#666666;
    font-family:Tahoma;
    font-size:14px;
    margin:0;
    padding:0;
    height:100%;
    vertical-align:middle;
}

h1, h2, h3, h4, h5, h6
{
    color:#999999;
}

h1
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: normal;
}

h2
{
	margin: 0px;
	padding: 18px 0px 5px 0px;
	font-size: 15px;
	font-weight: bold;
	}

h3
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

h4
{
	color: #666666;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	font-size: 11px;
}

a:link    { color: #4040FF; text-decoration:none;}
a:visited { color: #4040FF; text-decoration:none;}
a:hover   { color: #FC002A;text-decoration:none;}
a:active  { color: #4040FF;text-decoration:underline;}

img {border:0;}

li
{
    line-height:23px;
}

#container
{
    width:942px;
	text-align:left;
}

#header
{

}

#content
{
    text-align:left;
    background-image:url('images/all.png');
    background-repeat:no-repeat;
    height:621px;
    background-color:Transparent;
    padding-left:21px;
    padding-right:21px; 
    padding-top:10px;
}

#bottom
{
    background-repeat:no-repeat;
    background-color:Transparent;
}

#footer
{
    font-size:8pt;
    color:#666;
    position: relative; /* container positioning */
	margin-left: auto;
    margin-right: auto;
    width:942px;
	text-align:center;
}

.tblContent
{
    width:100%;
}

.tdContent
{
    /* #container:width - (container:padding-left + container:padding-right)*/
    /* 1032 - (21 + 21) = 990*/
    width:500px;
    vertical-align:top;
    padding:10px;
}
.imgLeft
{
    width:400px;
    float:left;
}

.imgRight
{
    width:400px;
    float:right;
}

.left {
	float:left;
}
.right {
	float:right;
}

.user
{
    font-weight:bold;
    color:Green;
}
.error
{
    font-weight:bold;
    color:Red;
}

.btn
{
    background-color:#ffffff;
    border:solid 1px Black;
    padding-left:25px;
    padding-right:25px;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.5;
opacity: 0.5;
}

/**********************************
    Vertical Align Container Div
***********************************/
body, html {height: 100%;}
	    
#container {height: 100%; position: relative; width: 100%;}
#container[id] {display: table; position: static;}

#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%; text-align: left;} /* for explorer only */
#inner {width: 942px; height:621px; margin-left: auto; margin-right: auto;} /* for all browsers*/
#inner[id] {position: static;}
