/* TAGS */

a {
    color:                  rgb(0, 0, 0);
    text-decoration:        none
}

a:hover {
    color:                  rgb( 170, 0, 0 );
}

a img {
    border:                 0px;
}

body {
    border:                 0px;
    margin:                 0px;
    padding:                0px;
    font-family:            Trebuchet MS,Verdana,Helvetica,sans-serif;
    font-size:              12px;
    overflow:               auto;
    background:url(http:)   fixed;
}

form {
    margin:                 0px;
}

h1 {
    margin:                 0px;
    padding:                0px;
    margin-bottom:          10px;
}

p {
    margin-top:             0px;
    margin-bottom:          11px;
}

td {
    font-family:            Verdana,Helvetica,sans-serif;
    font-size:              10px;
    line-height:            14px;
}

/* .form */

#form_error, .form_error {
    color:                  rgb( 255, 0, 0);
    font-size:              11px;
}

.form_input_text {
    width:                  100%;
    background-color:       rgb(240, 240, 240);
    border:                 1px solid rgb(170, 170, 130); 
    font-size:              11px;
    padding:                1px;
}

.form_input_password {
    width:                  100%;
    background-color:       rgb(240, 240, 240);
    border:                 1px solid rgb(170, 170, 130); 
    font-size:              11px;
    padding:                1px;
}

.form_select {
    width:                  100%;
    font-size:              11px;
    padding:                1px;
}

.form_select_non_width {
    font-size:              10px;
    padding:                1px;
}

.form_checkbox {
    width:                  12px;
}

.form_input_submit {
    border:                 1px solid rgb(170, 170, 130); 
    background-color:       rgb(255, 255, 255);
    font-size:              11px;
}
.mode_class {
	width: 100px;
}
.form_textarea {
    width:                  100%;
    background-color:       rgb(240, 240, 240);
    border:                 1px solid rgb(170, 170, 130); 
    overflow:               auto;
    font-family:            Trebuchet MS,Verdana,Helvetica,sans-serif;
    font-size:              12px;
}
    
.form_input_checkbox {
}



/* NEW DESIGN*/
.sitetop {
  width: 1000px;
  height: 153px;
  background-image: url(../images/style/top.gif);
}
.mainSetupMainMenu {
  width: 1000px;
  height: 29px;
  background-image: url(../images/style/top_menu_bar.gif);
  background-color: #ffffff;  
}


.mainSetupMainMenu .menuItem {
  text-transform: uppercase;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10px;
  color: rgb(255, 255, 255);
  padding-left: 20px;
}
.mainSetupMainMenu .menuItem:hover {
  color: rgb(000, 000, 000);
}

.mainSetupBottom {
  background-image: url(../images/style/bund.png);
  height: 60px;
  width: 1000px;
  text-align: center;
}

.mainSetupBottom .item {
  padding-left: 12px;
  padding-right: 2px;
  text-transform: uppercase;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10px;
  color: rgb(255, 255, 255);
  line-height: 18px;
}

/*LEFT SIDE*/
.moduleContentHeadline {
  background-image: url(../images/style/left_top.gif);
  width: 234px;
  font-size: 11px;
  height: 26px;
  color: rgb(255, 255, 255);
  padding-top: 6px;
  padding-left: 5px;  
  text-transform: uppercase;
}

.elementBoxLeftSide
{
	background-image: url(../images/style/left_sider.gif);
	width: 234px;
	background-color: white;
}
.elementBoxLeftBottom
{
	background-image: url(../images/style/left_bund.gif);
	width: 234px;
	height: 6px;
	background-color: white;
}

/*RIGHT SIDE*/
.moduleContentHeadlineRight {
  background-image: url(../images/style/right_top.gif);
  font-size: 11px;
  width: 260px;
  height: 26px;
  color: rgb(255, 255, 255);
  padding-top: 6px;
  padding-left: 5px;  
  text-transform: uppercase;
}

.elementBoxRightSide
{
	background-image: url(../images/style/right_sider.gif);
	width: 260px;
	background-color: white;
}
.elementBoxRightBottom
{
	background-image: url(../images/style/right_bund.gif);
	width: 260px;
	height: 6px;
	background-color: white;
}

/*MIDDLE CONTENT*/
.moduleContentHeadlineMiddle {
  background-image: url(../images/style/middle_top.gif);
  font-size: 11px;
  width: 468px;
  height: 26px;
  color: rgb(255, 255, 255);
  padding-top: 6px;
  padding-left: 5px;  
  text-transform: uppercase;
}

.elementBoxMiddleSide
{
	background-image: url(../images/style/middle_sider.gif);
	width: 468px;
	background-color: white;
}
.elementBoxMiddleBottom
{
	background-image: url(../images/style/middle_bund.gif);
	width: 260px;
	height: 6px;
	background-color: white;
}
.mainTable {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px 0px 0px 0px;
}
/*MIDDLE CONTENT*/
.moduleContentHeadlineContent {
  background-image: url(../images/style/content_top.png);
  font-size: 11px;
  width: 720px;
  height: 26px;
  color: rgb(255, 255, 255);
  padding-top: 6px;
  padding-left: 5px;  
  text-transform: uppercase;
}

.elementBoxContentSide
{
	background-image: url(../images/style/content_sider.gif);
	width: 720px;
	background-color: white;
}
.elementBoxContentBottom
{
	background-image: url(../images/style/content_bund.gif);
	width: 720px;
	height: 6px;
	background-color: white;
}


.moduleContentHeadline .space {
  padding-bottom: 3px;
  text-transform: uppercase;
}
