/* General style classes */
* {
    padding: 0;
    margin: 0;
}

body {
font-family: "trebuchet ms", sans-serif;
color: #555555;
font-size: 11pt;

}

a   { 	color: #1F1F1F; }

a:hover { text-decoration: underline; color : #000; }

p   { 	margin-bottom: 1.5em; }

form{   
	margin-bottom: 0;
	margin-top: 0;
}

ul{
list-style-type: none;
padding: 5px 10px 10px 10px;
}

img { border: none; }

input, textarea, select {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 95%;
	color: #333333;
}

img{
	border-width: 0px;
}

/* Page layout classes */
#header-root{
	height: 99px;
	background-image: url('a2.gif');
	background-position: bottom left;
	padding-left: 40px;
	padding-top: 40px;
}

#header-title{
        color: #393939;
	font-weight:bold;;
	font-size: 1.7em; 
	margin-left: 3%;
}
#tagline {
	position: relative;
	top: -0.4em;
	color: #FFF;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
        margin-left: 3%;
}
#header-navbox{
        
	background-image: url('a3.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 0px 0px 28px;
}

a.header-navbox{
        background: #ffffff url(fluger.gif) no-repeat bottom right;
        font-weight: bold;
	font-size: 1.1em;
	text-transform: lowercase;
	line-height:25px;
        text-decoration: none;
	padding: 1px 41px 1px 10px;
        color: #333;
}

a.header-navbox:hover{
        color: #000;
        text-decoration:underline;	
}

#layout-root{
        padding: 3em 15px 1em 15px;
	line-height: 1.6em;
	background: url('a4.gif') repeat-x top left;
}

#layout-root h2,h3,h4,h5,h6 {
	margin-bottom: 1em;
}

h3.color{
	color: Maroon;
}

#layout-center{
	position: relative;
	padding: 1em 1.5em 1em 1.5em;
	margin-left: 30%;
}

#layout-left,#layout-right{
	padding: 1px 1px 1px 1px;
	position: absolute;
	left: 10px;
	top: 198px;
	width: 29%;
}

#copyright{
        background: url('cr.png') repeat-x top left;
	padding: 2.0em 3.5em 3.0em 4.5em;
	font-size: 0.8em;
}

/* Main windows styles */
.window-title{
        background: url('a1.gif') no-repeat;
	height: 37px;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 29px;
	padding-top: 9px;
	
	color: #393939;
}

.window-main{
	padding: 1.2em;
	margin-bottom: 1.5em;
	background-color: #eeeedf;
	background-image: url('a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border:dotted   1px #D0D4BB;
}

/* ReloadCMS styles classes */
th {
        text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
td {
        padding: 0.5em;
}


.row1 {
	background-color: #F6fFF9;
	color: inherit;
}

.row2 {
	background-color: #F6F6F0;
	color: inherit;
}

.row3 {
        background-color: #F9fff3;
	color: inherit;
}

.special {
	color: red ! important;
}

.border{
	border: 1px solid #5D5F53;
}

.codetitle {
	margin: 10px 5px 0px 5px;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #EEEEDF;
	color: black;
	background-color: #EEEEDF;
	font-size: 8pt;
}

.codetext {
	margin: 0px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
	border-color: #EEEEDF;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	color: black;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Courier New", Courier, mono;
	background-color: #FAFAFA;
	overflow: auto
}

