﻿/*----------------------------------------------------------
PTPortal Default Theme
----------------------------------------------------------*/

html
{
    background: #004ea1 url(images/bg_html_repeat.jpg) repeat-y center top;
}

body
{
    background: transparent url(images/bg_html1.jpg) repeat-x center top;
    font-size: 9pt;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

ul.reset
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.reset li
{
    list-style-image: none;
}


a:link
{
    color: #034af3;
    text-decoration: none;
}
a:visited
{
    color: #034af3;
    text-decoration: none;
}
a:hover
{
    color: #0078d0;
    text-decoration: none;
}
a:active
{
    color: #0078d0;
}


a img
{
    border: none;
}


/* LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page-wrapper
{
    width: 960px;
    margin: 0 auto;
}

#header-links
{
    height: 27px;
    background: #004ea1;
    position: relative;
    color: #fff;
}

#header-links ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-links ul li
{
    float: left;
    margin-right: 10px;
    border-right: solid 1px #fff;
    padding-right: 10px;
}

#header-links ul li.last
{
    border-right: none:
}


#header-links a, #header-links a:visited
{
    color: #fff;
}

#header-links span
{
    color: #fff;
    font-family: Tahoma;
    font-size: 12pt;
}

#header-links .left
{
    position: absolute;
    top: 2px;
    left: 2px;
}

#header-links .right
{
    position: absolute;
    top: 4px;
    right: 2px;
}

#page
{
    width: 960px;
    background: #fff;
    position: relative;
}

#header
{
}

#header #title
{
    position: relative;
    height: 80px;
    color: #000;
    margin: 0;
    padding: 0;
    background: #fff;
}

#header #title #logo
{
    height: 80px;
}

#header #title #logo #logo-wrapper
{
    padding-left: 10px;
    padding-top: 10px;
}


#header #title #weather-container
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 180px;
}


.column-wrap
{
    position: relative;
}
.column-1
{
    margin-left: 226px;
    margin-right: 190px;
}
.column-2
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 226px;
}
.column-3
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 190px;
}
.column-1-padding, .column-2-padding, .column-3-padding
{
    padding: 5px;
}


#footer
{
    clear: both;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MAIN MENU   
----------------------------------------------------------*/

#main-menu-container
{
    height: 40px;
    background: transparent url(images/bg_menu.png) no-repeat;
}

/*** MAIN MENU SKIN ***/

#main-menu
{
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 1em;
    margin-top: 0.5em;
}

#main-menu ul, #main-menu ul ul
{
    z-index: 10000;
}

#main-menu a
{
    border-left: 1px solid #fff;
    border-top: 1px solid #CFDEFF;
    padding: .75em 1em;
    text-decoration: none;
    line-height: 0.5em !important;
}
#main-menu a, #main-menu a:visited
{
    /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
}

#main-menu li
{
    margin-right: 10px;
}
#main-menu li a
{
    font-weight: bold;
    text-decoration: none;
    border: solid 1px #00436e;
    color: #fff;
}
#main-menu li li
{
    background: #1b5da0;
    width: 160px;
}
#main-menu li li li
{
    background: #9AAEDB;
}
#main-menu li:hover, #main-menu li.sfHover, #main-menu a:focus, #main-menu a:hover, #main-menu a:active
{
    background: #6988c5;
    outline: 0;
}

.search
{
    width: 154px;
    height: 4px;
    position: absolute;
    top: 85px;
    right: 10px;
}

.search input
{
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.search .searchBox
{
    width: 104px;
    height: 24px;
    border: none;
    background: #166ea8;
    color: #fff;
    line-height: 24px;
    font-size: 11pt;
}

/* SIDE MENU   
----------------------------------------------------------*/
#side-menu
{
    margin: 0;
    padding: 0;
    width: 216px;
    text-align: left;
}

#side-menu li
{
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #E9F5FC;
}

#side-menu li a
{
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    color: #0257a0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2.1em;
    display: block; /*padding-left: 10px;*/
}

#side-menu li a:hover
{
    text-decoration: none;
    background-color: #eff8fd;
}

#side-menu li a.imgLink
{
    text-align: center;
}

#side-menu li a.imgLink:hover
{
    background-color: #fff;
}

#side-menu li a:active
{
    text-decoration: none;
}

#side-menu li.selected a
{
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

fieldset p
{
    margin: 5px 0;
    padding: 0;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

fieldset li label
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 300px;
    border: 1px solid #CCC;
}

textarea
{
    width: 400px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 300px;
    border: 1px solid #CCC;
}

input[type="submit"]
{
    width: 120px;
    background: # border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.cleaner
{
    height: 5px;
    background: #fff;
}

.error
{
    color: Red;
}


.imgleft
{
    float: left;
    margin-right: 10px;
}

.vnavi
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.vnavi li
{
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* NEW BOX*/


.ptbox
{
    background: #fff url(images/bg_cell.jpg) repeat-x left top;
    border: 1px solid #ebebeb;
    padding: 5px;
}

.ptbox .head
{
    padding: 5px;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #0257a0;
    font-family: Arial, Helvetica, sans-serif;
}

.ptbox .body
{
    padding: 5px;
    font-size: 8pt;
    background: #fff;
    border: 1px solid #ebebeb;
}


.ptbox .body .ptbox .head
{
    padding: 0 !important;
}

.ptbox .body .ptbox .body
{
    border: none !important;
    padding: 0 !important;
}

.column-3-padding .ptbox
{
    margin-bottom: 10px !important;
}

.column-3-padding .ptbox .body
{
    border: none !important;
}


/* NEW GRID */

.grid
{
    width: 100%;
}

.grid thead tr
{
    background: #ddd;
}

.grid thead tr th
{
    padding: 3px;
    text-align: left;
}

.grid tbody tr td
{
    padding: 3px;
}


.gridbg
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.gridbg th
{
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    color: #339;
    text-align: left;
}

.gridbg td
{
    padding: 9px 12px;
    color: #669;
    border-top: 1px solid #fff;
}

.gridbg tfoot td
{
    font-size: 11px;
}

.gridbg tbody td
{
    background: url(images/bg_grid.png);
}

.gridbg tbody tr:hover td
{
    color: #339;
    background: none;
}

.gridbg-message
{
    background: url(images/bg_grid_message.png) no-repeat right bottom;
}

.gridbg-advert
{
    background: url(images/bg_grid_advert.png) no-repeat right bottom;
}


/* Grid List */

.listbg
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.listbg
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
    width: 50%;
    text-align: left;
    border-collapse: collapse;
}


.listbg li
{
    padding: 9px 12px;
    color: #669;
    border-top: 1px solid #fff;
}

.listbg li
{
    background: url(images/bg_grid.png);
}



.listbg li:hover
{
    color: #339;
    background: none;
}



/* Pager */

.pager
{
    margin: 8px 3px;
    padding: 3px;
}

.pager .disabled
{
    border: 1px solid #ddd;
    color: #999;
    margin-top: 4px;
    padding: 3px;
    text-align: center;
}

.pager .current
{
    background-color: #06c;
    border: 1px solid #009;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
    padding: 3px 5px;
    text-align: center;
}

.pager span, .pager a
{
    margin: 4px 3px;
}

.pager a
{
    border: 1px solid #c0c0c0;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
}


/* overlay */


.modal
{
    background-color: #fff;
    display: none;
    width: 350px;
    padding: 15px;
    text-align: left;
    border: 2px solid #333;
    opacity: 0.8;    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

/*
.modal h2
{
    background: url(images/global/info.png) 0 50% no-repeat;
    margin: 0px;
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #333;
    font-size: 20px;
}
*/
