/* CSS Document */
html, body
{
	margin: 0;
	padding: 0;
	background-image: url(../images/sub_body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}

a img
{
	border: 0;
}

#container
{
	width: 740px;
	margin: 0px auto;
}


#header{width:740px;height: 90px;display:block;}
#header img{margin-top:3px;float:left;}
#swf{float:right;}

#menu
{
	height: 40px;
	font-size: 13px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
}

ul#navmenu li {
  margin: 0;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

ul#navmenu ul {
  margin: 0;
  padding: 0 0 10px 0;
  width: 160px;
  background-image: url(../images/menu_bottom_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  list-style: none;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu li a {
  padding: 12px 11px 12px 11px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #FFF;
  text-decoration: none;
  height: 1%; /*For IE*/
}

ul#navmenu ul li a
{
	margin: 0;
	padding: 7px 7px 7px 11px;
	border-bottom: 1px solid #FFBB71;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #FFAD33;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background-color: #FFAD33;
  color: #FFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #FF6600;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

#content
{
	margin-top: 20px;
	width: 740px;
}

#left 
{
	background-image: url(../images/sub_sub_bg.jpg);
	background-repeat: no-repeat;
	float:left;
	width:180px;
	height: 300px;
}

#left ul
{
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	border-top: 1px solid #E7E6B6;
}

#left li
{
	margin: 0 0 10px 0;
	padding: 0 0 6px 8px;
	border-bottom: 1px solid #E7E6B6;
}

#left li a	{	text-decoration:none;color:#999;	}
#left li a:hover	{	color:#000;	}
#left li#active a	{	color:#FF7E00;	}

#right 
{
	font-size: 14px;
	float:right;
	width:540px;
	margin-bottom: 20px;
}

#right p{margin-bottom:0;padding:0;line-height:140%;}
#right p em{background-color:#EEE;font-style:normal;}
#right hr { border: 1px solid #F1F1F1; margin-top: 10px; }
html>body #container #content #right hr { margin-top: 15px; }
#right ol, #right ul{margin:0 0 0 40px;padding:0;line-height:140%;}
#right li{margin-top: 8px;}
#right h1{margin:0;padding:0;}
#right h2{margin:0;padding:0;font-size:12px;font-weight:normal;}
#right a{color: #FF7E00;text-decoration: none;}
#right a:hover{color: black;text-decoration: underline;}
#right .img-right { float: left; margin: 15px 20px 5px 0;}
html>body #container #content #right .img-right { margin-top: 11px; }

#right .tbl-view { width: 100%; border-left: 1px solid #CDCDCD; border-top: 1px solid #CDCDCD; }
#right .tbl-view th
{
	color: white;
	text-align: left;
	font-weight: normal;
	background-color: #666666;
	padding: 3px;
	font-size: 12px;
	border-right: 1px solid #CDCDCD; border-bottom: 1px solid #CDCDCD;
}
#right .tbl-view td
{
	text-align: left;
	padding: 3px;
	background-color: white;
	font-size: 12px;
	border-right: 1px solid #CDCDCD; border-bottom: 1px solid #CDCDCD;
}
#right .tbl-view tr.zebra td {	background-color: #f5f5f5; }
#right .tbl-view th a { color: white; text-decoration: none; }
#right .tbl-view th a:hover { color: white; text-decoration: underline; }
.flag-accept { color: #009900; font-weight: bold; }
.flag-reject { color: #FF0000; font-weight: bold; }

#right h4 { font-size: 12px; font-weight: normal; margin: 15px 0 5px 0; padding: 0; }
#right .tbl-paging td { padding: 10px 0 5px 0; font-size: 12px; }

#right .tbl-form { font-size:12px; }
#right .tbl-form th { vertical-align: top;  width: 130px; text-align: left; padding: 3px; }
#right .tbl-form td { padding: 3px; }

.caption
{
	margin: 10px 0 10px 0;
	font-size: 12px;
	width: 540px;
	height: 95px;
	display: block;
	background-image: url(../images/sub_caption_bg.jpg);
	background-repeat: no-repeat;
}
#right .tbl-caption {	width: 80%; margin: 10px 0 0 15px; }
#right .tbl-caption th { padding: 2px; text-align: left; }
#right .tbl-caption td { padding: 2px 2px 2px 10px; }

.inputText {	color: #666;font-size:14px; font-family: Arial, Helvetica, sans-serif;background-color:white;border:1px solid #ccc;	}

#footer
{
	clear:both;
	width: 100%;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #F8F8F8;
	font-size: 75%;
	padding: 15px 0 15px 0;
}

.inner{	width: 740px;margin:0px auto;}
.inner p{margin: 0;padding: 0;color: #999999;line-height: 150%;}
.inner p em{color: #666666;font-style: normal;}
.inner a{color: #666666;text-decoration: underline;}
.inner a:hover{color: #FFFFFF;background-color: #000000;text-decoration: none;}
.inner p.right{text-align: right;margin-top: -54px;}

.form td {padding:5px;vertical-align: top;color: #999999;}
.form th {padding-left:10px;text-align: left;width:20%;font-weight:normal; }
.form .inputText {	color: #666;width: 300px;font-size:14px; font-family: Arial, Helvetica, sans-serif;background-color:white;border:1px solid #ccc;	}
form {margin-top: 10px;}