/* 
    Document   : mkregistrationhome-css
    Created on : Apr 5, 2009, 10:40:45 PM
    Author     : giw
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#wholePage {
margin: 0px 5px 0px 5px;
height:auto;
}


#banner {
	font-size:26px;
	width:65%;
	float:left;
}

#header {
width:100%;

}
#login {
    margin-top:10px;
    text-align: right;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
    color:red;
}

#rightBanner {
	width:35%;
	float:right;
}
#links {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float:right;
}

#subheader {
  margin-top : 5px;
  clear:both;
  height:35px;
  font-size:10pt;
}


#subheader div {
  float:left;
}

#main {
  width: 100%;
  height:700px;
  margin-top: 3px;
}

#content {
  float:left;
  width:66%;
}

#rightSidebar {
	float: right;
	width: 26%;
	height: 240px;
	border: 1px solid #000000;
	overflow:auto;
	margin-bottom:10px;
	background-color:#FFF;
}

#menuTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	float: left;
	width: 70%;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#menuTableth {
	background-color:#E1DEFE;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:silver;
	border-left-color:silver;
	border-bottom-color:white;
	border-right-color:white;
}

#activeMenuTableth {
	background-color: #03F;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:silver;
	border-left-color:silver;
	border-bottom-color:white;
	border-right-color:white;
}

#menuTableHyperLink {
	color: black;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}

#activeMenuTableHyperLink {
	color: white;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}

