﻿/*
Master Page
*/
@import url("layout.css");
/*
body
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #000;
}
*/
#container
{
	border: none;
}
#masthead
{
    text-align: right;
    overflow: auto; /* background-color: #D7D7E5; */
    vertical-align: middle;
}

#status

{
    /*background-color: #95C1DE;*/
    color: #000000;
    background: rgb(149,193,222); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(149,193,222,1) 28%, rgba(93,172,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(149,193,222,1)), color-stop(100%,rgba(93,172,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(149,193,222,1) 28%,rgba(93,172,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(149,193,222,1) 28%,rgba(93,172,221,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(149,193,222,1) 28%,rgba(93,172,221,1) 100%); /* IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c1de', endColorstr='#5dacdd',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(149,193,222,1) 28%,rgba(93,172,221,1) 100%); /* W3C */
}

#sidebar
{
    /*background-color:#D9D9E6;*/
    border-top: solid 0px #7C7C94;
    border-bottom: solid 0px #7C7C94;
    border-left: solid 0px #7C7C94;
    border-right: solid 0px #7C7C94; /*background: url(../Images/Elements/menuBack.png) repeat-x center bottom #F3F3F3; /*background: url(../Images/Elements/menuBack.png) repeat-x left bottom #F3F3F7;*/
}

.filter
{
    border-top: solid 1px #7C7C94;
    border-bottom: solid 1px #7C7C94;
    border-left: solid 1px #7C7C94;
    border-right: solid 1px #7C7C94;
    background: url(../Images/Elements/menuBack.png) repeat-x left bottom #F3F3F7;
}
/*
#content
{
    float: left;
    width: 95%;
    padding: 15px;
    overflow: auto;
    background-color: #fff;
    margin: 0px;
    position: relative;
    min-height: 800px;
}
*/
#content img
{
    display: block;
}
div#page_content {
	padding: 14px;
	border: 1px solid #cacaca;
	box-shadow: 2px 2px 14px #cecece;
	margin-right: -5px;
	margin-left: -5px
}


#footer
{
	padding: 5px;
	background-color: transparent;
	margin-top: 3px;
	color: #bcbcbc;
}

#masthead img {
    float: left;
    /*max-height: 50px;
    padding: 5px;*/
}
#masthead p
{
    text-align: right;
    margin: 0;
    margin-top: 5px;
    margin-right: 10px;
    padding: 0;
}
/* Styles for Navigation */
#sidebar ul
{
    list-style-type: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#sidebar li
{
    display: block;
    border: 1px solid #cdf;
}
#sidebar a
{
    /*font-weight: bold;*/
    /*color: #04b;*/
	font: 10pt Verdana;
	color: black;
    text-decoration: none;
    display: block;
    padding: 5px;
}
#sidebar a:hover
{
    /*font-weight: bold;*/
    /*color: #04b;*/
	font: 10pt Verdana;
	color: black;
    text-decoration: none;
    /*border-bottom: 1px solid #f9f9f9;
    background-color: #f9f9f9;*/
}
/* Styles for Footer */
#footer p
{
    font-size: 0.9em;
    text-align: center;
    margin: 0px;
    padding: 2px;
}
#footer a
{
    color: #333;
    text-decoration: underline;
}
#footer a:hover
{
    color: #333;
    text-decoration: none;
}


/*
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
*/
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}
