/* 
   * Default HTML tags 
   */
a { color: #383838; }
a:visited { color: #383838; text-decoration: underline; }
a:hover   { color: #383838; }
a.dotted { color: #383838; border-bottom:1px dotted #444444; text-decoration: none; }


    
body{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 62.5%;    
}

body{
       background: url("../images/background.jpg");
       color: #383838;
       margin: 0 auto;
       padding: 0;
       text-align: center;	       
}

pre{ font-size: 12px; display: block; background-color:#f3f3f3; border:1px solid #dadada; padding:5px; word-wrap: break-word; }

h2 {
     font-size: 13px;
     margin: 0px 0 6px 0px;
     padding: 2px 0 2px 8px;
     font-weight: bold;
     color: #383838;
     border: 1px solid #dad6b8;
     background: url("../images/content-title-background.jpg");
}

h3 {
     font-size: 12px;
     margin: 0px 0 6px 0px;
     padding: 2px 0 2px 8px;
     font-weight: bold;
     color: #383838;
}

h2 a,
h2 a:visited,
h2 a:hover,
h2 a:visited:hover { 
                     text-decoration: none;
                     color: #383838;
                     }
h3 { font-size: 120%; margin-top: 0; }
h4 { font-size: 115%;  margin-top: 0; }
img { padding: 3px; border:0px; }
img.alignleft { float: left; margin: 0px 0px 0px 0; }
img.alignright { float: right; margin: 0 0px 0px 0px; }

ul { margin: 0; padding: 0; }
li { margin: 0; padding: 0; list-style-type: none; }
li.checked { margin: 0; padding: 0; padding-left: 25px; background-image: url(../images/ok.png); background-repeat: no-repeat;}
.bold { margin: 0; padding: 0; font-size:13px; }
ol#comments li p { font-size: 100%; }

/* Link to the comments */
.feedback {
          color: #383838;
            text-align: right;
            padding-bottom: 15px;
            font-size: 11px;
            clear: both;
            text-transform: lowercase;
            }

.feedback a,
.feedback a:visited { text-decoration: none; color: #383838; }
.feedback a:hover, 
.feedback a:visited:hover { text-decoration: underline; color: #383838; }

.meta li, 
ul.post-meta li { 
                  display: inline;
                  }

.meta ul { 
           display: inline;
           list-style: none;
           margin: 0;
           padding: 0;
           }

.meta a { 
          color: #383838;
          text-transform: lowercase;
          text-decoration: none;
          }

.meta a:hover { 
          color: #383838;
          text-transform: lowercase;
          text-decoration: underline;
          }

.meta { 
        color: #383838;
        font-size: 11px;
        font-weight: normal;
        letter-spacing: 0;
        }


.storycontent  { font-size: 12px; padding-top:5px; padding-bottom:5px;}
.storycontent2 { font-size: 12px; }
		  
#content { float: left; width: 584px; background: #ffffff; margin: 0px 8px 30px 8px; text-align: left; padding: 10px; border: 1px solid #e9deb6; line-height: 14px; }
#content ol li { list-style: decimal; }
#content ul { margin-top: 10px; margin-left: 35px; }
#content ul li { list-style-image: none; }


/* HEADERS */
.header-description,
.header-description-2,
.header-product-name,
.header-product-name,
.header-translation,
.header-title{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.header-title 	{ color:#ebbb14; font-size:25px; font-weight:bold; padding: 5px 0 0 288px; text-align:left; }
.header-title a { color:#ebbb14; text-decoration:none; border-bottom:none; }
.header-title a:hover { color:#ebbb14; text-decoration:none; border-bottom:none; }
.header-title a:visited { color:#ebbb14; text-decoration:none; border-bottom:none; }
.header-title a:visited:hover { color:#ebbb14; text-decoration:none; border-bottom:none; }
.header-description   { font-size:12px; padding:5px 0 0 289px; text-align:left; font-weight:normal; }
.header-description-2 { color:#ebbb14; font-size:18px; font-weight:bold; padding:10px 0 0 289px; }
/*.header-product-name  { color:#ebbb14; font-size:28px; font-weight:bold; margin-top:-15px; padding:0px 10px 0px 0; text-align:right; }*/
.header-translation   { font-size:11px; padding:0px 10px 0 0; text-align:right; margin-top:-5px; float:right; font-weight:normal; }

#header {font-size: 26px; font-weight: bold; text-decoration:none; font-family: Verdana; margin: 0 auto; height: 135px; width: 900px; padding: 0px; background: url("../images/header.png"); }
#header img { border: none; }


#footer img{ border:0px;}
#footer { width: 900px; height: 85px; margin: 0 auto; color: #383838; padding-top:15px; background: url("../images/footer.jpg") no-repeat; }
#footer p { text-align: left; padding-left: 283px; margin-top: -10px; color: #383838; font-size:11px; }
#footer a { color: #989898; text-decoration: underline; }
#footer a:hover { color: #444444; }
#footer a:visited {   color: #989898;}
#footer a:visited:hover {   color: #444444;}

/* 
   * Left sidebar 
   */
#menu-left { float: left; padding: 20px 15px 20px 12px; width: 247px; font-size: 11px; overflow:hidden; margin-top: -140px; }
#menu-left h2 { font-size: 12px; margin: 5px 0 6px 0px; padding: 3px 0 3px 13px; font-weight: bold; color: #383838; border: 1px solid #dad6b8; background: url("../images/menu-left-title-background.jpg");}
#menu-left table { font-size: 12px; margin: 5px 0 6px 0px; padding: 3px 0 3px 13px; font-weight: bold; color: #383838; border: 1px solid #dad6b8; background: url("../images/menu-left-title-background.jpg"); }
#menu-left .award-table { font-size: 12px; margin: 5px 0 6px 0px; padding:1px; font-weight: bold; color: #383838; border: 0px solid #6d8ab1; background:transparent; }
#menu-left a,
#menu-left a:visited { text-decoration: none; font-weight: bold; color: #333333; line-height: 15px; }
#menu-left a:hover,
#menu-left a:visited:hover { color: #777777;  text-decoration: none; }
#menu-left a:hover span,
#menu-left a:visited:hover span {visibility: visible; }
#menu-left a span   { visibility:hidden; color: #777777; visibility:hidden; margin-right:3px; font-size:9px; }
#menu-left ul ul    { padding-bottom: 10px; margin-left: 4px; }
#menu-left ul ul li { color: #333333; }

#menu-left a.ld,
#menu-left a.ld:visited { text-decoration: none; font-weight:bold; color: #ef6d09; line-height: 15px; }
#menu-left a.ld:hover,
#menu-left a.ld:visited:hover { color: #ef6d09; text-decoration: none; }
#menu-left a.ld:hover span,
#menu-left a.ld:visited:hover span{ visibility: visible; color:#ef6d09; font-weight:bold; font-size: 12px; }
#menu-left a.ld span{ visibility:hidden; color:#ef6d09; font-weight:bold; font-size: 12px; }

/* End of left sidebar */

input#s             { width: 158px; border: 1px solid #dad6b8; color: #444; }
#rap                { width: 900px; margin: 0 auto; background: url("../images/rap-background.jpg"); background-repeat: repeat-y; overflow:hidden; text-align:left; height:auto; }
.post               { }
.post a             { color: #272727; }
.post a:hover       { color: #dad6b8; }


ul .normal          { }

.important_message  { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 11px; margin-left:auto; margin-right:auto; display: block; width: 98%; height: auto; padding: 5px; BACKGROUND-COLOR: #fff1f1; border:1px solid #c13a3a; TEXT-ALIGN: justify; }

.grey_table         { background-color:#f3f3f3; border:1px solid #dadada; }
.empty              { padding: 0px; margin: 0px; }
.mandatory_star     { color: #b60000; }
.form_text          { width:130px; font-size:12px; }
.form_label         { font-size:12px; }
.auth_form          { margin-bottom:10px; }
.center             { margin-left:auto; margin-right:auto; }

.v_sign		        { background-image: url("../images/v.png"); background-repeat: no-repeat; background-position: 50% 50%; height:20px; width:100px;}
.x_sign		        { background-image: url("../images/x.png"); background-repeat: no-repeat; background-position: 50% 50%; height:20px; width:100px;}
.sign_g		{ color:#00a600; font-weight:bold; text-align:center; height:20px; width:100px;}
.sign_y		{ color:#a6a611; font-weight:bold; text-align:center; height:20px; width:100px;}
.sign_r		{ color:#a60000; font-weight:normal; text-align:center; height:20px; width:100px;}

.ul_disc            { margin: 10px; }
.ul_disc li         { list-style-type:disc; }

/* top icons-links */
UL#top_icons { padding:1px 0px 0px 0px; margin-bottom:-4px; }
UL#top_icons LI { padding:1px 0px 5px 0px; margin-left:0px; }
UL#top_icons LI TABLE  { padding-left:8px;margin:0px 0px 1px 0px; }

#videos_wrapper { width:550px;  }
#videos_wrapper DIV { float:left; width:130px; margin:0px 5px 0px 0px; text-align:center; }
