/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */

body {
	padding:0;
	margin:0;
	background-color: #B9D1E8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #336699;
}

img
{
    border: 0px;
}

textarea
{

	background-color: #D9E6F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	color: #336699;
	border: 1px solid #336699;

}

.login
{
	background-color: #D9E6F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	color: #336699;
	border: 1px solid #336699;
}

#outer{
	min-height:100%;
	margin-left:200px;
	margin-right:0px;
	background-color: #F0F0F0;
	background-image: url('../img/back.gif');
    background-repeat: repeat;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	margin-bottom:-32px;
	color: #000000;
}

* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:21px;
	
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	overflow:hidden;
	
	
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #336699;
	color: #FFFFFF;
    text-indent: 2px;
    padding-top: 2px;
}

#icon
{
    color: white;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    min-width: 20px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	margin-left:-200px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	color: #FFFFFF;
	text-align: center;
	
}
* html #left {padding-bottom:40px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

/*

#right {
	position:relative;/*ie needs this to show float
	width:0px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down
	left:1px
}

*/

#footer {
	width:100%;
	clear:both;
	height:30px;
	border-top:1px solid #336699;
	border-bottom:1px solid #336699;

	text-align:center;
	position:relative;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;

	background-color: #336699;
	color: #FFFFFF;
	
}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearheader{height:25px;}/*needed to make room for header*/
#clearfooter{clear:both;height:30px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {position:relative;z-index:1}

/* css stuff below is just for presentation and not needed for the demo */


@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}

html > body  #minHeight{float:left;width:0px;height:100%;margin-bottom:-32px;} /*safari wrapper thanks to Tim Connor*/

a:link, a:visited
{
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:hover
{
	text-decoration: underline;
}

/* menu */

.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #336699;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
    text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
	width: 200px;
}

.menu_language_form
{
    padding-right: 3px;
}

table.menu {
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 200px;
	padding: 1px 3px 1px 1px;
}

table.menu td{
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
}

table.menu th{
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #336699;

	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;

}

