body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
	
	

}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	background: linear-gradient(#1696C5, #048BBE) repeat scroll 0 0 transparent;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
	color: white;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#link a{
	color: #41788c;
	border: 1px solid #6fb1c7;
	background-image: -moz-linear-gradient(#28A4D2, #31ABD8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#31ABD8), to(#28A4D2));
	background-image: -webkit-linear-gradient(#28A4D2, #31ABD8);
	background-image: -o-linear-gradient(#28A4D2, #31ABD8);
	background-color: #31ABD8;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:white;font-family: Arial, sans-serif;
	font-size:12px;
	padding:6px 24px;
	border:0px black none;
	cursor:pointer;
	font-weight:bold;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-decoration:none;
}#link a:hover {
	background-image: -moz-linear-gradient(#31ABD8, #28A4D2);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28A4D2), to(#31ABD8));
	background-image: -webkit-linear-gradient(#28A4D2, #31ABD8);
	background-image: -o-linear-gradient(#31ABD8, #28A4D2);
	background-color: #28A4D2;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}#link a:active {
	position:relative;
	top:1px;
}

.btn_blue{
	width: 100px;
	color: #41788c;
	border: 1px solid #6fb1c7;
	background-image: -moz-linear-gradient(#28A4D2, #31ABD8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#31ABD8), to(#28A4D2));
	background-image: -webkit-linear-gradient(#28A4D2, #31ABD8);
	background-image: -o-linear-gradient(#28A4D2, #31ABD8);
	background-color: #31ABD8;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:white;font-family: Arial, sans-serif;
	font-size:12px;
	padding:9px 24px;
	border:0px black none;
	cursor:pointer;
	font-weight:bold;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-decoration:none;
        margin: 0px !important;
}


/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
*/
body {
	font: 13px/20px sans-serif;
	color: #404040;
	background: #ecedef;
}
nav {
	height: 34px;
	border-bottom: 5px solid white;

}


.nav {
	margin: 0 auto;
	width: 100%;
	list-style: none;
}
.nav a {
	display: block;
	text-decoration: none;
}
.nav > li {
	float: left;
	margin-right: 0px;
}
.nav > li > a {
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	background: #31ABD8;
	/*  background-image: -webkit-linear-gradient(top, #9cb6c5, #759aaf);
	  background-image: -moz-linear-gradient(top, #9cb6c5, #759aaf);
	  background-image: -o-linear-gradient(top, #9cb6c5, #759aaf);
	  background-image: linear-gradient(to bottom, #9cb6c5, #759aaf);*/
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
}
.nav > li > a:hover {
	text-decoration: none;
	background: #0E83AE;
	/*  background-image: -webkit-linear-gradient(top, #afc5d1, #85a6b8);
	  background-image: -moz-linear-gradient(top, #afc5d1, #85a6b8);
	  background-image: -o-linear-gradient(top, #afc5d1, #85a6b8);
	  background-image: linear-gradient(to bottom, #afc5d1, #85a6b8);*/
}
.nav > li.active > a, .nav > li > a:active, .nav > .dropdown:hover > a {
	background: white;
	color: #0E83AE;
	text-shadow: none;
	-webkit-box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
}
.nav > .dropdown:hover > a {
	background: #0E83AE;
	color: white;
}
.nav a.icon {
	position: relative;
	width: 40.8px;
	padding: 0;
}
.nav a.icon > span {
	display: block;
	position: absolute;
	top: 9px;
	left: 12px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
}
.nav a.icon.home > span {
	background-image: url("../img/home.png");
}
.nav .active a.icon > span, .nav a.icon:active > span {
	background-position: 0 -16px;
}

.nav-right
{
	float: right; padding-right: 20px; color: white; font-weight: bold;
}
.nav-right a
{
	float: right; color: white; font-weight: bold; text-decoration: none;
}

.nav-right a:hover
{
	color: aqua;
}

.dropdown {
	position: relative;
	border-bottom: 5px solid white;
}
.dropdown:hover ul {
	display: block;

}
.dropdown ul {
	display: none;
	position: absolute;
	font-size: 11px;
	font-weight: normal;
	top: 39px;
	left: -1px;
	width: 180px;
	padding: 0 10px 10px;
	background: #0E83AE;
	/*  background-image: -webkit-linear-gradient(top, #9cb6c5, #759aaf);
	  background-image: -moz-linear-gradient(top, #9cb6c5, #759aaf);
	  background-image: -o-linear-gradient(top, #9cb6c5, #759aaf);
	  background-image: linear-gradient(to bottom, #9cb6c5, #759aaf);*/
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
	color: white;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
}
.dropdown ul.large {
	min-width: 200px;
}
.dropdown li {
	display: block;
	margin: 0px;
	overflow: visible;
}
.dropdown li + li {
}
.dropdown li a {
	color: white;
	padding: 5px 23px 5px;
	margin: 0 -18px;
}
.dropdown li a:hover {
	background: #06c;
}

.dropdown li a.active {
	background: #06c;
}

.dropdown li.title{
	font-variant: small-caps; 
	color: aqua;
}

.dropdown li.dot{
	border-bottom: 1px dashed red;
}

.sub-title
{
	background: #EEE; height: 30px;

	width: 96%; margin: 0 auto;
	margin-top: 10px;
}

.breadcrumbs
{
	font-weight: bold;
}
.breadcrumbs a
{
	text-decoration: none;
	/*	padding-left: 5px;*/
}
.breadcrumbs a:hover
{
	color: #1696C5;
	text-decoration: none;
}


#login-form #LoginForm_username, #login-form #LoginForm_password {
    border-color: #A9A0BA;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    background-color: transparent;
    padding: 10px;
    margin: 10px;
    color: #0066A4;
    width: 200px;
}

#login-form .btn-form {
    border-style: solid;
    border-radius: 10px;
    background-color: #0066A4;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    color: #F0F4FF;
    width: 100px;
}

#login-form .btn-form:hover {
    border-style: solid;
    border-radius: 10px;
    background-color: #31ABD8;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    color: #F0F4FF;
    width: 100px;
}

@font-face {
    font-family: geo;

    src: url(font/Roboto-Regular.ttf);
}

body
{
	font-family: geo;
}

.row.button.link input, .row.button.link a
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.row.button.link input,.row.button.link a
{
    background-image: linear-gradient(#28A4D2, #31ABD8);
    background-color: #31ABD8;
    border-radius: 6px;
    display: inline-block;
    color: #FFF;
    
    font-size: 12px;
    padding: 6px 24px;
    border: 0px none #000;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
}

.canceled
{
    background-color: #ff8080;
    color:#fff;
}


