* {
	margin: 0;
	padding: 0;
}
body {
	background: #eaeaea;
	text-align: center;
	font-family: calibri,verdana,arial;
	font-size: 14px;
	color: #333333;
}
.subcontainer {
	width: 1400px;
	height: auto;
	background: #eaeaea;
	border: 1px solid #cccccc;
	margin: auto;
	text-align: left;
	
}
.container {
	width: 1000px;
        /*width: 100%;*/
        height: auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: auto;
	text-align: left;
	
}
.header1 {
     color: black; 
     background-color: #dddddd;
     font-size: 120%; 
     font-weight: bold; 
     text-align: left;
     width: 30%;
 }
.containerdomes {
	width: 1000px;
	height: 700px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: auto;
	text-align: left;
	
}
.header {
	padding: 10px;
}
.main_title {
	background: #f09000;
	color: #ffffff;
	padding: 8px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.Xmain_title {
	background: #f09000;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.sub_title {
	color: #000000;
	padding: 2px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.sub_title_progr {
	color: #8B0000;
	padding: 2px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.content {
	padding: 15px;
	line-height: 30px;
	min-height: 400px;
	margin-left: 80px;
	margin-right: 80px;
}
.contendomes {
	padding: 15px;
	/*height: 300px;*/
	/*min-height: 100px;*/
	margin-left: 5px;
	margin-right: 5px;
	overflow: scroll;
}
.contentedit {
	padding: 15px;
	line-height: 30px;
	min-height: 400px;
	margin-left: 80px;
	margin-right: 80px;
}
.content ul{
	position:relative;
	left: -30px;
	width: 95%;
	list-style-image:url(/images/arrow_orange.gif)
} 

.content li{
	position:relative;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:100px;
	line-height:20px;
} 

.content a:link , .content  a:visited , .content  a:active {
	text-decoration:none;
	color:#000000;
}

.content a:hover {
	font-size: 12px;
        font-weight: bold;
	color:#5e5e5e;
	/*color: #f09000*/
} 

.footer {
	padding: 5px;
	text-align: right;
}
.footer a {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}


input[type=reset] {
	background: #7e7e7e; 
	padding: 5px; 
	width : 100px;
	display: inline-block; 
	border: none; 
	cursor: pointer; 
	border-radius: 5px; 
}

input[type=reset]:hover { 
	background: #999; 
}

#results {
    font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
	table-layout:fixed;
    border-collapse: collapse;
}

#results td {
    font-size: 1em;
    border: 1px solid #d3d3d3;
    padding: 2px 5px 2px 5px;
	line-height: 20px;
	overflow: hidden;
}

#results th {
    font-size: 1em;
    padding: 1px 5px 1px 5px;
	line-height: 20px;
	overflow: hidden;
	background-color: #d3d3d3
}

#results tr.alt  td {
/*	color: #000000; */
	line-height: 20px;
    background-color: #EAF2D3;
}

/*
label{
	display: block;
	float: left;
	margin-left: 100px;
	width : 160px;    
	font-size: 110%;
} */

.clearfix:after {
    clear: both;
    display: block;
    content: "";
}

.text { 
   margin: 0; 
   padding: 0; 
   width: 100px;
   padding-bottom: 1.25em; 
 } 
.textradio { 
   margin: 0; 
   padding: 0; 
   padding-bottom: 2em; 
 } 
.textradio label { 
   margin: 0; 
   padding: 0; 
   display: block; 
   font-size: 100%; 
   padding-top: .1em; 
   padding-right: .25em; 
   width: 20em; 
   text-align: right; 
   float: left; 
 } 
.text label { 
   margin: 0; 
   padding: 0; 
   display: block; 
   font-size: 100%; 
   padding-top: .1em; 
   padding-right: .25em; 
   width: 10em; 
   text-align: right; 
   float: left; 
 } 

.text input, div.text textarea { 
   margin: 0; 
   padding: 0; 
   width: 40em; 
   display: block; 
   font-size: 100%; 
   background: #f09000;
   background-color:#e5e5e5;
   /*vertical-align: top;*/
 } 

input[type="text"] {
    padding:5px;
    border:2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*.radio-toolbar input[type="radio"] {
   display: none;
}

.radio-toolbar label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;

}
.radio-toolbar label:before {
    content: "";
    display: inline-block;
 
    width: 16px;
    height: 16px;
 
    margin-right: 5px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	border-radius: 8px;
}

.radio-toolbar input[type="radio"]:checked + label {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}*/
.radio-toolbar input[type="radio"] {
    display:inline-block;
	/*width: 15px;*/
	width:auto;
    height: 15px;
}

.radio-toolbar label {
    display:inline-block;
    /*background-color:#ddd;*/
    padding:1px 1px;
	width : auto; 
	/*padding:4px 11px;*/
	margin-left: 5px;
    font-family:Tahoma;
    font-size:small;
}

