@charset "utf-8";
/*  TransFluenci, formerly Global Link created January 2009  */

/* Layout */
body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #000;
	background-image: url(img/bg_main.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
}
#containerShadow {
	width: 995px;
	height: auto;
	background-image: url(img/bg_shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
}
#containerMain {
	width: 945px;
	height: auto;
	background-image:url(img/bg_main_content.jpg);
	background-repeat: repeat-y;
	background-color: #202020;
	margin: 0 auto;
	text-align: left;
}
#containerHeader { 
	width: 945px;  
	margin: 0 auto; 
	text-align: left;
}
#containerBanner { 
	width: 945px;  
	margin: 0 auto; 
	text-align: left;
}
#mainContent {
	height: auto;
	margin: 0 300px 0 0;
	padding: 25px;
}
#mainContentFull {
	height: auto;
	margin: 0;
	padding: 25px;
	background-color: #202020;
}
#containerFooter {
	width: 895px;
	height: 20px;
	background-image: url(img/bg_footer.png);
	background-repeat: no-repeat;
	background-color: #090909;
	text-align: left;
	font-size: 10px;
	vertical-align: top;
	background-position: top;
	color: #555;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
#loginTable {
	margin: 0 auto;
	vertical-align: top;
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	height: inherit;
	padding: 0;
	background-image: url(img/bg_sidebar.png);
	background-repeat: no-repeat;
	background-position: top;
}
#quote {
	float: right;
	width: 246px;
	height: 75px;
	background-image: url(img/box_quote.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 75px;
	padding-right: 26px;
	padding-bottom: 25px;
	padding-left: 28px;
	color: #000;
}
#interpret {
	float: right;
	width: 246px;
	height: 75px;
	background-image: url(img/box_interpret.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 75px;
	padding-right: 26px;
	padding-bottom: 25px;
	padding-left: 28px;
	color: #000;
}
#translation {
	float: right;
	width: 246px;
	height: 75px;
	background-image: url(img/box_translation.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 75px;
	padding-right: 26px;
	padding-bottom: 25px;
	padding-left: 28px;
	color: #000;
}
#classes {
	float: right;
	width: 246px;
	height: auto;
	background-image: url(img/box_classes.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 65px;
	padding-right: 26px;
	padding-bottom: 25px;
	padding-left: 28px;
	color: #999;
}
#pad {
	float: right;
	width: 250px;
	height: inherit;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

/* Navigation */

#header {
    width: 945px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#header #current{
	background-image: url(img/bg_tab_over.jpg);
	background-repeat: no-repeat;
}
#header #current a{
	background-image: url(img/bg_tab_over.jpg);
	background-repeat: no-repeat;
	color: #ffbd00;
}
#header ul {
	padding:0;
	list-style:none;
	margin:0;	
}
#header li {
    float:left;
    background: url(img/bg_tab.jpg);
    margin: 0;
    padding:0;
}
#header li a {
	height: 30px;
	line-height: 30px;
	float: left;
	width: 105px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#header li a: link {
	background: url(img/bg_tab.jpg) repeat-x;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 105px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#header li a: visited {
	background: url(img/bg_tab.jpg) repeat-x;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 105px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#header li a:hover {
	height: 30px;
	line-height: 30px;
	float: left;
	width: 105px;
	display: block;
	color: #ffbd00;
	text-decoration: none;
	text-align: center;
	background-image: url(img/bg_tab_over.jpg);
	background-repeat: no-repeat;
}
#header li a: active {
	background-color: #f3f3f3;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 105px;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: center;
}

/* Forms */

.form_fields_txt {
	color: #999;
}
.input {
    border: 1px solid #999;
    background: #666666;
	width: 90px;
}
.input:hover {
    border: 1px solid #999;
    background: #ccc;
	width: 90px;
}
.input2 {
    border: 1px solid #999;
    background: #ccc;
	width: 200px;
}
.input2:hover {
    border: 1px solid #999;
    background: #999;
	width: 200px;
}
.button {
    border: 1px solid #999;
    background: #666666;
}
.button:hover {
    border: 1px solid #999;
    background: #8cc642;
}
br { 
	clear: left; 
}

/* Text */

h1{
	font-size: 14px;
	color: #ffbd00;
	margin-top: 0;
	text-transform: none;
	vertical-align: text-top;
	font-weight: normal;
}

h2{
	font-size: 12px;
	color: #CCC;
	margin-top: 0px;
	font-weight: bold;
	text-transform: none;
	vertical-align: text-top;
	text-align: left;
}
p.top{
	margin-top: 0px;
}
.titletxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffbd00;
	font-style: normal;
	margin-top: 0;
}
.quotetxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.quotesmalltxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #CCC;
}

/*  Links  */

a:link {
	text-decoration: none;
	color: #9cd12c;
}
a:visited {
	text-decoration: none;
	color: #9cd12c;
}
a:hover {
	text-decoration: underline;
	color: #9cd12c;
}
a:active {
	text-decoration: none;
	color: #9cd12c;
}


/* Images */

img {
    border: none;
}

img.floatLeft {
	float: left;
	margin: 0 10px 55px 0 ;
}

img.floaRight {
	float: right;
	margin: 0px ;
}

