/* main.css */
/* Master page */
html {
    height: 100%;
    background: url("../images/backgrounds/background.gif") repeat top left;
}
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
}

/* Elements */
input, textarea, select {
    width: 200px;
    border: 1px solid #8e8e8e;
    background: #0b1124;
    color: #ffffff;
    font-size: 11px;
}
a {
    font-size: 11px;
    color: #999999;
    border: 0px;
}
a img {
    border: 0px;
}
h2 {
    font-size: 16px;
    font-weight: bold;
}

/* Default elements */
.logo {
    margin-left: 20px;
    margin-top: 15px;
    height: 21px;
}
.logo a {
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.logo .red {
    color: #FF0000;
}
.underLogo {
    margin-left: 20px;
    margin-right: 20px;
    height: 20px;
}
.pageTitle {
   font-size: 11px;
   font-style: italic;
   font-weight: bold;
   color: #b6b8be;
   position: absolute;
   margin-top: -1px;
}
.textContainer {
    margin: 25px;
    text-align: justify;
    color: #b6b8be;
}
.mandatoryStar {
    color: #FF0000;
    margin-left: 3px;
}
.errorDiv {
    font-size: 10px;
    color: #FF0000;
    font-weight: bold;
}
.centeredDiv {
    width: 330px;
    margin-top: 100px;
    text-align: left;
}
.formRow {
    clear: both;
    position: relative;
    height: 18px;
}
.formText {
    width: 120px;
    float: left;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
}
.formInput {
    float: left;
    padding-bottom: 3px;
    text-align: left;
}
.buttonDiv {
    padding-left: 120px;
    margin-top: 10px;
    text-align: left;
}
.noElements {
    color: #ffffff;
}
.bottomDiv {
    padding: 5px;
    padding-right: 20px;
}
.footerText {
    font-size: 10px;
    text-align: center;
    color: #8e8e8e;
}

/* Page elements */
.mainContainer {
    width: 932px;
}
.marginLeft {
    background: url("../images/backgrounds/margin-left.gif") no-repeat top right;
    float: left;
    width: 17px;
    height: 644px;
}
.marginRight {
    background: url("../images/backgrounds/margin-right.gif") no-repeat top left;
    float: left;
    width: 17px;
    height: 644px;
}
.pageContainer {
    background: #0b1124;
    width: 898px;
    height: 644px;
    float: left;
    text-align: left;
}
.pageContent {
    text-align: left;
    margin: 10px;
}

/* menu.css */
.mainMenu {
    float: right;
}
ul.mainNav {
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
    cursor: default;
    list-style-type: none;
}
ul.mainNav li {
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 25px;
}
ul.mainNav li a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #b6b8be;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}
ul.mainNav li a:hover {
    color: #FFFFFF;
}

/* buttons.css */
/* General */
.button {
    width: 95px;
    height: 25px;
    cursor: pointer;
    border: 1px solid #8e8e8e;
    background: #0b1124;
    color: #ffffff;
}
.photoBackward {
    cursor: pointer;
}
.photoForward {
    cursor: pointer;
}

/* notice.css */
.noticeBackground {
    height: 30px;
}
.noticeOK {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #2ea41b;
    margin-top: 5px;
}
.noticeError {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #ff0000;
    margin-top: 5px;
}

/* pager.css */
.pager {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-align: center;
}

/* user.css */
.recoveryDiv {
    margin-left: 120px;
    margin-bottom: 5px;
    text-align: left;
}
.recoveryDiv a {
    font-size: 9px;
}

/* category.css */
#categoryMain {
    height: 550px;
    margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
}
#categoryImage {
   position: relative;
}
.categoryMenu {
    width: 220px;
    float: right;
    height: 550px;
}
.categoryMenu ul {
    margin: 0px;
    padding: 0px;
}
.categoryMenu ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 33px;
}
.categoryButton {
    width: 210px;
    height: 30px;
    display: block;
    background: #1b2135;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    filter: alpha (opacity = 70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
}
.categoryButton:hover {
    margin-left: -10px;
    filter: alpha (opacity = 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* photo.css */
.photoMenu {
    width: 100px;
    float: right;
    height: 550px;
    overflow: hidden;
    cursor: pointer;
}
.photoMenuContainer { 
	display: none;
}
.photoThumb {
    margin: 5px;
}
.photoView {
    display: none;
    cursor: pointer;
}
.photoViewContainer {
    position: absolute;
    width: 775px;
    text-align: center;
}
.photoInfo {
    margin-right: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #b6b8be;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
.photoNavigator {
    text-align: center;
    width: 75px;
}
#photoCounter {
    font-weight: bold;
    font-size: 10px;
    color: #b5b7bd;
    margin-left: 1px;
    margin-right: 1px;
}
#photoInfoContainer {
    position: relative;
    background: #1b2135;
    filter: alpha (opacity = 70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; 
    top: -100px;
    height: 90px;
    text-align: left;
    color: white;
    margin: 0 auto;
}
#photoInfoTitle {
    padding-left: 5px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}
#photoInfoDescription {
    height: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

/* link.css */
ul.linksList {
    padding: 0px;
    margin: 0px;
    cursor: default;
    list-style-type: square;
}
ul.linksList li {
    margin: 0px;
    padding: 0px;
    margin-left: 25px;
}
ul.linksList li a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #b6b8be;
    font-size: 12px;
}
ul.linksList li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

