/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption { 
	margin: 0;
	padding: 0;	
	border:0;
	outline:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
img {
    border: 0;
}
:focus {
	outline: 0;
}
/* MAIN LAYOUT */
body {
    background: #012e57;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
#header {
}
#header .logo {
    height: 80px;
    background: url('../images/logo.png') no-repeat 0 0;
    float: left;
	width: 700px;
}
#header .user {
    float: right;
	width: 260px;
	margin-top: 30px;
	color: #eee;
	font-size: 8pt;
}
#header .user .name {
    font-weight: bold;
    display: block;
    float: right;
}
#header .user .logout {
    clear: both;
    display: block;
    float: right;
    color: #6dcff6;
}
#breadcrum {
    clear: both;
	color: #eee;
    background: #2F6378;
	border-top: 1px solid #44849e;
	border-bottom: 1px solid #012e57;
    font-size: 12px;
    font-family: Verdana;
}
#breadcrum span {
    float: left;
    display: block;
    margin-right: 5px;
}
#breadcrum a {
    display: block;
    float: left;
    color: #afc5d7;
    padding: 10px;
	border-left: 1px solid #44849e;
	border-right: 1px solid #012e57;
    text-shadow: #000 1px 1px 1px;
}
#breadcrum a:hover {
    text-decoration: none;
	background: #44849e;
	color: #fff;
}
#breadcrum a.selected {
	color: #fff;
}
#breadcrum .sep {
    color: #1c3945;
}
.clear {
    clear: both;
}
#main {
	background: #fff;
	color: #000;
	font-size: 12px;
	text-align: left;
	padding: 20px 10px 30px 10px;
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
}
#main p {
	margin-bottom: 10px;
	line-height: 18px;
}
#main a {
    color: #0000FF;
    text-decoration: none;
}
#main a:hover {
    text-decoration: underline;
}
#main h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    font-weight: normal;
    margin: 20px 0 5px 0;
}
#main h1 {
	font-size: 24px;
    color: #f26421;
    margin: -10px 0 5px 0;
}
#main h2 {
	font-size: 18px;
    color: #44849e;
}
#main ul, #main ol {
	margin-left: 20px;
    list-style-type: square;
}

#footer {
	color: #707070;
	font-size: 8pt;
	padding: 10px;
	text-align: center;
}
.box, .restore {
    background: #EEF1F9;
    padding: 10px;
    border: 1px solid #44849e;
}
.restore {
    width: 675px;
    margin-bottom: 20px;
}
#EditorMenu {
    clear: right;
    float:right;
    border: 1px solid #000;
    width: 200px;
    margin-bottom: 20px;
    margin-left: 25px;
}
#EditorMenu p {
    font-family: Verdana;
    font-size: 9pt;
    display: block;
    background: #2F6378;
    color: #FFF;
    font-weight: bold;
    border-top: 1px solid #44849E;
    border-right: 1px solid #000;
    border-left: 1px solid #44849E;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    margin: 0;
    line-height: 1em;
}
#EditorMenu ul {
    list-style-type: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
    margin: 0;
}
#main #EditorMenu a {
    display: block;
    padding: 5px 10px;
}
#main #EditorMenu ul li a:hover {
    background: #EEF1F9;
    text-decoration: none;
}
#main #EditorMenu a.selected {
    background: #cedce8;
}
#main #EditorMenu a.selected:hover {
    background: #cedce8;
}
/* gridview/tables */
.gridview {
    border: 1px solid #44849E;
    border-collapse: collapse;
}
.gridview th {
    background: #2F6378;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    padding: 5px 10px;
}
.gridview tr {
    background: #FFF;
}
.gridview tr.over {
    background: #cedce8 !important;
}
.gridview tr.alt {
    background: #EEF1F9;
}
.gridview td {
    padding: 5px 10px;
}
#rsbSection {
	clear: right;
    float:right;
    width: 200px;
    border: 1px solid #f26421;
    font-size: 12px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    margin-left: 25px;
}
#rsbSection h3 {
    border: 1px solid #f26421;
    background-color: #f26421;
    padding: 5px;
    margin: 0;
    color: #fff;
    text-shadow: #993100 1px 1px 1px;
}
#rsbSection div {
    color: #707070;
    padding: 10px;
}

#twitter_link {
	display: block;
}

#twitter_update_list li {
	margin-top: 10px;
}
#twitter_update_list li a {
	display: block;
	margin-top: 3px;
	font-size: 10px;
	color: #012e57;
}
#twitter_update_list li span a {
	display: inline;
	font-size: 12px;
	color: #0000FF;
}