@import url("reset.dcss");

/**
 *  BASIC SETTINGS
 */

body {
	margin: 0px;
	text-align: center;
  	background: white url('/images/body-bg.png') repeat-y center;
}

body, td, textarea, input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

em {
    font-weight: bold;
}

a {
    color: #8c1113;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border-width: 0px;
}


br {
    clear: left;
}

h1,h2 {
    font-size: 20px;
    color:#8c1113;
    font-weight: lighter;
    margin: 10px 0 10px 0;

}

h3 {
    font-size: 14px;
    color:#8c1113;
    font-weight: lighter;
    margin: 10px 0 10px 0;

}
/**
 * PAGE LAYOUT
 */

#container-top {
	display: block;
	width: 718px;
	height: 30px;
	margin: 0px auto 0px auto;
	background: white url('/images/container-top-bg.png') bottom no-repeat;
	_background: white url('/images/container-top-bg.png') bottom 1px no-repeat;

}

#container-bottom {
	display: block;
	width: 724px;
	height: 30px;
	margin: 0px auto 0px auto;
	background: white url('/images/container-bottom-bg.png') -2px top no-repeat;
	_background: white url('/images/container-bottom-bg.png') -1px top no-repeat;

}

#container {
	width: 680px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#content {
	width: 100%;
	min-height: 600px;
	/*height: 600px;*/
	background: white url('/images/content-bg.png');
	text-align: left;
	margin-bottom: 15px;
	overflow: auto;
}
#full {
    padding: 10px;

}

#top {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0px auto 0px auto;
	background: white url('/images/header-bg.png') bottom repeat-x;
}

#intro {
	display: block;
	width: 100%;
	height: 120px;
	margin: 3px auto 3px auto;
	background: url('/images/intro.jpg') no-repeat;
}

#footer {
      position: relative;
      top: -5px;
      _top: -15px;
      margin: 10px;
      padding-right: 10px;
      font: 9px 'Small Fonts', Verdana, Arial, sans-serif;
      text-align: right;
      vertical-align: top;
      text-transform: uppercase;
}

/***** TOP MENU *****/
#menu {
    display: block;
    position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 39px;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	background: url('/images/menu-bg.png') repeat-x;
	z-index: 10;
}

#menu li {
	float: left;
}

#menu li a {
	text-decoration: none;
	font-family: Impact,Arial,Verdana,Helvetica,sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: lighter;
	float: left;
	padding: 10px 10px 0px 10px;
	height: 29px;
}


/***** LIGHT TABLE *****/

table.light{
    margin: 0px;
    padding: 0px;
    width: 440px;
}

table.light a:visited, table .light a:link {
    border-bottom: none;
    color: #B64933;
}

table .light {
    color: #000000;
}

table.light td {
    border-bottom: 1px dotted #ccc;
    padding: 4px 0px 4px 0px;
}

table.light th {
    color: #999999;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}

table.light span {
    float: right;
    font-weight: bold;
}

/**** JAVASCRIPT MENU *****/
.dropmenudiv {
    position:absolute;
    top: 0;
    border: 1px solid #BBB;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background: white;
    width: 200px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.dropmenudiv a {
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #872323;
}

.dropmenudiv a:hover {
    background: #f3bc79 url("/images/menu-bg.png"); color:#872323;
}

/**** TABLE FORM *****/
.form-table label {
    float: left;
    width: 120px;
    font-weight: bold;
}

.form-table input, textarea {
    width: 180px;
    margin-bottom: 5px;
}

.form-table textarea {
    width: 250px;
    height: 150px;
}

.form-table .boxes {
    border: 0px;
    margin:0px;
    padding: 0px;
    width: 1em;
}

.form-table .submit {
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
}

/***** OTHERS *****/
.info {
    color: #872323;
    font-weight: bold;
}

/***** ADMIN FORM *****/
div.admin-form {
    padding: 10px 0px 10px 0px;
}

div.admin-form div.input {
    margin-bottom: 3px;
    clear: both;
}

div.admin-form label {
    width: 27%;
    float: left;
    text-align: right;
    padding-top: 3px;
    padding-right: 6px;
    font-weight: bold;
    clear: left;
    white-space: nowrap;
}

div.admin-form span.info {
    color: black;
    vertical-align: top;
}

div.admin-form span.warn {
    color: #4c1113;
    font-weight: bold;
}

div.admin-form span.error {
    color: #8c1113;
    font-weight: bold;
}

div.admin-form div.desc {
    float: left;
    text-align: justify;
    margin-bottom: 5px;
    width: 280px;
    clear: right;
}

div.admin-form div.desc-wide {
    float: left;
    text-align: justify;
    margin-bottom: 5px;
    width: 100%;
    clear: right;
}

div.admin-form textarea.wysiwyg {
    width: 720px;
}

div.admin-form textarea.post {
    width: 600px;
}

div.admin-pager {
    padding: 12px 0px 20px 0px;
}

textarea {
    border: 1px solid #555555;
    background-color: #fafafa;
    width: 280px;
    padding: 2px;
}

div.admin-form input {
    border: 1px solid #555555;
    background-color: #fafafa;
    width: 280px;
    padding: 2px;
}

div.admin-form input.checkbox {
    width: 13px;
    height: 13px;
    border-width: 0px;
}

div.admin-form input.submit {
    width: 160px; font-weight: bold;
}

div.admin-form input.file {
    background-color: white;
}

div.admin-form select.select {
    width: 280px;
    background-color: #fafafa;
}

div.admin-form img.thumb {
    border: 2px solid #cccccc;
    margin-bottom: 5px;
}

div.admin-form img.thumb-vote {
    border: 2px solid #cccccc;
    margin-bottom: 5px;
    width: 200px;
}


div.admin-form div.input-friend {
    float: left;
    margin-bottom: 3px;
}

div.page-title {
    border-bottom: 2px solid #8c1113;
    margin: 5px 0px 7px 0px;
    font-weight: normal;
    font-size: 10pt;
}


div.spacer-1  { height:  1px; clear: both; overflow: hidden; }
div.spacer-5  { height:  5px; clear: both; overflow: hidden; }
div.spacer-10 { height: 10px; clear: both; overflow: hidden; }
div.spacer-20 { height: 20px; clear: both; overflow: hidden; }

/**
 * JS menu
 */
.menu-js {
    position:absolute;
    top: 0;
    border: 1px solid #BBB;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background: white;
    width: 200px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.menu-js a {
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #872323;
}

.menu-js a:hover {
    background: #f3bc79 url("/images/menu-bg.png"); color:#ffffff;
}

#left {
    width: 200px;
    padding: 10px;
    float: left;
}


#right {
    width: 400px;
    padding: 10px;
    float: left;
}

/** O FIRME **/
ul#o-firme {
    width: 200px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul#o-firme li {
    height: 20px;
    width: 200px;
    margin-top: 3px;
    padding-top:5px;
    background: #f9f0f0;
}

ul#o-firme li a{

	margin-left:5px;
}
.backwards {
    unicode-bidi:bidi-override;
    direction: rtl;
}
