/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* */

div{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

input{
	border:#C5C5C5 1px solid;
	border-radius:8px;
	font-size:14px;
	color:#8E8E8E;
	padding:4px 8px 4px 8px;

}

input[type=button] {
    border:#C5C5C5 1px solid;
	border-radius:8px;
	font-size:14px;
	color:#2E2E2E;
	padding:4px 8px 4px 8px;
}

a{
	text-decoration:none;
	outline:none;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

a img{
	outline:none;
	border: 0px;
}


select{
	border:#C5C5C5 1px solid;
	border-radius:8px;
	font-size:14px;
	color:#8E8E8E;
	padding:4px 8px 4px 8px;

}

.Label{
	font-size:28px;
	color:#FFFFFF;
	text-align:right;
    margin:16px 0px 0px 0px;
	padding:0px 8px 5px 0px;
	border-radius:8px 8px 0px 0px;

    background: rgb(94,94,94); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(94,94,94,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(94,94,94,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(94,94,94,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(94,94,94,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(94,94,94,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.TinyLabel{
    font-size:10px;
    color:rgb(214,214,214);
    padding:4px 0px 4px 0px;
    background-color:rgb(94,94,94);
    padding:4px;
    border-radius:4px;
}

.SmallLabel{
    margin-top:16px;
	font-size:20px;
	position:relative;
	top:1px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:right;
	padding:0px 8px 4px 0px;
	border-radius:8px 8px 0px 0px;
}

.BlueBlock{

  background: rgb(51,152,255); /* Old browsers 28,117,188r*/
  height:50px;
  border:solid 1px rgb(214,214,214);
}


.RedBlock{

    height:50px;
    background: rgb(255,51,51); /* Old browsers */
   border:solid 1px rgb(214,214,214);
}

.OrangeBlock{

    height:50px;

    background: rgb(205,140,0); /* Old browsers */
  border:solid 1px rgb(214,214,214);

}



.CultureBlock{
    height:50px;
    background: rgb(0,102,0); /* Old browsers 50,205,20 */
 border:solid 1px rgb(214,214,214);
}  


.Block{
    margin:0px 0px 0px 0px;
	border-radius:0px 0px 8px 8px;

    background: rgb(28,117,188); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(28,117,188,1) 0%, rgba(0,76,127,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,117,188,1)), color-stop(100%,rgba(0,76,127,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(28,117,188,1) 0%,rgba(0,76,127,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(28,117,188,1) 0%,rgba(0,76,127,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(28,117,188,1) 0%,rgba(0,76,127,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(28,117,188,1) 0%,rgba(0,76,127,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c75bc', endColorstr='#004c7f',GradientType=0 ); /* IE6-9 */
}

.DangerBlock{
	margin:0px 0px 0px 0px;
	border-radius:0px 0px 8px 8px;

    background: rgb(188,17,20); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(188,17,20,1) 0%, rgba(137,13,15,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,17,20,1)), color-stop(100%,rgba(137,13,15,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(188,17,20,1) 0%,rgba(137,13,15,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(188,17,20,1) 0%,rgba(137,13,15,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(188,17,20,1) 0%,rgba(137,13,15,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(188,17,20,1) 0%,rgba(137,13,15,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1114', endColorstr='#890d0f',GradientType=0 ); /* IE6-9 */


}

.WarningBlock{

	margin:0px 0px 0px 0px;
	border-radius:0px 0px 8px 8px;

    background: rgb(205,140,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(205,140,0,1) 0%, rgba(170,111,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,140,0,1)), color-stop(100%,rgba(170,111,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(205,140,0,1) 0%,rgba(170,111,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(205,140,0,1) 0%,rgba(170,111,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(205,140,0,1) 0%,rgba(170,111,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(205,140,0,1) 0%,rgba(170,111,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8c00', endColorstr='#aa6f00',GradientType=0 ); /* IE6-9 */


}

.GreyBlock{
    background: rgb(214,214,214); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(214,214,214,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(214,214,214,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	margin:0px 0px 16px 0px;
	border-radius:0px 0px 8px 8px;
    border:solid 2px rgb(214,214,214);
}

.Stat{
	color:#FFFFFF;
	font-size:14px;
}

.NavigationBar{
	position:relative;
    top:8px;
	float:right;
	list-style-type:none;
}

.NavigationBarCentered{
	position:relative;
    top:8px;
	list-style-type:none;
    font-weight:bold;
}

.NavigationItem{
	display:inline;
	padding:0px 10px 0px 10px;
}
.NavigationItemSelected{
	display:inline;
	padding:0px 10px 0px 10px;
    border-radius:8px 8px 0px 0px;
    background: rgb(247,247,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.NavigationLink{
	color:#000000;
	font-size:13px;
}

.NavigationLink:hover{
	color:#FF0004;
}

.MobileNavigationBar{
	position:relative;
    top:5px;
    left:0px;
	list-style-type:none;
}

.MobileNavigationItem{
	display:inline;
	padding:0px 5px 0px 5px;
}
.MobileNavigationItemSelected{
	display:inline;
	padding:0px 5px 0px 5px;
    background: rgb(239,239,239); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,239,239,1) 1%, rgba(219,219,219,1) 49%, rgba(239,239,239,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,239,239,1)), color-stop(49%,rgba(219,219,219,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(219,219,219,1) 49%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(219,219,219,1) 49%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(219,219,219,1) 49%,rgba(239,239,239,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,239,239,1) 1%,rgba(219,219,219,1) 49%,rgba(239,239,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

}

.MobileNavigationLink{
	color:#000000;
	font-size:12px;
}

.MobileNavigationLink:hover{
	color:#FF0004;
}

button, input[type="submit"]{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #333333 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
	background-color:#333333;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:2px solid #a39da3;
	display:inline-block;
	color:#d1d1d1;
	font-family:Verdana;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	width:100px;
	text-decoration:none;
	text-align:center;
	margin:0px;
}

button:hover, input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #000000 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333');
	background-color:#000000;
}

button:active, input[type="submit"]:active {
	position:relative;
	top:1px;
}


table.alert tr td {
    padding: 2px 2px 2px 2px;
}
    table.alert tr td a {
        color: rgb(239,239,239);
    }
table.alert tr td:first-of-type {
    padding-left: 10px;
}

#divUserName {
    text-align:right;
    margin:4px 8px 4px 0px;
}

#divBacklink {
    text-align:right;
    margin:0px,16px,0px,0px;
}


#StatusUpdate {
    width:266px;
}

.Userbox {
    width:250px;
    padding:4px 4px 4px 8px;
    margin:0px 0px 8px 0px;
}

#divLogOff {
    
}