@font-face {
    font-family: "Code-Pro";
    src:url('../fonts/Code-Pro-Bold.otf'),
        url('../fonts/Code-Pro-Bold.ttf'),
        url('../fonts/Code-Pro-Bold.woff'),
        url('../fonts/Code-Pro-Bold.svg'),
        url('../fonts/Code-Pro-Bold.eot');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "DINPro-Bold";
    src:url('../fonts/DINPro-Bold.otf'),
        url('../fonts/DINPro-Bold.ttf'),
        url('../fonts/DINPro-Bold.woff'),
        url('../fonts/DINPro-Bold.svg'),
        url('../fonts/DINPro-Bold.eot');
}

@font-face {
    font-family: "DINPro-Medium";
    src:url('../fonts/DINPro-Medium.otf'),
        url('../fonts/DINPro-Medium.ttf'),
        url('../fonts/DINPro-Medium.woff'),
        url('../fonts/DINPro-Medium.svg'),
        url('../fonts/DINPro-Medium.eot');
}

@font-face {
    font-family: "DINPro-Regular";
    src:url('../fonts/DINPro-Regular.otf'),
        url('../fonts/DINPro-Regular.ttf'),
        url('../fonts/DINPro-Regular.woff'),
        url('../fonts/DINPro-Regular.svg'),
        url('../fonts/DINPro-Regular.eot');
}

body
{
	margin: 0;
	padding: 0;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
	background: #FFFFFF;
}

hr
{
    border-color: #D5D5D5;
}

a:focus, a:hover
{
	color:#FF0000;
}

thead th {background:#c3ffd9;}


a
 {
	color:#CD0000;
	text-decoration:underline;
}

h1,h2
{
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}


#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	border: 0px ;
	position: relative;
}

div#logo
{
	font-size: 14px;
	height: 35px;
	margin-top: 20px;
	#top:25px;
	left:230px;
	position:relative;
}

#header
{
	margin: 0;
	padding: 0;
	border: 0px ;
	position: relative;
	color: #858585;

}

#header:before{
    background: url(../images/logo.png) 0 0 no-repeat;
    background-size: contain;
    content:"";
    display: block;
    position: absolute;
    width: 377px;
    height: 54px;
    top:10px;
    left:0px;
	line-height:24px;
}

#mainmenu:after{
    background: url(../images/header-img.png) 0 0 no-repeat;
    background-size: contain;
    content:"";
    display: block;
    position: absolute;
    width: 220px;
    height: 61px;
    top:-45px;
    right: 0px;
}

#footer
{
	padding: 10px;
	margin: 0px 0px;
	font-size: 0.8em;
	text-align: center;
	border-top: 0px;
    font-family: "DINPro-Regular";
	background: #EBEBEB;
	color:#858585;
}

#mainmenu
{
	top: -20px;
    background: #E51615;
    background: -moz-linear-gradient(top, #E51615, #A60B14);
    background: -webkit-linear-gradient(top, #E51615, #A60B14);
    background: -o-linear-gradient(top, #E51615, #A60B14);
    background: -ms-linear-gradient(top, #E51615, #A60B14);
    background: linear-gradient(top, #E51615, #A60B14);
    border-radius: 5px 0 0 0;
	text-transform: uppercase;
	font-size:13px;
	font-family:"DINPro-Medium";
	position: relative;
}

#mainmenu ul
{
	padding:10px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    background: #E51615;
    background: -moz-linear-gradient(top, #E51615, #A60B14);
    background: -webkit-linear-gradient(top, #E51615, #A60B14);
    background: -o-linear-gradient(top, #E51615, #A60B14);
    background: -ms-linear-gradient(top, #E51615, #A60B14);
    background: linear-gradient(top, #E51615, #A60B14);
    padding:10px;
    color: #FBE137;
}

.login-form
{
	border:2px solid #FFA07A;
	background-color:#FFFACD;
}


div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9EDE0;
}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7E7D6;
	border-left: 5px solid #6FCFAC;
}


.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#FFFACD;
}

.operations li a
{
	font: bold 12px Arial;
	color: #CD0000;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #EE4000;
}

.operations li a:hover
{
	background: #FFD700;
}


table.detail-view tr.odd
{
	background:#FFA07A;
}

table.detail-view tr.even
{
	background:#FFFFE0;
}

.grid-view table.items th
{
	color: white;
    background: #E51615;
    background: -moz-linear-gradient(top, #E51615, #A60B14);
    background: -webkit-linear-gradient(top, #E51615, #A60B14);
    background: -o-linear-gradient(top, #E51615, #A60B14);
    background: -ms-linear-gradient(top, #E51615, #A60B14);
    background: linear-gradient(top, #E51615, #A60B14);
	text-align: center;
}

.grid-view table.items th a
{
	color: #FFFF88;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items tr.even
{
	background: #FFFFBB;
}

.grid-view table.items tr.odd
{
	background: #FFA07A;
}

.grid-view table.items tr.selected
{
	font-weight: bold;
	font-style: italic;
	background: #FF6A6A;
}

.grid-view table.items tr:hover.selected
{
	background: #FFD700;
}

.grid-view table.items tbody tr:hover
{
	background: #FFFF33;
}

.grid-view .filters
{
	background: #EEE8AA;
}

table.report
{
	border: 1px black solid;
	font-size: 11px;
	border-collapse: collapse;
	background: #FFFACD;
}
table.report td
{
	border: 1px black solid;
	color: black;
}
table.report th
{
   	background: #CD0000 ;
   	border: 1px white solid;
   	font-weight: bold;
	color: white;
}
table.report tr.group-header
{
   	background: #FFA07A;
}

.report-panel
{
   	background: #FFEE66;
	font-size: 11px;
	color: black;
	overflow: auto;
	width:920px;
}


.box {padding:1.5em;margin-bottom:1.5em;background:#e5f9eC;}

ul.yiiPager a:link, ul.yiiPager a:visited
{
	border:solid 1px #9aafe5;
	font-weight:bold;
	color:#CD3700;
	padding:1px 6px;
	text-decoration:none;
	background: #FFFFBB;
}

ul.yiiPager a:hover
{
	border:solid 1px #228B22;
}

ul.yiiPager .selected a
{
	background:#8B0000;
	color:#FFFFFF;
	font-weight:bold;
}

.button{
    -webkit-appearance: none;
    color: #fff;
    border: none;
    background: #CC0112;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    height: auto;
    line-height: 16px;
    margin: 0 0 10px 0;
    padding: 10px 17px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    letter-spacing: 1px;
    text-decoration: none;
}

.button:hover{
    background: #AD0413;
    color: #fff;
}

.button a
{
	color:#FFFFFF;
	text-decoration:none;
}