a.menu:link, a.menu:visited
{	font-weight: bold;
	border: 1px solid #336699;
	background-color: #FFFFFF;
	color: #336699;
	text-decoration: none;
	text-align: center;

    cursor: default;
}
a.menu:hover
{

	font-weight: bold;
	background-color: #D9E6F2;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:link, a.menu:visited
{	font-weight: bold;
	border: 1px solid #336699;
	background-color: #FFFFFF;
	color: #336699;
	text-decoration: none;
	text-align: center;
	width: 99%;
    cursor: default;
}
a.menu:hover
{

	font-weight: bold;
	background-color: #D9E6F2;
	color: #FFFFFF;
	text-decoration: none;
}

/* End of menu */

.button
{
	background-color: #D9E6F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	color: #336699;
	border: 1px solid #336699;
}

.button2
{
    	font-weight: bold;
    	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	color: #336699;
    	text-decoration: none;
    	letter-spacing: 1px;
    	display: block;
    	text-align: center;
    	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
	border: 1px solid #336699;
	background-color: #FFFFFF;
	color: #336699;
	text-decoration: none;
	text-align: center;
	width: 99%;
}
.button2:hover
{
	font-weight: bold;
	background-color: #D9E6F2;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation
{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

    background-color: #B9D1E8;
	color: #FFFFFF;

    border-bottom: 1px solid #336699;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 0px;
	vertical-align: top;

}

#statusbar
{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

	background-color: #D9E6F2;
	color: #336699;
	border-bottom: 1px solid #336699;

	text-align: center;

	margin: 0px 0px 0px 0px;

}

/* options_ordering_frame table */

#options_ordering_frame
{
    color: #336699;
    border: 0px;
    width: 100%;
    height: 100%;

    background-color: transparent;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    vertical-align: top;

}

#options_ordering_frame td
{
    padding: 0px 0px 0px 0px;
}

table#options_ordering_frame thead td
{

    color: #FFFFFF;
    background-color: #336699;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;

}

table#options_ordering_frame tfoot td
{

    color: #FFFFFF;
    background-color: #336699;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;

}

/* End of options_ordering_frame table */

/* options_table table */

#options_ordering_table
{
    color: #336699;
    border: 0px;
    width: 100%;
    height: 100%;

    background-color: #FFFFFF;

    margin: 0px;
    padding: 0px;

    vertical-align: top;
    border: 1px solid #336699;
}

#options_ordering_table td
{

    margin: 0px;
    padding: 0px;
}

table#options_ordering_table thead td
{

    color: #FFFFFF;
    background-color: #336699;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: left;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

.optionrow
{
    background-color: #FFFFFF;
}

.optiondiv
{

    margin: 0px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 2px;
    padding-top: 0px;

}

.optionclass1
{

    margin: 0px;
    padding: 4px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #D9E6F2;
    border: 1px solid #336699;
    
}

.optionclass2
{

    margin: 0px;
    padding: 4px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #B9D1E8;
    border: 1px solid #336699;
    border-style: dashed;

}

.option_name
{
    margin-left: 10px;
}

.position
{
    background-color: #FFFFFF;
    color: #336699;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-top: 3px;
    margin-bottom: 3px;
}

div.position span
{
/*    border: 1px solid #336699;
    border-bottom: 0px solid #336699;
*/
    background-color: #D9E6F2;
    padding: 3px;
}

.options_table_empty_row
{
    background: white;
    margin: 0px;
    padding: 0px;
}

#options_ordering_comments_table
{
    color: #336699;
    border: 0px;


    background-color: transparent;

    margin: 0px;
    padding: 0px;
    
    margin-bottom: 0px;
    margin-top: 3px;

    vertical-align: top;
    border: 1px solid #336699;
}

#options_ordering_comments_table td
{

    margin: 0px;
    padding: 0px;
}

table#options_ordering_comments_table thead td
{

    color: #FFFFFF;
    background-color: #336699;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: left;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

/* End of options_ordering_frame table */

#arrows_buttons
{
    text-align: center;
    padding-top: 80px;
    vertical-align: top;

}

.button3
{

    margin-bottom: 3px;
    background: #b9d1e8;
    width: 50px;
    height: 30px;
    border: 1px solid #336699;
}

/* project_info table */
table#project_info
{
    color: #336699;
    border: 0px;
    width: 100%;
    height: 100%;

    background-color: #336699;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    vertical-align: top;

}

#project_info td
{
    border: 0px;
}

table#project_info thead
{

    color: #FFFFFF;
    background-color: #336699;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;

}

table#project_info tfoot
{

    color: #FFFFFF;
    background-color: #336699;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;

}

table#project_info td.title
{
    color: #336699;
    background-color: #B9D1E8;
    font-variant: small-caps;
    font-size: 12px;
    font-weight: bold;
    width: 180px;
    text-align: right;
    padding: 3px;
    padding-right: 6px;

}

table#project_info td.content
{
    color: #336699;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 3px;
    padding-left: 6px;
    text-align: left;

}

td.title
{
    color: #336699;
    background-color: #B9D1E8;
    font-variant: small-caps;
    font-size: 12px;
    font-weight: bold;
    width: 180px;
    text-align: right;
    padding: 3px;
    padding-right: 6px;

}

td.content
{
    color: #336699;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 3px;
    padding-left: 6px;
    text-align: left;

}
/* End of project_info table */

.selectopt
{
	background-color: #D9E6F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #336699;
	border: 1px solid #336699;
  	position: relative;

}

#help
{
    padding: 10px;
    background-color: white;
}

.iframe
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
}

#frame1
{

    border: 0px;

}

#frame2
{

    border: 0px;

}

/* options_info table */
#options_info
{
    color: #336699;
    border: 0px;
    width: 100%;
    height: 100%;

    background-color: #336699;



    vertical-align: top;
    text-align: center;

}

table#options_info td.title
{
    color: #336699;
    background-color: #B9D1E8;
    font-variant: small-caps;
    font-size: 12px;
    font-weight: bold;
    width: 180px;
    text-align: right;
    padding: 3px;
    padding-right: 6px;
}

table#options_info td.content
{
    color: #336699;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 3px;
    padding-left: 6px;
    text-align: left;
    height: 100%;
}

table#options_info td
{
}
/* End of options_info table */

.frm {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: White;
	border: 1px solid #336699;
	padding: 0px;
	margin: 0px;
}
.t1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-color: #336699;
	color: #FFFFFF;
	margin: 5px;
	padding: 20px;
	font-weight: bold;
}
.t2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	margin: 2px;
	padding: 2px;
}
.t3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	background-color: #D9E6F2;
	color: #336699;
}
.option
{
    background-color: Yellow;
    padding: 5px;
    margin: 5px;
}

tr.option td
{
    padding: 5px;
    margin: 5px;
    background-color: #FFCC55;
}
