/**
 * /public_html/css/global.css
 *
 * @author    Ahmed Chafik (admin@achafik.com)
 * @copyright Civit Technologies, 2008
 * @version   Define("Id: global.css,v 1.00 2007/10/04 18:57:06 Ahmed")
 *
 */

html {
    font: 11px Verdana, Arial, Sans-serif, Helvetica;
    background-repeat: repeat-x;
    background-color: #ffffff;
    color: #4b4b4b;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: url(../images/body.background.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

a img {
    border: 0;
}

a:link,
a:visited {
    color: #2c71ae;
    text-decoration: none;
}

a:hover,
a:active,
h3 a:link,
h3 a:visited {
    color: #2c71ae;
    text-decoration: underline;
}

a.blue {
    background-image: url(../images/buttons/blue.gif);
    background-repeat: no-repeat;
    padding: 1px 14px 5px 16px;
    color: #fff;
    text-decoration: none;
}

a.button:hover {
    background-image: url(../images/buttons/inactive.gif);
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}

h2 {
    font-size: 17px;
    margin-top: 0;
}

h3 {
    font-size: 13px;
}

input[type=text], input[type=password] {
    background-color: #f5f5f5;
    border: 2px solid #598c2d;
}

#header {
    padding: 24px 24px 8px 8px;
}

#header #searchBox {
    float: right;
    clear: both;
}

#navigation {
    background-image: url(../images/navigation.gradient.png);
    background-repeat: repeat-x;
    border-top: 1px solid #58598c;
    border-bottom: 1px solid #58598c;
    list-style-type: none;
    height: 31px;
    padding-left: 150px;
    margin: 11px 0 0 0;
}

#navigation li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 124px;
}

#navigation li a {
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    display: block;
    padding: 6px 32px 7px 0;
    color: #4b4b4b;
}

#navigation ul {
    padding: 0;
    position: absolute;
    left: -9000px;
    z-index: 10000;
}

#navigation ul a {
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #36c;
    border-top: 0;
    text-decoration: none;
    color: #4b4b4b;
}

#navigation ul a.expand {
    background-image: url(../images/icon.arrow.right.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

#navigation ul a:hover,
#navigation ul a:active,
#navigation ul a:focus {
    background-color: #cfd0e5;
    color: #4d4d4d;
}

#navigation .p7PMhide {
    left: -9000px;
    border: 0;
}
#navigation .p7PMshow {
    left: auto;
    z-index: 20000 !important;
}

#navigation ul,
#navigation ul li {
    width: 172px;
}

div#application {
    margin: 0 auto;
    width: 90%;
}

div#application\.messagecenter {
    background-color: #7a7cb7;
    border: 1px solid #58598c;
    border-top: 0;
    color: #fff;
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
}

.messagecenter\.success {
    background-color: #417215 !important;
    border: 1px solid #203f05 !important;
    border-top: 0 !important;
}

table#application\.categories tr td {
    padding: 3px 8px 8px 8px;
}

table#application\.categories tr td a img {
    border: 1px solid #ddd;
    margin-top: 3px;
    width: 153px;
    height: 120px;
}

#footer {
    background-color: #cfd0e5;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #58598c;
    margin-top: 35px;
}

form[name=userLogin] {
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    margin: 50px auto;
    padding: 10px 0 15px 0;
    width: 450px;
}

table.userLogin {
    margin: 0 auto;
}

table.userLogin tr td {
    padding: 0 8px 4px 0;
}

.error {
    color: #a00;
    font-weight: bold;
}

.application\.register {
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    margin: 25px auto;
    padding: 15px 75px;
    width: 450px;
}

table.uploadForm tr td {
    padding-bottom: 15px;
}

.errorBox {
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    margin: 15px 0;
    padding: 10px 20px;
    color: #a00;
}

#application\.advertisements {
    width: 300px;
    border: 1px solid #b8b9d8;
    padding: 8px 8px 40px 8px;
    text-align: center;
    background-color: #fff;
}

/** Index **/
.thumbnail {
    position: relative;
    z-index: 0;
}

.thumbnail div {
    width: 122px;
    border: 1px solid #888;
}

.thumbnail div div {
    overflow: hidden;
    width: 120px;
    height: 72px;
    border: 1px solid #fff;
}

.thumbnail div div img {
    margin-top: -10px;
}

videos\.info {
    font-size: 12px;
    color: #444;
    line-spacing: 20px;
}

#application\.videos {
    padding-top: 10px;
}

.application\.videos {
    padding-bottom: 8px;
    border-bottom: 1px dotted #888;
}

/** Ratings **/
ul.video\.ratings {
    list-style-type: none;
    margin: 15px auto;
    height: 30px;
    padding: 0;
    width: 150px;
}

ul.video\.ratings li {
    width: 30px;
    height: 30px;
    float: left;
    text-indent: -10000px;
    background: url(../images/rating.stars.png) top left no-repeat;
    cursor: pointer;
    z-index: 5;
}

ul.video\.ratings li:hover {
    background: url(../images/rating.stars.png) left center;
    z-index: 4;
    left: 60px;
}

.video\.ratings li.current {
    background: url(../images/rating.stars.png) left center;
}

.video\.ratings li.current_self {
    background: url(../images/rating.stars.png) left bottom;
}

.video\.ratings li.active {
    background: url(../images/rating.stars.png) left bottom !important;
}

.video\.ratings li.inactive {
    background: url(../images/rating.stars.png) left top !important;
}