body { 
	margin:0;
	height:100%;
	background:#f5f5f4;
	padding-top:20px; 
}

body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1,h2,h3 { 
	color:#666666; 
	font-size: 22px;
}
a { 
	color:#000000; 
}
a:hover { 
	color:#666666; 
}

.alert {
	background:#fef5ec url('../images/ico_alert.gif') center no-repeat;
	background-position:15px 50%;
	padding:15px 15px 15px 50px;
	border:1px solid #fdebd8;
	width:550px;
	text-align:center;
	color:#707070;
	text-align: left;
	margin-bottom: 15px;
}

.f_error { 
	background:#e01c1c; 
}

#mainCont { 
	width:100%; 
	height:100%; 
	min-width:600px;
	min-height:500px;
}

#browseButton {
	position:relative; 
	width:100px; 
	overflow:hidden;
	cursor: pointer;
	margin-top: 50px;
	color: #FFF;
	font-size: 14px;
	background-color: #a4a4a4;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border: 1px solid #CCC;
}

#sig_div{
	margin-top: 50px;
}

#sig_div label{
	cursor: pointer;
}

#browseButton input {
	position:absolute; 
	right:0; 
	top:0; 
	text-align:right; 
	font-size:600px; 
	opacity:0; 
	-moz-opacity:0; 
	filter:alpha(opacity=0);
}

#topBar {
	width:725px;
}

#top-logo {
	float:left;
	padding-left:37px;
}

#navBar {
	float:right;
}

#photoCopyright {
	padding-bottom:8px; 
	height:15px;
	overflow:hidden;
}

#scriptIcons div {
	height:90px; 
	width:90px;
	padding-top:5px;
	padding-left:0px;
	background:url('../images/script_icon_frame.gif') top left no-repeat;
	float: left;
	display: block;
	margin: 7px;
}

#scriptIcons img {
	height:78px; 
	width:78px;
	cursor:hand; 
	cursor:pointer;
}

#scriptIcons img.disabled {
	-moz-opacity:0.4;
	opacity:0.4; 
	filter:alpha(opacity=40);
}

#scriptIcons td{
	text-align: center;
}

.icon {	
	height:16px; 
	width:16px; 
	margin:0 4px 2px 0; 
	border:0; 
}

.tagLine {
	padding-bottom:20px;
}

#content-area {
	background:#ffffff url('../images/rnd_lb.gif') repeat-y left top;
}

#content-area .content {
	background:url('../images/rnd_rb.gif') repeat-y right top;
	padding:1px 15px 1px 15px;
}

#content-area .content p {
	
	
}

#content-area .top {
	height:19px;
	width:100%;
	background:url('../images/rnd_tb.gif') repeat-x left top;
}

#content-area .top div {
	height:19px;
	background:url('../images/rnd_tlc.gif') no-repeat left top;
}

#content-area .top div div {
	height:19px;
	background:url('../images/rnd_trc.gif') no-repeat right top;
}

#content-area  .bottom {
	height:20px;
	width:100%;
	background:url('../images/rnd_bb.gif') repeat-x left bottom;
}

#content-area .bottom div {
	height:20px;
	background:url('../images/rnd_blc.gif') no-repeat left bottom;
}

#content-area .bottom div div {
	height:20px;
	background:url('../images/rnd_brc.gif') no-repeat right bottom;
}

#main-wrap {
	width:100%;
	text-align:left;
}

#header {
	width:800px;
}

#footer {
	height:40px;
	width:600px;
}


#footer #lang-selector {
	float:left; 
	padding-left:20px;	
}

#footer #copyright {
	float:right; 
	padding-right:20px;
	font-size:8pt; 
	color:gray; 
}

#tabs {
	position:relative; 
	float:right;
	margin:-51px 15px 0 0; 
	height:35px; 
	border:0;    
}


.face { 
	height:30px; 
	width:30px; 
	border:1px solid #b7b7b7; 
	padding:5px; 
}

.output-links { 
	list-style-type:none; 
	margin:0; 
	padding:15px 0 0 0; 
}

.output-links li { 
	display:inline;
	white-space:nowrap; 
	padding:10px; 
}

#logo{
	float: left;
	padding-left: 50px;
}

#menu{
	float: right;
	padding-top: 25px;
	padding-right: 50px;
}


#r_col{
	width: 170px;
	vertical-align: top;
}

#top_con{
	padding: 15px;
	text-align: center;
}

#bot_con{
	display: block;
	float: left;
	width: 725px;
	text-align: center;
	margin-left: 15px;
	margin-top:15px;
}

#copy{
	display: block;
	float: right;
	width: 135px;
		
}

#footer{
	width: 100%;
   text-align: right;
	background:url('../images/rnd_rb.gif') repeat-y right top;
}

#footer div{
	padding-right: 50px;
} 

#lang{
	text-align: right;
	padding-right: 50px;
}

#menu a{
	display: block;
	width: 100px;
	float: right;
	background-color: #BEBEBE;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}

#menu a:hover, #menu a#active:hover {
	background-color: #A4A4A4;
}

#menu a#active{
	background-color: #BE1C04;
	font-weight: bold;
}

.message{
	padding: 10px;
	background-color: #B9FBB9;
	margin-bottom: 15px;
}
