/* @group Fonts */

@font-face {
    font-family: 'AcademyRegular';
    src: url('../Fonts/acd55-webfont.eot');
    src: url('../Fonts/acd55-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/acd55-webfont.woff') format('woff'),
         url('../Fonts/acd55-webfont.ttf') format('truetype'),
         url('../Fonts/acd55-webfont.svg#AcademyRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @end */

/* @group Common */

html, body {
	margin: 0px;
        padding: 0px;
	background-color: #fff;
	font-size: 16px;
	color: #505050;
}

div .hr {
	height: 1px;
	background-color: #e1e1e1;
	clear: both;
        margin-bottom: 5px;
}
div .hr_admin_open {
	height: 1px;
	background-color: #e1e1e1;
	clear: both;
    margin-bottom: 5px;
	width: 1895px;
}.
/* @end */

/* @group Text Elements */

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-weight: normal;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 14pt;
}

h3, h4, h5, h6 {
    font-size: 12pt;
}

/* @end */

/* @group Links */

a {
	font-size: 10pt;
	color: #ab9500;
    text-decoration: none;
}

a.but {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	border: #c4c4c4 1px solid;
	background: #e0e0da url(../Resources/flare.png);
	background-repeat: repeat-x;
	font-size: 10pt;
	color: #7a7a77;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	text-shadow: #efefef 0 1px 0;
	line-height: 1.5;
}

a.but:hover {
	background: #656563 url(../Resources/flare_n.png);
	border-color: #4c4c4a;
	color: #f0f0e9;
	text-shadow: #000 0 0 0;
}

/* @end */

/* @group Messages */

.message {
    border: #ffffff 1px solid;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

.message p {
    margin-bottom: 0px;
}

.message.error {
    border-color: #fbc7c6;
    background-color: #fddfde;
}

.message.warning {
    border-color: #fceec1;
    background-color: #fdf5d9;
}

.message.success {
    border-color: #bfe7bf;
    background-color: #d1eed1;
}

/* @end */

/* @group Input Elements */

.selectBox.w100 {
	width: 66px;
}

.selectBox.w120 {
	width: 120px;
}

.selectBox.w200 {
	width: 166px;
}

.selectBox.w300 {
	width: 266px;
}

input[type="text"], input[type="password"] {
    font-size: 10pt;
    /*height: 15px;*/
    border: #e1e1e1 1px solid;
	padding: 3px;
	width: 100px;
}

input[type="text"].error {
    background: #f7868d;
    border-color: #b66368;
}

input[type="text"]:focus, input[type="password"]:focus {
    outline: none;
    border: #656565 1px solid;
}

textarea {
    font-size: 10pt;
    resize: none;
    border: #e1e1e1 1px solid;
	padding: 3px;
	width: 530px;
    height: 150px;
}

textarea.error {
    background: #f7868d;
    border-color: #b66368;
}

textarea:focus {
    border-color: #656565;
	outline: none;
}

input[type="submit"] {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	display: block;
	border: #c4c4c4 1px solid;
	font-size: 10pt;
	color: #7a7a77;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	text-shadow: #efefef 0 1px 0;
	line-height: 1.5;
    margin-bottom: 10px;
    float: left;
}

input[type="submit"]:hover {
	background-color: #0B9931 !important;
	color: white !important;
}

input.w50 {
    width: 50px;
}

input.w80 {
    width: 80px;
}

input.w120 {
    width: 120px;
}

input.w150 {
    width: 150px;
}

input.w200 {
    width: 200px;
}

input.w300 {
    width: 300px;
    height: 35px;
}

input.w350 {
    width: 350px;
}

input.w400 {
    width: 400px;
}

input.w500 {
    width: 500px;
}

input.w800 {
    width: 800px;
}

form label {
    float: left;
    width: 7em;
    text-align: right;
    margin-right: 5px;
    padding-top: 3px;
}

form label.w8 {
	width: 8em;
}

form label.w9 {
	width: 9em;
}

form span.date {
	padding-top: 3px;
	float: left;
	display: block;
	height: 25px;
}

form p {
    clear: both;
}

form p.error {
    font-size: 8pt;
    margin: 0px;
    margin-left: 10em;
}

.checkboxes_common{
    -ms-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    padding: 5px;
    cursor: pointer;
    margin-top: 4px;
    float: left;
}
.red_dots_common{
    margin-right: 5px;
    float: left;
}
/* @end */