.radio-toolbar input[type="radio"]:checked + label { 
    background-color:#bbb;
}
a.one:link {color:#ff0000;}
a.one:visited {color:#0000ff;}
a.one:hover {color:#ffcc00;}

a.two:link {color:#ff0000;}
a.two:visited {color:#0000ff;}
a.two:hover {font-size:150%;}

a.three:link {color:#ff0000;}
a.three:visited {color:#0000ff;}
a.three:hover {background:#66ff66;}

a.four:link {color:#ff0000;}
a.four:visited {color:#0000ff;}
a.four:hover {font-family:monospace;}

a.five:link {color:#ff0000;text-decoration:none;}
a.five:visited {color:#0000ff;text-decoration:none;}
a.five:hover {text-decoration:underline;}
.hoverTable{
		width:100%; 
		border-collapse:collapse; 
	}
	.hoverTable td{ 
		padding:1px; border:#aeaeae 1px solid;
	}
	.hoverTable th{ 
		padding:1px; border:#aeaeae 1px solid;text-align: center;height: 50px;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
		background: #F0F0FF;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
		 

  background-color: #dddddd;
    }
.hoverTabledet{
		width:100%; 
		border-collapse:collapse; 
	}
	.hoverTabledet td{ 
		padding:1px; border:#aeaeae 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTabledet tr{
		background: #F3F3F0;
	}
	/* Define the hover highlight color for the table row */
    .hoverTabledet tr:hover {
          background-color: #dddddd;
    }

::-webkit-input-placeholder { color:#994C00; }

.show_error {
	color: red;
	margin: 4px 4px 4px 6px;
	font-family:Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align:left;	
}

.error {
	color: #FF0000;
	
	font-family:Tahoma;
	font-size: 14px;
	
}
::-webkit-input-placeholder { color:#994C00; }
::-moz-placeholder { color:#994C00; } /* firefox 19+ */
::-ms-input-placeholder { color:#994C00; } /* ie */
::input:-moz-placeholder { color:#994C00; }

.input_table {	
	background: #e0dddd;
        height: auto;
	font-family:Tahohma;
	font-size: small;
        border: 2px solid transparent;
        padding:3px;
        width :700px;
}

.cCursorPointer{
        cursor: pointer;
}

.whImg {
    margin-bottom: -6px;
    border: 1px outset #a3b979;
    cursor: pointer;
}

.headerekprosop {
     color: black; 
     background-color: #dddddd;
     
     font-weight: bold; 
     text-align: left;
     padding:3px;
}
.editEkprosop {
    min-height: 15px; 
    width : 85%;
    text-align: left;
}
.editDynamPoso {
    min-height: 15px; 
    width : 85%;
    text-align: center;
}
.editDynamAA {
    min-height: 15px; 
    width : 20px;
    text-align: center;
}

.editDynamDomh {
    min-height: 15px; 
    width : 250px;
    text-align: left;
}

.editDynamKat {
    min-height: 15px; 
    width : 170px;
    text-align: left;
}

.whBigImg {
    width:30px;
    height:30px;
    margin: 1px;
    border: 1px outset #a3b979;
}
.thStyle {
    
 background: #eeeeee; 
 color:#660000;font-family:Tahoma;font-size: small;
}

.floatLeftReturn {
    display: inline;
    float: left;
    clear: both;
    margin: 5px;
}

.floatRightReturn {
    display: inline;
    float: right;
    clear: both;
    margin: 5px;
}

.floatLeft {
    display: inline;
    float: left;
    clear: both;
}

.floatRight {
    display: inline;
    float: right;
    clear: both;
}

.hasErrors {
    background-color: pink;
}
.errorMessages {
    color: red;
}
.readOnly {
    background-color: #eeeeee;
}
.vishidden {
    visibility: hidden;
}

.cActionButton {
    margin-bottom: 6px;
    background: #dddddd; 
    width : 100px;
    display: inline-block; 
    cursor: pointer;
    padding: 2px;
    border: 2px solid #9a9a9a;
    border-style: outset;
    border-radius: 5px; 
}

.cLongButton {
    margin-bottom: 6px;
    background: #dddddd; 
    display: inline; 
    cursor: pointer;
    padding: 2px;
    border: 2px solid #9a9a9a;
    border-style: outset;
    border-radius: 5px; 
}

.cIndexLabel{
	display: block;
	float: left;
	margin-left: 100px;
	width : 160px;
	font-size: 110%;
        vertical-align: middle;
        margin-bottom: 10px;
        cursor: pointer;
}
.symmetoxh_sub_title {
    color: #8B0000;
    padding: 2px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.symmetoxh_sub_title_combo {
    color: #8B0000;
    font-weight: bold;
    margin-top:3px;
    margin-bottom:3px;
}
.symmetoxh_sub_title_combo:disabled{
    color: #8B0000;
    font-weight: bold;
    margin-top:3px;
    margin-bottom:3px;
}