/* CSS Document */


body {
  font-family: arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  color: #666666;
}


h3 { font-size: 150%; letter-spacing: -1px; margin-bottom: 20px; color:#FFF;}
h5 { font-size: 150%; letter-spacing: -1px; margin-bottom: 10px;}
h6 { font-size: 300%; letter-spacing: -1px; margin-bottom: 10px; color:#000000;}


#bg {
  background-color: #f9f9f9;
  padding-top:20px;
}


#topMain {
  height:30px;
  background:transparent url(../data/site/topMainBg.gif) top left no-repeat;
  clear:both;
}

#bottomMain {
  height:30px;
  background:transparent url(../data/site/bottomMainBg.gif) top left no-repeat;
}

#main {
  margin:0;
  background:transparent url(../data/site/mainBg.gif) top left repeat-y;
}

.container_with_padding {
  padding: 0px 30px;
}




.section h3, #documentation h3 {
	padding:3px;
	background: #000000;
}

.section h4, #documentation h4 {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin-bottom:10px;
	padding:3px 0;
}



#doc {
  background-color:transparent;
}
#hd { 
  background-color: transparent; 
}

/*********************************** forms *****************************************/

label { font-weight: bold; }

input, select {
  width:150px;
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(../data/site/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:20px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(../data/site/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  
  cursor: pointer;
}

textarea {
  width:300px;
  height: 200px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}


/******************* Tables **********************/

table{
border: 1px solid #999999;
}


tr {
padding-bottom:5px;

}




th, td {
  padding:3px;
  padding-right:1px;
  
}


.TableResconfig {
	BORDER: #000 1px solid; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	COLOR: #000; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #FFF;

}

td.TableResconfig_sub
{
 background:#ffffff url(../data/site/inputBg.gif) top left no-repeat;
font-family:verdana;
font-size:11px;
padding:3px 3px 2px 5px;
color:#000;
}

td.TableResconfig_sub2,td.TableResconfig_sub1
{
font-family:arial;
font-size:11px;
padding:3px 3px 2px 5px;
}

.backward {
FONT-SIZE: 13px; 
FONT-WEIGHT: bold; 
COLOR: #000; 
FONT-FAMILY: Verdana;
background-color:#FF6633;
}




