/** CSS DOCUMENT **/



/** TAGS **/
input.form_text         { border-style:solid; border-color:#ababab; border-width:1px; }
input.form_button       { font-size:12px; font-weight:bold; color:#ffffff; padding-left:5px; padding-right:5px; padding-bottom:1px; background-color:#cecece; border-style:solid; border-color:#9b9b9b; border-top-color:#dddedf; border-left-color:#dddedf; border-width:1px; cursor:pointer; }



.inside_main_settings   { padding-right:16px; padding-left:6px; }

/** TITLE BAR **/
.title_bar              { font-size:14px; font-weight:bold; }



/** MODULE TABLE **/
table.moduletable       { table-layout: auto; width: 100%; }
table.moduletable th    { font-size: 12px; padding-bottom: 7px; padding-top: 5px; padding-left: 10px; color: #333; background-repeat: no-repeat; height: 37px; }
table.moduletable td    { padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 0px; }

/* MAIN BOXES */
#container              { width: 100%;
 }
/** LINKS **/
#container a:link                  { color: #006; text-decoration: none; font-weight:100 }
#container a:visited               { color: #006; text-decoration: none; font-weight:100 }
#container a:hover                 { color: #000  ; text-decoration: underline; font-weight:100  }
#container td                      { FONT-SIZE: 11px; COLOR: #000000; }
#container tr                      { FONT-SIZE: 11px; COLOR: #000000; }
#container P                       { FONT-SIZE: 11px; COLOR: #000000; }
#container DIV                     { FONT-SIZE: 11px; COLOR: #000000; }
#container H1                      { FONT-SIZE: 16px; COLOR: #000000; }
#container hr                      { width: 100%; color: #e0e0e0; height: 1px; }
#container ul                      { padding-right: 0px; margin-top: 7px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; list-style-type: none; }
#container li                      { background-position: -3px 50%; padding-left: 15px; background-image: url(images/arrow.png); line-height: 15px; padding-top: 0px; background-repeat: no-repeat; }


#surrounding_box        { width: 980px;  margin-left:auto; margin-right:auto; text-align:center; }
#main_box               { margin: 0px; margin-left:auto; margin-right:auto; padding: 0px; width: 980px; height:100% } 		
#menu_box               { margin-top:10px; width: 190px; float:left; } 	
#menu_box  H1{ 
margin:4px;
font-family:Verdana;font-size:11px;color: #333; font-weight:bold;margin-left:10px;
 }

#content_box            { margin-top:10px; width: 770px; float:right; } 

/** HEADER  
.header_box             { float: left; padding:0px; margin: 0px; margin-left:auto; margin-right:auto; width: 1000px;} 
.header_left            { background-image: url(images/header_left.gif); width: 416px; background-repeat: repeat; height: 80px; padding:0px; padding-bottom:8px; color: #404040;}
.header_left a          { color: #91912a; text-decoration: none }
.header_right           { text-align: right; background-image: url(images/header_right.gif); width: 584px; background-repeat: no-repeat; height: 80px; padding:0px; }
.header_left_rtl        { background-image: url(images/header_right.gif); width: 584px; background-repeat: no-repeat; height: 80px; padding:0px; padding-bottom:8px; color: #404040; }
.header_left_rtl a      { color: #91912a; text-decoration: none }
.header_right_rtl       { text-align: left; background-image: url(images/header_left.gif); width:416px; background-repeat: repeat; height: 80px; padding:0px; }
.header_title           { font-family: Verdana;  margin-left: 70px; margin-right: 70px;  font-size:2.6em; font-weight:bold;}
.header_divider         {  width: 1000px; height: 1px; }
.header_slogan          { font-family: Verdana;  margin-left:70px; }

 FOOTER  
.footer_box             { float: left; padding:0px; margin: 0px; margin-left:auto; margin-right:auto; width: 1000px; height: 100px; } 
.footer_copyright       { padding-bottom:10px; }
.footer_divider         { WIDTH: 980px; HEIGHT: 1px; }
**/
/** MESSAGE BOXES  **/
.message_sign           { width:26px; text-align:center; padding-left:auto; padding-right:auto; }
.message_text           { padding-left:0px; padding-right:0px;}
.success_message_box    { width:660px; height:40px; font-family: Verdana; margin-bottom:6px; margin-top:6px; padding:2px; color: #000000; background-color:#f1fff1; border:1px solid #3ac13a; }
.important_message_box  { width:660px; height:40px; font-family: Verdana; margin-bottom:6px; margin-top:6px; padding:2px; color: #000000; background-color:#fff1f1; border:1px solid #c13a3a; }
.message_box            { width:660px; height:40px; font-family: Verdana; margin-bottom:6px; margin-top:6px; padding:2px; color: #000000; background-color:#fffff1; border:1px solid #c1c13a; }

/** MARGIN LINES **/
.no_margin_line         { }
.line_no_margin         { }

/** HIGHLIGHT ROWS **/
.highlight_light        { background-color: #ffffff; }
.highlight_dark         { background-color: #f8f8f8; }

/** RESOURCES **/
.resources_header       { font-size:14px; font-weight:bold;  }

/** LANGUAGES **/
.languages_bar          { margin-right:70px; }
.languages_bar_rtl      { margin-left:70px; }
