body{
	/* background: url(images/bg.png) no-repeat #c0deed; */
	/* background: #FFCCCC; */
	background: url(images/bg_body.gif) repeat-x white;
	font: 100% verdana, arial, sans-serif;
}

h1{
	font: Times, serif;
}

h2{
	color: black;
}

#header #logo{
	float:left;
	text-align:left;
	margin-top:37px;
	width:240px;
}

#header #logo h1{
	font-size:9px;
	color:#5e5e5e;
}
#header #logo a{
	display:block;
	background:url(../img/logo.gif) 0 0 no-repeat;
	text-indent:-9999px;
	width:240px;
	height:50px;
}

#container{
 margin-top: 50px;
}

#logo{
	padding: 5px;
	margin-top: 50px;
}

#title{
	text-align: center;
	margin: auto;
}

#maintitle{
	position:absolute;
	left:30%;
	top:30px;
}

#logout{
	position:absolute;
	right:30;
	top:100px;
}

#login{
	width:600px;
	margin: auto;
	padding: 20px;
	font: 100% verdana, arial, sans-serif;
	}

#main{
	clear: both;
	position: relative;
	margin: auto;
	padding: 10px 0px;
	width: 90%;
	background-color: white;
	font: 100% verdana, arial, sans-serif;
}

#left{
	width: 75%;
	float:left;
	padding:0px 0px 0px 0px;

}

#right{
	width: 20%;
	float:left;
	padding: 10px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #339ee4;

}

#footer{
	clear: both;
}

#form{
	position: relative;
	margin: auto;
}

#topic-talk{
}

#writing {
	background: url('images/common/lesson-or.gif');	
}
.button-common{
	font-family: 100% verdana, arial, sans-serif; 
	background-color: orange; 
	color: white;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 3px 8px;
}

.input-font{
}

.textarea{
	width: 700px;
}

.image{
	width:100px; 
	height:100px; 
	padding:10px;
	border:1px;
}

.twitter{
	display: table;
}

.content{
	margin: auto;
	padding: 10px;
}

.posts{
	display: block;
	border: 1px solid black;
	margin: 5px 0px;
}

.tweet{
	display: inline-block;
	border: 1px solid black;
	width:100%;
	padding: 2px;
	border: green;
	background-color: #CCFFCC;	
}
.corrections{
	display: inline-block;
	border: 1px solid black;
	width:48%;
	padding: 2px;
	border: red;
	background-color: #FFCCCC;	
}

.border-bottom { 
	border-bottom-style: solid ; 
	border-bottom-color: blue; 
	border-bottom-width: 1px;
	border-top-style: solid ; 
	border-top-color: grey; 
	border-top-width: 1px;
	border-left-style: solid ; 
	border-left-color: blue; 
	border-left-width: 1.5px;
	border-right-style: solid ; 
	border-right-color: blue;
	border-right-width: 1.5px;
}

.border-left{
	border-left-style: solid ; 
	border-left-color: blue; 
	border-left-width: 1.5px;
	border-right-style: solid ; 
	border-right-color: blue;
	border-right-width: 1.5px;
}

.border-bottom2{ 
	border-bottom-style: solid ; 
	border-bottom-color: red; 
	border-bottom-width: 1px;
	border-top-style: solid ; 
	border-top-color: grey; 
	border-top-width: 1px;
	border-left-style: solid ; 
	border-left-color: red; 
	border-left-width: 1.5px;
	border-right-style: solid ; 
	border-right-color: red;
	border-right-width: 1.5px;
}

.border-left2{
	border-left-style: solid ; 
	border-left-color: red; 
	border-left-width: 1.5px;
	border-right-style: solid ; 
	border-right-color: red;
	border-right-width: 1.5px;
}


.profile-text{
	font-weight: bold;
}


.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

.submit-b{
	padding: 3px 10px;
	font-size: 16px;
	font-weight: bold; 
}

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 15px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #339ee4; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}



ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #339ee4; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #c0deed; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

h2{
	font-size: 1.5em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
} 

.correction_table {
	width: 100%;
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	text-align: center;
}
.correction_table th {
	border-width: 1px;
	padding: 0px;
	border-style: ridge;
	border-color: gray;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 0px;
}
.correction_table td {
	border-width: 1px;
	padding: 0px;
	border-style: ridge;
	border-color: gray;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 0px;
}

#ulevel{
	font-weight: bold;
	background:#84C1DF;
}

#optiontabs{
	clear: both;
}

#optiontabs a{
	display: block;
	float: left;
	border: solid black 1px;
	background-color: white;
	padding:2px;	
	text-decoration: none;
}

#optiontabs a:hover{
	background-color: red;
	color: white;
	font-weight: bold;
}

#options{
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: -100px;
	top: 0px;
}

