/* WRITE YOUR CSS CODE HERE */

/* TAB STYLE */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width:70%;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #FFCC00;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
/*background-color: #DBFF6C;*/
background-color:#FFCC00;
color: black;
}

#setting_nav ul li {
list-style:none;
list-style-type:none;
background:none;
}

#editor table {margin:0; padding:0; border:none;}
#editor table th, #editor table td {padding:0;}
#editor table th {border:none; background:none; padding:5px;}
#editor table td {border:none;}
#editor table tr.bg td, #editor table tr.odd td {background:none;}
#editor img {border: none;}
#editor h1 {background:none; background-color:#FFFFFF; color:#000000;}
#editor h2 {color:#000000;}

.tablecss td{
vertical-align:middle;
}

.float_right{
float:right;
}
#quick-start li{
margin: 0;
font-weight:normal;
}
