/* CSS Document */

/* Base Page Properties (HTML Elements)
--------------------------------------------------------*/
body {
	margin: auto;
	padding: 0 0 20px 0;
	width: 760px;
	background: url("/images/GUI_main_bg_R.gif") repeat-x #FFFFFF;
	}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}
a {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
h1, h2, h3, h4, h5, h6 {
	color: #2C5987;
	margin: 5px 0;
	}
h1 {
	font-size: 20px;
	margin: 0 0 30px 0;
	line-height: normal;
	}
h2 {
	font-size: 16px;
	}
h3 {
	font-size: 14px;
	}
h4 {
	font-size: 12px;
	}
form {
	padding: 30px;
	background: #F3F3F3 url(../images/GUI_box1_bg.jpg) repeat-x top;
	border: 1px solid #D9D9D9;
	}
	form p {
		display: block;
		clear: both;
		padding: 5px;
		border-bottom: 1px solid #CCCCCC;
		}
	form input, form select, form textarea {
		}

/* Layout Regions (IDs)
--------------------------------------------------------*/
#head {
	}
#main {
	float: left;
	width: 500px;
	clear: both;
	padding: 7px 15px 7px  20px;
	background: url("../images/GUI_h1_bg.jpg") no-repeat #FFFFFF;
	}
	#main p, #main ul, #main ol {
		margin: 12px 24px;
		line-height: 1.62em;
	}
	#main ul {
		list-style-type: square;
		}
#mainAux {
	float: right;
	width: 195px;
	padding: 70px 15px;
	background: url("../images/GUI_h1_bg.jpg") no-repeat #FFFFFF;
	background-position: top right;
	font-size: 11px;
	}
	#mainAux img {
		border-top: 4px solid #CCCCCC;
		border-left: 4px solid #CCCCCC;
		border-bottom: 4px solid #F3F3F3;
		border-right: 4px solid #F3F3F3;
		margin-bottom: 10px;
		}
	#mainAux ul {
		margin: 0;
		padding: 10px 0 10px 0;
		list-style-type: none;
		font-size: 12px;
		}
		#mainAux ul li {
			padding: 9px 0 9px 40px;
			background: url("/images/GUI_mainAux_li.jpg") no-repeat #F3F3F3;
			border: 1px solid #D9D9D9;
			}
#navTabs {
    float: left;
	margin: auto;
	padding-bottom: 15px;
    width: 100%;
    font-size: 93%;
    line-height: normal;
	}
	#navTabs ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#navTabs li {
		float: left;
		background: url("/images/GUI_tab_R.jpg") no-repeat right bottom;
		margin: 0;
		padding: 0;
		}
	#navTabs a {
		float: left;
		display: block;
		background: url("/images/GUI_tab_01.jpg") no-repeat left bottom;
		padding: 8px 12px 20px 12px;
		color: #333333;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#navTabs a {float:none;}
	/* End IE5-Mac hack */ 
	#navTabs a:hover, #navTabs a:active {
		color: #28527C;
		text-decoration: underline;
		}
	#navTabs #current {
		background-image: url("/images/GUI_tab_R_ovr.jpg");
		}
	#navTabs #current a {
		background-image: url("/images/GUI_tab_ovr_01.jpg");
		color: #28527C;
		}
#footer {
	clear: both;
	margin: 20px 0;
	text-align: right;
	}


/* Custom Classes
--------------------------------------------------------*/
.copyright {
	font-size: 10px;
	color: #666666;
	}
.subPage {
	background: url("../images/GUI_bg.jpg") repeat-x;
	}
.download {
	list-style-image: url("../images/GUI_dl.gif");
	list-style-position: outside;
	}
.box1 {
	padding: 10px; 
	display: block;
	clear: both;
	background: #F3F3F3 url("../images/GUI_box1_bg.jpg") repeat-x top;
	border: 1px solid #D9D9D9;
	}
.required {
	background-color: #EBEBEB;
	font-weight: bold;
	}
.adobe {
	display: block;
	padding: 10px;
	border: 1px solid #D9D9D9;
	font-size: 10px;
	}
	.adobe img {
		margin: 10px;
	}