body{
	background: url(images/topbarshade.gif) top repeat-x;
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
}

a{
	color: blue !important;
}

h1{
	font-size: 2em;
	margin-top: 0.5em;
	overflow: hidden;
	padding-bottom: 0.3em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.2em;
	margin-top: 2em;
	background: #9cf;
	padding: 6px;
	/*border-bottom: 1px solid #5af;*/
	background: url(images/tab-bg.jpg) bottom left;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	clear: both;
}

#page-content{
	margin-top: 1em;
}

#page-header {
	height: 60px;
	/*background: url(images/adnet.png) 7px 0px no-repeat;*/
	/*background: url(images/new/logo.png) top left no-repeat;*/
}


#page-session{
	float: right;
}

/*ul.tabs{
	line-height: 27px;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	height: 31px;
	overflow: hidden;
	
	background: url(images/tab-bg.jpg) bottom left;
}

ul.tabs li{
	margin-right: 3px;
	
	background: url(images/tab-sprite.jpg) top left;
	padding: 0 0 0 8px;
	float:left;
}

ul.tabs li.selected, ul.tabs li:hover{
	background: url(images/tab-sprite.jpg) 0 -39px;
}

ul.tabs a{
	padding: 3px 12px 0 4px;
	height: 31px;
	line-height: 28px;
	text-decoration: none;
	display:block;
	
	background: url(images/tab-sprite.jpg) top right;
}

ul.tabs li.selected a, ul.tabs li:hover a{
	background: url(images/tab-sprite.jpg) 100% -39px;
}

ul.tabs li.selected a{
	font-weight: bold;
}*/

ul.tabs{
	line-height: 27px;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	height: 31px;
	overflow: hidden;
	
	background: url(images/tab-bg.jpg) bottom left;
}

ul.tabs li{
	margin-right: 3px;
	
	background: url(images/tab-sprite.jpg) top left;
	padding: 0 0 0 8px;
	float:left;
	display: block;
	overflow: hidden;
}

ul.tabs li.selected, ul.tabs li:hover{
	background: url(images/tab-sprite.jpg) 0 -39px;
}

ul.tabs a{
	padding: 3px 12px 0 4px;
	height: 31px;
	line-height: 28px;
	text-decoration: none;
	display:block;
	float: left;
	
	background: url(images/tab-sprite.jpg) top right;
}

ul.tabs li.selected a, ul.tabs li:hover a{
	background: url(images/tab-sprite.jpg) 100% -39px;
}

ul.tabs li.selected a{
	font-weight: bold;
}


ul#notices{
	margin: 5px 0;
	padding: 0;
	list-style:none;
}

/* Components */

.float-right{
	float: right;
}

a.button{
	display: block;
	float: left;
	background: #eee;
	border: 1px solid #999;
	padding: 4px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #333;
	text-decoration: none;
}

a.button:hover{
	border: 2px solid #999;
	padding: 3px 9px;	
}

.option_enabled{
	color: green;
	font-weight: bold;
}

.option_disabled{
	color: #999;
}

.RUNNING{
	color: green;
}
.PAUSED{
	color: orange;
}
.DISABLED{
	color: red;
}

/* Form stuff */
.description{
	color: #666;
	font-size: 95%;
}

/**
 *	Popup
 */
.popup-matte{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#000;
	opacity: 0.5;
	z-index: 70;
}

.popup-window{
	z-index:80;position:fixed;top:150px;left:150px;right:150px;bottom:100px;background:#fff;
}

.popup-window-titlebar{
	position: relative;
	height:36px;
	border-bottom: 1px solid #ccc;
	background:#666;
	color: white;
	border-bottom: 1px solid #336;
}

.popup-window-titlebar a{
	color: #ccf;
}

.popup-window-titlebar .popup-close{
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 14px;
	cursor: pointer;
}

.popup-window-titlebar div{
	position: absolute;
	left: 8px;
	top: 8px;
	font-size: 14px;
}

.popup-window-titlebar div.popup-loading{
	background: url(images/ui/spinners/blue-16.gif) left no-repeat;
	padding-left: 20px;
}

.popup-shadow{
	z-index: 75;
	position:fixed;top:142px;left:142px;right:142px;bottom:92px;
	background: black;
	opacity: 0.5;
}

.todo{
	color: blue;
}


.table-small *{
	font-size: 11px;
}


table.admin-table{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	border: 2px solid #666;
	background: white;
}	

table.admin-table td, table.admin-table th{
	border: 1px solid #ccc;
	padding: 4px;
}	

table.admin-table th{
	background-color: #eee;
	background: url(images/tab-bg.jpg) bottom left;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

table.admin-table th.row-header{
	background-color: #eee;
	border: 1px solid #ccc;
	border-right: 2px solid #666;
}

.sparks_ui_graph{
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
}

#adnet-toolbar{
	border: 1px solid #ccc;
	background: #eee;
	padding: 4px 8px;
	margin-bottom: 5px;
}

#adnet-toolbar table{
	margin: 0;
}

#adnet-toolbar th, #adnet-toolbar td{
	text-align: right;
}

.adnet-table-options{
	margin-top: 0;
	text-align: right;
}

.el-use-default{
	background: #ffc;
	margin-right: 8px;
	padding: 2px;
}

/**
 *	Pagination
 */
.pagination{
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	padding: 3px 0;
}

.pagination ul{
	margin: 0 8px;
	padding: 3px 0;
	display: inline;
}

.pagination li{
	margin: 0 2px;
	display: inline;
}

.pagination li a{
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 3px 5px;
	text-decoration: none;
}

.pagination li.noborder{
	border: none;
}

.pagination li.selected a{ 
	padding: 2px 4px;
	border: 2px solid #00ADEF;
	color: #333;
}


/**
 *	Form stuff
 */
form dt{
	font-weight: bold;
	float: left;
	width: 100px;
	padding: 10px 8px;
	text-align: right;
	clear:left;
}

form dd{
	margin: 0 0 10px 0;
	float: left;
	padding: 4px;
}

form input[type=text], form textarea{
	border: 1px solid #999;
	padding: 4px;
}

form .geo_field_input{
	width: 100px;
}

form .geo_field_map{
	width: 580px;
	height: 350px;
	border: 1px solid #999;
	margin-left: 0px;
}


form .description{
	margin: 5px 0 0 0;
	font-size: 95%;
	color: #999;
	width:580px;
}

form .error{
	width: 500px;
}


.Sparks_Admin_Html{
	width: 580px;
	height: 300px;
}


/**
 *	Nice buttons
 */
.nice-button {
	display: inline-block;
	background: url(images/btn.bg.png) repeat-x 0px 0px;
	padding:5px 10px 6px 10px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	cursor: pointer;
	background-color: #ccc;
	text-decoration: none;
}
/*.btn.blue		{background-color: #CCCCCC; color: #141414;}
.btn.blue:hover	{background-color: #00c0ff; color: #ffffff;}

.btn.green		{background-color: #CCCCCC; color: #141414;}
.btn.green:hover	{background-color: #8aff00; color: #ffffff;}

.btn.red		{background-color: #CCCCCC; color: #141414;}
.btn.red:hover	{background-color: #ff004e; color: #ffffff;}
*/
#small-page{
	margin: 50px 70px;
}
