/* GLOBAL ELEMENTS */
html,body{
	margin:0;
	padding:0;
	background:#000;
	font-size:100%;
	font-family:calibri,helvetica,arial,"trebuchet ms",verdana;
	color:#ccc;
	text-align:center;
	outline:none!important;
}
button:focus,input:focus{
	outline:none!important;
}
a{
	color:#EF7B0A;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	color:#ccc;
	line-height:130%;
	margin:0 0 10px;
}
p,td,th,ul{
	font-size:80%;
}
a img{
	border:none;
}
/* LAYOUT */
#wrapper{
	width:745px;
	margin:0 auto;
	text-align:left;
}
#header{
	border-bottom:2px solid #ce6c1c;
	font:12px calibri,helvetica,arial;
	color:#fff;
}
#content,.content{
	background:#000;
	padding:10px 0;
	width:703px;
	margin:auto;
}
/* ELEMENTS */
h1{
	font:120% "trebuchet ms";
	color:#fff;
	padding:5px 0;
	margin:0;
}
h1 span{
	color:#6BAD42;
}
h1 a{
	color:#FFF;
}
h1 a:hover{
	color:#6BAD42;
	text-decoration:none;
}
h1 a:hover span{
	color:#FFF;
}
h2{
	font:bold 100% arial,verdana,sans-serif;
	color:#3B578B;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin:25px 0 10px 0;
}
/*p+p{
	padding-top:0.7em;
}*/
form.form{
	font-size:80%;
	padding:10px;
margin:0px;
}
#options{
	list-style-type:none;
	width:500px;
	margin:10px;
	padding:0;
}
#options li{
	float:left;
	width:240px;
	border-left:5px solid #ccc;
}
#footer{
	margin:10px 0 0 0;
	font-size:80%;
	color:#ccc;
	clear:both;
	border-top:2px solid #ce6c1c;
	padding:3px 0 7px;
}
#nav{
	text-align:right;
	list-style-type:none;
	font-size:80%;
	border-top:1px solid #ccc;
	margin:20px 0 0 0;
	padding:0;
}
#nav li{
	padding:0 5px 0 5px;
	display:inline;
	border-left:1px solid #ccc;
}
.left{
	float:left;
}
/* STYLES */
.first{
	margin-top:0;
}
input.textbox{
	width:340px;
	font:120% arial,verdana,sans-serif;
	clear:both;
	background:transparent url('images/urlbox.png') no-repeat;
	border:none;
	height:19px;
	width:345px;
	line-height:27px;
	color:#fff;
	font:15px calibri,helvetica,arial;
	padding:4px 2px;
	float:left;
	margin:2px 0 0 5px;
}
input.button{
	font:120% arial,verdana,sans-serif;
	margin-top:10px;
	background:transparent url('images/goButton.png') no-repeat left top;
	border:none;
	height:27px;
	width:43px;
	padding:0;
	float:left;
	margin:2px 0 0 10px;
	cursor:pointer;
	outline:none;
}
input.button:active{
	background-position:left bottom;
	outline:none;
}
/*for FireFox*/
    input.button::-moz-focus-inner, input.button::-moz-focus-inner
    {   
        border : 0px;
    } 
label{
	font-weight:lighter;
}
#error{
	border:1px solid red;
	border-left:5px solid red;
	padding:2px;
	margin:5px 0 15px 0;
	background:#eee;
}
/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */
table{
	border-color:#666;
	border-width:0 0 1px 1px;
	border-style:solid;
	width:50%;
}
#feed_table{
	border:none;
}
#feed_table th,#feed_table td{
	background:transparent;
}
th{
	font-size: medium;
	background:#ccc;
	border-width:2px;
}
td,th{
	padding:2px 10px 2px 10px;
}
td{
	background:#000;
}
full-width{
	width:98%;
}
.large-table{
	width:75%;
	margin-top:15px;
}
.large-table td,.large-table th{
	padding:5px;
}
td.small-note{
	font-size:60%;
	padding:2px;
	text-align:right;
}
.clr{
	clear:both;
	width:100%;
	height:0px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
/* TOOLTIP HOVER EFFECT */
label{
	font-weight:bold;
	line-height:20px;
	cursor:help;
}
#tooltip{
	width:20em;
	color:#fff;
	background:#555;
	font-size:12px;
	font-weight:normal;
	padding:5px;
	border:3px solid #333;
	text-align:left;
}
.roundbox_top{
	background:transparent url('images/roundedbox_corner_bg.png') no-repeat;
	margin:0;
	padding:0;
	line-height:0;
	height:4px;
	overflow:hidden;
}
.roundbox_middle{
	background:transparent url('images/roundedbox_middle_bg.png') repeat-y;
	padding:10px;
	padding-left:34px;
}
.roundbox_bottom{
	background:transparent url('images/roundedbox_corner_bg.png') left bottom;
	margin:0;
	padding:10;
	overflow:hidden;
	height:4px;
}
.rbx_rt{
	background-position:right top;
}
.rbx_rm{
	background-position:right top;
	padding:10px;
	text-align:right;
	padding-right:34px;
}
.rbx_rb{
	background-position:right bottom;
}

