﻿/*RESET CSS*/
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;
}
/*END RESET CSS*/

body {
    color: #292929;
    font-family: Arial, Tahoma, Times New Roman;
    background-color: #FFFFFF;
}
input, textarea
{
    border: solid  1px #beb2a7;
}
a {
    text-decoration: none;
}
a:link {
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
    color: #ff0000;
}
.left
{
    float: left !important;
}
.right
{
    float: right !important;
}
/*.button
{
    border: solid 1px #C4C4C4 !important;
    background: #F4F4F4 !important;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 10px 2px 5px;
    color: #7C1121;
    float:left;
}*/
div.backHome
{
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.backHome a
{
    float: right;
}
div.mainContainer
{
    min-width:1020px;
}
h1
{
    color: #222222;
    font-size: 40px;
    padding: 20px;
}
h2
{
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
input[type="checkbox"]
{
    background: #FFFFFF !important;
    height: 13px !important;
    width: 13px !important;
}
/* top */
div.headerContainer
{
    /*background: url(/Images/fon.jpg) no-repeat center top;
    height: 196px;*/
    background: #7C1121;
    margin-bottom: 10px;
}
div.welcomeContainer
{
    color: #FFFFFF;
    font-weight:bold;
    height: 15px;
    overflow: hidden;
    float:right;
}
div.languagesCotainer
{
    overflow: hidden;
    padding-top: 10px;
    float:right;
    width:100%;
}
div.languages
{
    float:right;
}
div.header
{
    margin: 0 auto 15px auto;
    min-width: 600px;
    padding: 20px 0 20px 0;
    overflow: hidden;
}
div.loginControl
{
    color: #FFFFFF;
    font-size: 13px;
    width: 300px;
    float: right;
    padding-right: 50px;
}
div.loginControl a
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
div.logo
{
    margin-left: 50px;
    width: 175px;
    height: 105px;
    background: url("/Images/logo.gif");
    float: left;
}

/* main */
div.mainLeft
{
    padding: 20px 0 0 20px;
    min-width: 300px;
    width: 25%;
    float: left;
}
div.main
{
    overflow: hidden;
    min-width:720px;
}
div.mainLogin
{
    margin: 0 auto;
}
div.panelContainer
{
    margin: 0 auto;
}

/* footer */
div.footer
{
    margin: 0 auto;
    width: 1020px;
    overflow: hidden;
    text-align: center;
    height: 59px;
    padding-top: 30px;
}
.bottom0
{
    position: absolute;
    bottom: 0;
}

/* login */
div.loginContainer
{
    width: 400px;
    font-size: 14px;
    overflow: hidden;
    padding-top: 100px;
}
div.loginContainer h1
{
    padding-left: 32px;
}
div.loginContainer label em
{
    font-style: normal;
}
div.loginContainer label
{
    width: 80px;
    display: block;
    float: left;
    padding-top: 5px;
}
div.loginContainer span
{
    padding-left:4px;
}
div.loginContainer input[type="text"], div.loginContainer input[type="password"]
{
    height: 20px;
    width: 270px;
    line-height: 20px;
    padding-left: 3px;
}
div.AspNet-Login-UserPanel, div.AspNet-Login-PasswordPanel
{
    padding-bottom: 15px;
    width: 370px;
    float: left;
}
div.AspNet-Login-RememberMePanel
{
    padding-top: 3px;
    float: left;
}
div.AspNet-Login-RememberMePanel label
{
    width: 150px !important;
    padding-top: 0 !important;
}
div.AspNet-Login-RememberMePanel input
{
    margin-left: 78px !important;
    width: 20px !important;
    height: 13px !important;
    float: left !important;
    background: #EDEDED;
    border: none;
}
div.AspNet-Login-FailurePanel
{
    width: 100%;
    padding-left: 80px;
    font-size: 10px;
    color: Red;
    float: left;
}
div.AspNet-Login-SubmitPanel
{
    float: right;
    height: 30px;
    padding-top: 10px;
    *padding-bottom: 10px;
    width: 71px;
}
div.AspNet-Login
{
    float: left;
    padding-left: 35px;
}

/*Message form*/
div.formRow
{
    width: 650px;
    padding-bottom: 10px;
    overflow: hidden;
}
div.buttonRow
{
    width: 650px;
    overflow: hidden;
}
div.buttonRow a
{
    float: right;
    margin-right: 18px;
}
div.messageForm label
{
    width: 130px;
    float: left;
}
div.messageForm span.decorInput
{
    width: 300px;
    float: left;
}
div.messageForm input
{
    width: 500px;
}
div.messageForm textarea
{
    width: 500px;
    height: 300px;
}
span.errorMesage
{
   color: Red; 
}
/*Old Messages*/
div.oldMessageTitle
{
    min-width: 200px;
    width: 67%;
    float:left;
}
div.oldMessageData
{
    min-width: 99px;
    width: 33%;
    float:left;
}
div.oldMessageContainer
{
    min-width: 300px;
    width: 100%;
    float:left;
}



/* File manager */

/*----------------------------------------------------*/

.fileManagerConteiner
{
	overflow:hidden;
}

.fileManagerLeftSide
{
	float:left;
	width: 400px;
}

.fileManagerRightSide
{
	float:left; 
}

.divscroll
{
    overflow-x:scroll;
    overflow-y:hidden;
}

.filterstringtitle
{
    width:150px;
    float:left;
    padding-top:3px;
}
.filterstringselect
{
    width:250px;
    float:left;
}
.filterstringselect select
{
    width:250px;
}
.filterstring
{
    width:470px;
    float:left;
    padding-bottom:5px;  
    font-family : Arial;
    font-size:12px;
}
.gridview TH
{
    font-size:12px;
}
span.button img
{
    padding-left:5px;
    cursor:pointer;
}

.detailstable td input
{
    /*width:200px;*/
}

.userroles td input[type="checkbox"], .ui-dialog-content td input[type="checkbox"]
{
    width:18px;
    background-color:#ffffff;
}
.detailstable td input[type="checkbox"]
{
    width:18px;
    background-color:#f0f0f0;
}
.detailstable td select
{
    border:  solid 1px #DDDDDD;
    width:207px;
    margin-left:4px;
}