﻿html, body
{
    background-color: #022A47;
    font-family: Arial;
    font-size: 12px;
    color: #383838;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

header,
footer,
nav,
section {
    display: block;
}

form
{
    height:100%;   
}

a,a:link,a:visited
{
    color: #006DD6;
    text-decoration: none;
}

a:hover
{
    color: #001F35;
    text-decoration: none;
}

.page
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    min-height: 100%;
    background-color:#fff;
}

header
{
    height: 120px;
}

#masterRandomContent
{
    height: 120px;
    width: 324px;
    float: left;
    background-image: url(  'images/layout/master_randomContent.jpg' );
    text-align: center;
    direction: rtl;
    color: #424242;
}

#divRandomContent,#divLogin
{
    padding-top:12px;
}

.divRandomContentHeader
{
    font-weight:bold;
    font-size:14px;   
}

#masterLogin
{
    text-align: right;
    direction: rtl;
    height: 120px;
    width: 354px;
    float: left;
    background-image: url(  'images/layout/master_login.jpg' );
    color: #424242;
}

#masterLogo
{
    height: 120px;
    width: 312px;
    float: left;
    background-image: url(  'images/layout/master_logo.jpg' );
    cursor: pointer;
}

#masterLogoLink
{
    height: 99px;
    width: 312px;
    float: right;
    text-indent: -9999px;
}

nav
{
    background-image: url(  'images/layout/master_menuHeaders.jpg' );
    background-color:#eee;
    width: 990px;
    height: 28px;
}

#masterMenu
{
    background-color: #007EDB;
    width: 990px;
    height: 18px;
    color: #fff;
    text-align: center;
    direction: rtl;
    padding-top: 4px;
    padding-bottom: 2px;
}

#masterMenu a
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#masterMenu a:hover
{
    text-decoration: underline;
}

#masterContentTop
{
    background-color: #DFDFDF;
    width: 990px;
    height: 20px;
    color: #383838;
    direction:rtl;
    padding-top:3px;
}

#masterContentTop a
{
    text-decoration: none;
}

#masterContentTop a:hover
{
    text-decoration: underline;
}

section#main
{
    background-color: #fff;
    width: 990px;
    text-align: right;
    direction: rtl;
    padding-bottom:70px;
}

#masterContentCenter
{
    padding: 5px;
}

footer
{
    clear: both;
    background-color: #007EDB;
    height: 50px;
    width: 990px;
    text-align: center;
    direction: rtl;
    color: #DDDDDD;
    position:absolute;
    bottom:0;
}

footer a
{
    color: #fff !important;
    text-decoration: none !important;
}

footer a:hover
{
    text-decoration: underline !important;
}

#disclamer
{
    font-size:8.5px; 
    background-color: #F0F0F0;
    height: 75px;
    padding: 5px;
    direction:ltr;
    text-align: left;  
}

