body { background: #eaeaea; margin: 0; padding: 0; text-align: center; }

body, div, p {	font-family: helvetica, arial; }
form { margin: 0; padding: 0; }

a { color: #00a2d1; }
a:hover { color: #ffffff; }

.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

#nav { }

#login { padding: 20px 0 0 0; text-align: center; width: 450px; margin: 100px auto 100px auto; }
#login .box { margin: 20px auto 0 auto; padding: 20px; } 
#login .box label { width: 80px; font-weight: bold; color: #787878; float: left; text-align: right; padding: 8px 7px 0 0; font-size: 14px; }
#login .box input { font-weight: bold; width: 200px; float: left; display: block; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#login .box form div { padding: 2px; text-align: left; }
#login .box form button { font-size: 10px; text-align: center; background: #ff4800; color: #ffffff; font-weight: bold; padding: 10px; border: 0; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
#login .box form button:hover { background: #cb3900; }
#login .logo { padding: 15px; color: #454545; font-size: 26px; font-weight: bold; text-align: left; }
#login .logo small { font-size: 20px; color: #676767; display: block; }

#top { background: #dadada url(/app/gfx/admin/th-bg.png) repeat-x; }

#top #login_info { text-align: right; font-size: 11px; color: #454545; font-weight: bold; padding: 15px 25px 15px 25px; }
#top #login_info .welcome { color: #787878; }
#top #login_info b { font-size: 12px; color: #232323; }
#top #login_info a { text-decoration: none; color: #666666; }
#top #login_info a:hover { background: #c10000; color: #ffffff; }
#top #login_info .divider { font-size: 13px; color: #a6a6a6; padding: 6px 3px 0 3px; }

#footer { clear: both; padding: 40px; color: #898989; }

.msg { 
	top: 0; 
	left: 15px; 
	position: absolute; 
	background: #fff4d0; 
	color: #726a4e; 
	padding: 5px 12px 5px 12px; 
	font-size: 13px; 
	font-weight: bold; 
	text-align: left; 
	width: 350px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;		
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px; 
 }
.msg h1 { font-size: 12px; margin: 0; padding: 0; background: none; }
.msg p { font-weight: normal; font-size: 11px; margin: 0; padding: 5px 0 0 0; }
.msg.good { background: #70cf00; color: #ffffff; }
.msg.bad { background: #cf001d; color: #ffffff; }

#main { margin: 0; padding: 0; text-align: left; }
#main .page { margin: 0; padding: 0 0 400px 0; }
#main .page p { font-size: 13px; line-height: 170%; padding: 15px; }

input, select, textarea { border: 2px solid #cacaca; padding: 3px; font-size: 15px; color: #000000; background: #ffffff; }
input[type=file] { border: 0; }

h1, h2, h3, h4, h5 { background: #0083de; color: #ffffff; padding: 15px; margin: 0; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }

h1.top { padding: 8px; background: #004473; color: #ffffff; }
h1.top .title { padding: 6px 0 6px 10px; }
h1.top .search { float: right; width: 300px; text-align: right; padding: 2px 10px 0 0; }
h1.top .search input { font-size: 12px; padding: 4px; color: #010101; font-weight: bold; border: 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
h1.top .search button { font-size: 12px; font-weight: bold; background: #d0f2ff; color: #232323; padding: 4px 6px 4px 6px; border: 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
h1.top .search button:hover { background: #cfe877; }
h1.top small { font-size: 12px; padding-left: 10px; color: #a6cee9; }

.flist { }
.flist table { width: 100%; }
.flist .row { background: #cccccc; }
.flist .row.head, .flist th { background: #232323; text-align: left; font-size: 11px; }
.flist .row.head .col, .flist th { color: #ffffff;  font-size: 11px; }
.flist .row .col, .flist .td { padding: 6px 0 6px 11px; font-size: 11px; color: #232323; float: left; }
.flist .row .col.actions { text-align: right; }
.flist .row .col.actions a { color: #d90000; font-weight: bold; }
.flist .w20 { width: 20px; }
.flist .w40 { width: 40px; }
.flist .w60 { width: 60px; }
.flist .w80 { width: 80px; }
.flist .w100 { width: 100px; }
.flist .w120 { width: 120px; }
.flist .w140 { width: 140px; }
.flist .w160 { width: 160px; }
.flist .w180 { width: 180px; }
.flist .w200 { width: 200px; }
.flist th { font-size: 12px; }
.flist td { font-size: 12px; }

.flist tr:hover { background: #eaeaea; }

table.listTable { width: 100%; }
table.listTable .actions { text-align: right; }
table.listTable th { font-size: 14px; padding: 10px; border-bottom: 5px solid #0068aa; color: #ffffff; text-align: left; }
table.listTable td { font-size: 12px; padding: 10px; border-bottom: 1px solid #787878; font-weight: bold; }
table.listTable td.actions a { color: #565656; padding: 4px; text-decoration: none; font-weight: bold; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
table.listTable td.actions a:hover { background: #0083de; color: #ffffff; }
table.listTable { border-collapse: collapse; }
table.listTable thead, table.listTable tfoot { background-color: #DDD; }
table.listTable tr.topLevel.rowodd, table.listTable tr.topLevel.roweven { background-color: #a5e7ff; }
table.listTable tr.topLevel td { font-size: 14px; }
table.listTable tr.secLevel td { font-size: 11px; }
table.listTable tr.topLevel td.actions, table.listTable tr.secLevel td.actions { font-size: 12px; }

table.listTable tr.rowodd { }
table.listTable tr.roweven { background-color: #eaeaea; }
table.listTable tr:hover { background: #ffffff; }
table.listTable .sortcol { cursor: pointer; padding-right: 20px; background: #0083de url(/app/gfx/admin/th-bg.png) repeat-x; }
table.listTable .sortasc { background: #84d000 url(../gfx/icons/up.gif) no-repeat right center; }
table.listTable .sortdesc { background: #84d000 url(../gfx/icons/down.gif) no-repeat right center; }

.no-records { padding: 50px; font-size: 40px; color: #999999; text-align: center; letter-spacing: -2px; background: #eaeaea; margin: 60px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }

.generic-form { padding: 40px; }
.generic-form input[type=text], .generic-form textarea { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.generic-form .published { float: right; width: 150px; padding: 5px; background: #fafafa; border: 1px solid #cacaca; font-weight: bold; font-size: 12px; }
.generic-form .published.on { background: #39b54a; color: #ffffff; }
.generic-form .published input[type=submit] { background: #fafafa; border: 1px solid #cccccc; color: #565656; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 10px; font-weight: bold; }
.generic-form .published input[type=submit]:hover { background: #e40e22; color: #ffffff; border: 1px solid #e40e22; }
.generic-form .field { padding: 5px; }
.generic-form .field label { display: block; font-size: 12px; font-weight: bold; color: #343434; padding: 2px; }
.generic-form .field.input.left { float: left; }
.generic-form .field.checkbox.left { float: left; margin: 8px; background: #ffffff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.generic-form .field.meta input { width: 90%; }
.generic-form .field.meta textarea { width: 90%; height: 60px; }
.generic-form .page_title { width: 500px; font-size: 15px; font-weight: bold; padding: 5px; }
.generic-form .field.head.cms.teaser textarea { height: 100px; width: 80%; }
.generic-form .field.head.cms.cke textarea { height: 500px; width: 80%; }
.generic-form fieldset { border: 0; border-top: 2px solid #cccccc; padding: 15px; }
.generic-form fieldset legend { font-size: 15px; color: #989898; font-weight: bold; text-align: right; }
.generic-form fieldset fieldset { border: 1px solid #cccccc; padding: 5px; background: #ffffff; }
.generic-form fieldset fieldset legend { font-size: 10px; text-align: left; }
.generic-form #imageUpload input { background: none; font-size: 11px; }
.generic-form .field.submit input { font-size: 23px; padding: 20px; font-weight: bold; }
.generic-form .field.submit input:hover { background: #d90000; color: #ffffff; }
.generic-form .right-col { float: right; width: 250px; }
.generic-form .right-col label { display: block; font-size: 11px; font-weight: bold; padding: 2px; }

#form_h, #form_w { display: none; }

.dash { padding: 30px; background: #ffffff; }
.dash h1 { background: none; color: #232323; font-size: 28px; }

.speBtn { padding: 4px 7px 4px 7px; color: #454545; text-decoration: none; background: #cbcbcb; font-weight: bold; }
.speBtn:hover { background: #b50000; color: #ffffff; }

.twitter_dash { padding: 20px; width: 800px; }
.twitter_dash .latest_tweets ul, .twitter_dash .latest_tweets li { list-style: none; list-style-image: none; margin: 0; padding: 0; }
.twitter_dash .latest_tweets ul li { border: 1px solid #cacaca; margin: 5px; padding: 5px; font-size: 11px; color: #323232; }
.twitter_dash #tweetUpdateStatus { color: #b50000; font-weight: bold; font-size: 10px; }

.membersBlock { padding: 20px; }
.membersBlock .member { border: 2px solid #cccccc; float: left; padding: 8px; text-align: center; width: 180px; height: 30px; font-size: 10px; font-weight: bold; background: #ffffff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 5px; }
.membersBlock .member:hover { border: 2px solid #232323; cursor: move; }
#memberTrash { float: right; width: 200px; margin: 5px; padding: 5px; font-size: 11px; font-weight: bold; text-align: center; color: #ffffff; background: #212121; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 5px; }
#memberTrash.on { background: #b50000; }

.field.error .message {
    margin: 10px;
	width: 200px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	background: #d90000;
	padding: 5px 7px 5px 7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.field.success input {
    border: 2px solid #00d900;
}

.field.error input {
    border: 2px solid #d90000;
}

.note { background: #fffce6; font-size: 10px; padding: 10px; border: 1px solid #dbd7b1; color: #969378; margin: 10px; float: right; width: 250px; line-height: 150%; }