body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #f7f7f7;
 margin:0px;
 padding:0px;
 background-image: url("../images/bgtest.png");
 background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#header {
height: 85px;
}
#logo {
 width: 450px;
 padding: 10px;
 height: 75px;
 background-image: url("../images/logo.png");
 background-repeat: no-repeat;
 background-position: 50% 0pt;
 float:left;
}
#tabs {
 position: relative;
 float: right;
 margin-top: 50px;
 margin-right: 0px;
 width: 500px;
}
#tabs ul{
 display: inline; 
}
#tabs li{
 list-style: none;
 display: inline;
 font-size: 1.6em;
 font-weight: bold;
 padding-left: 7px;
 padding-right: 7px;
 padding-top: 2px;
}
#about{
color: #ff0000;
text-decoration: none;
}
#download{
color: #ccff32;
text-decoration: none;
}
#search{
color: #32ccff;
text-decoration: none;
}
#learn{
color: #f5b800;
text-decoration: none;
}
#meet{
color: #ff3366;
text-decoration: none;
}
a#about:hover {
text-decoration: underline;
}
a#download:hover {
text-decoration: underline;
}
a#search:hover {
text-decoration: underline;
}
a#learn:hover {
text-decoration: underline;
}
a#meet:hover {
text-decoration: underline;
}
a#about:active {
text-decoration: underline;
}
a#download:active {
text-decoration: underline;
}
a#search:active {
text-decoration: underline;
}
a#learn:active {
text-decoration: underline;
}
a#meet:active {
text-decoration: underline;
}

#content-header {
 background-image: url("../images/content_top_transparent.png");
 width: 1000px;
 height: 13px;
}
#content { 
 width: 978px;
 padding-left: 10px;
 padding-right: 10px;
 color: #333;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 overflow: auto;

}
#content-footer {
 background-image: url("../images/content_bottom_transparent.png");
 width: 1000px;
 height: 13px;
}
#leftcolumn {
 width: 400px;
 float: left;
}
#leftcolumnheader {
 font-size: 4em;
 margin-top: 1em;
 line-height: 1em;
 font-weight: bold;
 color: #000000;
}
#leftcoltext p{
 width: 380px;
 float: left;
 font-size: 1.5em;
 margin-top: 1em;
 line-height: 1.5em;
 color: #888888;
}
#rightcolumn {
 width: 578px;
 float: right;
}
#rightcolumn img {
 display:block;
 margin:auto;
}
#singlecolumn img {
 display:block;
 margin:auto;
 float:right;
}
#singlecolumn {
 width: 978px;
 float: left;
}
#singlecolumnheader {
 font-size: 4em;
 margin-top: 1em;
 line-height: 1em;
 font-weight: bold;
 color: #000000;
}
#singlecoltext p{
 font-size: 1.5em;
 margin-top: 1em;
 line-height: 1.5em;
 color: #888888;
}
#footer { 
 width: 980px;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 margin: 20px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}


/* FORM STYLING */
fieldset div {
	margin:0.3em 0;
	clear:both;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
button {
	padding:0.15em;
	width:5em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	border-radius:10px;
}
button:hover, button:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
select {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	border-radius:0.4em;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.date input {
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

/* MEMBER PANEL CSS */

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 25px;
	width: auto;
  	font-weight: bold;
	line-height: 25px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 12px;
	text-align: center;
}

.tab ul.login li.left {
  	height: 25px;
	width: 10px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	background-color: #555555;
	border-left: 1px solid #333333;
  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
}

.tab ul.login li.right {
  	height: 25px;
	width: 10px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	background-color: #555555;
	border-right: 1px solid #333333;
  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 25px;
	background-color: #555555;
	border-bottom: 1px solid #333333;
  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
}

.tab ul.login li a {
	color: #ffffff;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	cursor: pointer;
	width: 100px;
	color: #ffffff;
}

/*.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}*/

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 250px;
	color: #000000;
	background: #555555;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #ffffFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #ccc;
}

#panel .content .right {
	border-right: 1px solid #ccc;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
	text-align: left;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
/* MEMBER FORM STYLING */

#panel form {
	background: transparent;
	border: none;
}
/* Code styling */
.codestyle {
	border: dashed;
	font-family: monospace;
	background-color: #333333;
	border-color: #888888;
	padding: 10px;
	color: #ffffff;
}
/* SEARCH PAGE*/
#searchbar {
	width: 750px;
	font-size: 20px;
	outline: none;
	height: 27px

}
#searchbutton {
	font-size: 20px;
	outline: none;
	width: 100px;
	height: 35px
}
#fromlang {
	font-size: 20px;
	outline: none;
	display:none;
	width: 600px;
}
#fromlang li {
	cursor:pointer;
	font-size:14px;
	line-height: 18px;
}
#fromlang ul {
	list-style-type: none;
	margin-left:-35px;
	margin-top:3px;
}
#tolang {
	font-size: 20px;
	outline: none;
	display:none;
	width: 600px;
}
#tolang li {
	cursor:pointer;
	font-size:14px;
	line-height: 18px;
}
#tolang ul {
	list-style-type: none;
	margin-left:0px;
	margin-left:35px;
	margin-top:3px;
}
#frombutton{
	float: left;
	font-size: 20px;
	outline: none;
	margin-right: 5px;
	width: 30px;
	height: 35px
}
#switchbutton {
	float: left;
	font-size: 20px;
	outline: none;
	margin-right: 5px;
	width: 30px;
	height: 35px
}
#tobutton{
	float: left;
	font-size: 20px;
	outline: none;
	margin-right: 5px;
	width: 30px;
	height: 35px
}
#ajax-loader {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 19px;
}
/* Headers and text*/
h1 {
 font-size: 4em;
 line-height: 1em;
 font-weight: bold;
 color: #000000;
}
h2 {
	color: #000000;
}
p {
 font-size: 1.5em;
 color: #888888;
}
/* LEARN */
.coursechoice {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	margin: 15px;
}
#holder {
width: 601px;
margin-left: auto;
margin-right: auto
}
#first {
float: left;
width: 284px;
height: 210px;
margin-right: 25px;
margin-bottom: 25px;
display: inline;
position: relative;
background-color: #ff0000;
border:2px solid #999; 

}
#second {
float: left;
width: 284px;
height: 210px;
display: inline;
position: relative;
background-color: #00ff00;
border:2px solid #999; 
}
#third {
float: left;
width: 284px;
height: 210px;
margin-right: 25px;
display: inline;
position: relative;
background-color: #ff00ff;
border:2px solid #999; 
}
#fourth {
float: left;
width: 284px;
height: 210px;
display: inline;
position: relative;
background-color: #0000ff;
border:2px solid #999; 
}
.header {
float: left;
width: 284px;
height: 25px;
background-color: #ccc;
position: relative;
display: inline;
text-align: center;
vertical-align:center;
}
.footer {
width: 284px;
height: 25px;
background-color: #ccc;
float: left;
margin-bottom: 25px;
position: relative;
display: inline;
margin-top:160px;
text-align: center;
vertical-align:center;
}