#bottomFixedBanner
{
    position:fixed;
    bottom:0px;
    /*color:#fff;*/
    font-size:16px;
    font-weight:bold;
    text-align:center;
    direction:rtl;
    width:100%;
    height:65px;
    display:none;
    border-top:2px solid #007EDB;
    padding-top:2px;
    
    
    /*original colors: BC1D1E to 650000*/
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ECECEC),to(#B2B2B2));
    background-image: -webkit-linear-gradient(top,#ECECEC,#B2B2B2);
    background-image: -moz-linear-gradient(top,#ECECEC,#B2B2B2);
    background-image: -ms-linear-gradient(top,#ECECEC,#B2B2B2);
    background-image: -o-linear-gradient(top,#ECECEC,#B2B2B2);
    background-image: linear-gradient(top,#ECECEC,#B2B2B2);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ECECEC', EndColorStr='#B2B2B2')";
}

#bottomFixedBanner .close
{
    background-image:url(images/layout/closeBottomBanner.png);
    width:25px;
    height:18px;
    float:right;
    margin-top:20px;
    margin-right:10px;
    cursor:pointer;
}

#bottomFixedBanner a
{
    color:#000;   
}

#bottomFixedBanner a:hover
{
    color:#222;   
}

/*SEARCH*/

.masterSearch
{
    width: 160px;
    padding-top:7px;
    padding-right:80px;
}

#searchContainer
{
    height: 26px;
    float: left;
    padding-right: 3px;
    width:165px;
}

.searchBox
{
    background-color: #fff;
    height: 22px;
    width: 130px;
    float: right;
    font-size: 16px;
    direction: rtl;
    padding: 0px;
    border-width:0px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.searchButton
{
    background-image: url(images/layout/searchButton.png);
    border: 0px;
    width: 26px;
    height: 26px;
    float: left;
}

/*SEARCH*/

/*BOX*/

.boxDiv
{
}

.boxTitle
{
    background-image:url('images/layout/boxTitle.png');
    height: 28px;
    color: #515151;
    font-size: 15px;
    font-weight: bold;
    padding-right: 5px;
}

.boxTitleAlt
{
    background-image:url('images/layout/boxTitleAlt.png');
    height: 28px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-right: 5px;
}

.boxTitleAlt a
{
    color:black;
}

.boxContent
{
    border: solid 1px #D7D7D7;
    background-color: #F5F5F5;
}

.boxLinks
{
 font-size:11px;
 float:left;
 padding-left:3px;
 padding-top:3px;   
}

/*BOX*/

/*MENU*/

#menuList
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    height: 28px;
    width: 990px;
    padding-right:19px;
    padding-left:19px;
}

#menuList li
{
    display: block;
    height: 25px;
    float: right;
    cursor: pointer;
    font-size:18px;
    font-weight:bold;
    padding-left:13px;
    padding-right:13px;
    padding-top:3px;
    text-align:center;
}

#menuList li:hover
{
    color:#007EDB;   
}

#menuList li.selected
{
    color:#fff;
    background-image:url('images/layout/menuItemSelected.jpg');   
}

/*MENU*/

/*TABLE LAYOUT IN PAGES*/

.topFullRow
{
    padding-bottom: 5px;
    clear: both;
}

.topFullRowAd
{
    padding-bottom: 5px;
    padding-top: 5px;
    clear: both;
    text-align:center;
    background-color:#F5F5F5;
}

.rightSecondaryColumn
{
    float: right;
    padding-left: 6px;
    padding-bottom: 5px;
}

.leftMainColumn
{
    float: right;
    padding-bottom: 5px;
}

.rightColumnAdFixed
{
    position:fixed;
    top:6px;
    margin-left: 5px;   
}

/*TABLE LAYOUT IN PAGES*/

/*SITE MAP*/

.siteMapItem
{
    background: url( 'images/layout/breadcrumbsArrow.png' ) no-repeat right;
    padding-right: 25px;
    padding-top: 4px;
    height: 25px;
    float: right;
}

.siteMapItem a
{
    color: #505050;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.siteMapItem a:hover
{
    color: #505050;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

/*SITE MAP*/

/* Classes for the Login and Random Contect section of the MASTERPAGE */

.DarkMenuHeader,.DarkMenuHeader:link,.DarkMenuHeader:visited,.DarkMenuHeader:hover
{
    color: #7BC2EE;
    /*border: Solid 1px #7BC2EE;*/
    padding:2px;
    display:block;
    float:right;
    text-decoration:none;
    margin-right:2px;
    margin-left:2px;
}

.DarkMenuHeaderOver,.DarkMenuHeaderOver:hover
{
    text-decoration:underline;
}

#divLoginUserMenus
{
    clear:both;
    padding-top:5px;
    width: 210px;
    margin: auto;   
}

#divMenuAddItems,#divMenuUserOptions
{
    width:70px;
    float:right;
    cursor:pointer;
    background-color:#007EDB;
    background-image:url('images/layout/menuArrow.png'); 
    background-position:right;
    background-repeat:no-repeat;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    border-radius: 0.7em;
    text-align:center;
    padding:3px;
    padding-right:10px;
    color:#fff;
}

#divMenuUserOptions
{
    margin-left:4px;
    width:105px;   
}

#divAddItems
{
    margin-left:8px;   
}

#lnkUserOptions,#lnkAddItems
{
    font-size:13px;   
}

#divRegisterLoginButtons
{
     font-size:16px;
     font-weight:bold;
}

#divPasswordButton
{
   font-size:10px;
}

a.pmsIcon,a.adminIcon
{
    width:17px;
    height:17px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    display:-moz-inline-stack;
    display:inline-block;
    text-align:center;
}

a.pmsIcon
{
    background-image:url(images/layout/notificationIcon.png);
}

a.adminIcon
{
    background-image:url(images/layout/notificationIcon2.png);
}

/* Classes for the Login and Random Contect section of the MASTERPAGE */

.dialogDiv
{
    direction: rtl;
    text-align: right;
    border:solid 1px #95CFF4;
    padding-bottom:10px;
}

.popupDiv
{
    position: absolute;
    direction: rtl;
    background-color: #fff;
    text-align: center;
    border:solid 1px #007EDB;
    padding-top:5px;
    padding-bottom:5px;
}

#divVotes
{
    text-align: center;
    height:40px;
    font-size:20px;
}

.previewDiv
{
    border: solid 1px black;
    width: 600px;   
    direction:rtl;
    padding:5px;
    background-color: #F0F0F0;
    display:none;
    margin-top:15px;
}

.previewCloseDiv
{
     text-decoration: underline;
     text-align: left;
     font-weight: bold;
     cursor: pointer;   
}

#centerPopup
{
    background-color: #E1E1E1;
    color:Black;
    border: solid 3px black;
    position: absolute;
    text-align:center;  
    display:none;
    z-index: 1000; 
    font-size:15px;
    cursor:pointer;
}

.validator
{
    color:#FF5858;   
    font-size:12px;
}

textarea,input[type=text],input[type=password]
{
    border:1px solid #BBBBBB;   
}

#leftFixedAd,#rightFixedAd
{
    position: fixed;
    width: 120px;
    height: 600px;
    left: 0px;
    top: 60px;
    display:none;   
}

#rightFixedAd
{
   left:auto;
   right:0px; 
}

#rightFixedAd img
{
    border-width:0px;
}

/* HELPERS*/

.floatRight
{
    float:right;   
}

.floatLeft
{
    float:left;   
}

.clear
{
    clear:both;   
}

.hidden
{
    display:none;
}

.width25
{
    width:25%;   
}

.width50
{
    width:50%;   
}

.width75
{
    width:75%;   
}

.width100
{
    width:100%;   
}

.rightSpace
{
    margin-right:10px;   
}

.rightDoubleSpace
{
    margin-right:40px;   
}

.leftSpace
{
    margin-left:10px;   
}

.topSpace
{
    padding-top:10px;   
}

.topDoubleSpace
{
    padding-top:20px;   
}

.alignCenter
{
    text-align:center;   
}

.clickableText
{
    cursor:pointer;   
}

.bold
{
    font-weight:bold;
}

/* HELPERS */

/*JQUERY UI*/

.ui-dialog
{
    direction: rtl; 
    font-size:13px;  
}

.ui-widget-header
{
    background-image:none !important;
    background-color:#007EDB !important;
    color:#fff !important;
}

.ui-dialog-content
{
    background-color:#fff !important;
}

.ui-dialog .ui-dialog-titlebar
{
    font-size:14px;   
}

.ui-widget-content
{
    border-width:0px !important; 
}

.ui-widget-overlay
{
    opacity: .60;
    filter: Alpha(Opacity=60);
    background:#000;
}

.ui-accordion-header
{
    background-color: #007EDB;  
    color:#fff; 
    font-size: 14px;
    padding:5px;
}

.ui-accordion-content
{
    padding:6px !important;   
}

.ui-widget input
{
 font-size:14px;   
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus 
{
    padding: 1px;
}

/*JQUERY UI*/
