/***********************/
/* COMMON CSS STYLE    */
/***********************/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
}

table{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    border:1px solid #6995BF;
}

thead {background-color:#6995BF;}

th {color:#ffffff; padding:0 0.5em; text-align:left}

tr {border-top:1px solid #6995BF;}
tr.even {background-color:#EFEFEF;}

caption,td{
    padding:0.5em;
    text-align:left;
    font-weight:normal;
    border-right:1px solid #6995BF
}

th.even{
    background-color:#507bad;
}

td.even {
    background-color:#F6FBFE;
}

blockquote,q{
    quotes:none;
}

:focus{
    outline:0;
}

button::-moz-focus-inner{
    border:0;
    padding:0;
}

body{
    line-height:1.4;
    font-family:Arial,sans-serif;
    color:#424242;
    background:#FFF;
    width:100%;
    height:100%;
    font-size:medium;
}

strong{
    font-weight:bold;
}

em{
    font-style:italic;
}

input,button,textarea{
    font-family:Arial,sans-serif;
}

p,ul,ol,dl,pre{
    font-size:1em;
    margin:0 0 .6em;
}

ul,ol{
    margin-left:1.2em;
}

ul ul{
    margin-bottom:0;
}

h2,h3,h4,h5{
    margin:1em 0 .2em;
    font-weight:bold;
}

h1{
    margin:.25em 0 0;
    font-size:1.5em;
    letter-spacing:-0.025em;
    font-weight:bold;
}

h2{
    font-size:1.125em;
    margin-top:.25em;
    margin-bottom:.5em;
    line-height:1.2em;
}

h3{
    font-size:1em;
    margin-bottom:.25em;
}

h4{
    font-size:.875em;
}

a{
    color:#2D7BB2;
    text-decoration:none;
    outline:none;
}

a:visited{
    color:#507bad;
}

/* UTILITY CLASSES */

.clear { clear: both; display:block; }
.quiet { font-weight: normal; color: #626262; }
.smalltext { font-size: 0.875em;}
.minitext { font-size: 0.75em; }
.legaltext { font-size: 0.6875em; }
.summary { color: #626262; font-size: 0.875em; }
.subhead { margin-top: 0; }
.nowrap { white-space: nowrap; }
.left { float: left !important; }
.right { float: right !important; }
.clearwrap { overflow: hidden; }
.infotext { font-size: 0.75em; color: #626262; margin-top:0.2em; }
.infotext strong { color:#507bad; }
.textinput, input[type=text], input[type=password], textarea { border: 1px solid #b5e4f7; font-size: 1em; padding: 0.25em 0.25em; color:#507bad; }
.textinput.placeholder { color: #8da5ae; font-weight: normal; }
#content .summary { font-size: 0.875em; color: #626262; margin-bottom: 0.5em; margin-right: 10em; }
#content .intro { color: #626262; font-size: 1em; line-height: 1.4em; }
h1 .more { font-size: 0.5em; letter-spacing: 0; }
h1 .blockrange { word-spacing: -2px; }
div.intro { margin-top: 0.25em; }
p.quiet,ul.quiet { font-size: 0.875em; color: #626262; }
img.right {float:right; padding:0 0 0.2em 0.5em;}
img.left {float:left; padding:0 0.5em 0 0.2em;}
.module p.more{margin-top:.25em; margin-bottom:.25em; line-height:1em; padding-top:5px;}
.module p.more a{font-size:.75em; font-weight:bold;}
.module .number{font-size:1.125em; padding-right:.2em;}

/* TABS */

.tabs-nav {
    display: block;
    overflow: hidden;
    margin: 0;
}

.tabs-nav li {
    display: inline;
}

.tabs-nav li a,
.tabs-nav li .current {
    font-size: 0.875em;
    float: left;
    padding: 0.1em 8px;
    margin: 0 8px 0 0;
    font-weight: bold;
    color: #2D7BB2;
    background: #FFF;
    border: 1px solid #b5e4f7;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px 0 #FFF;
}

.tabs-nav li .current {
    border-color: #b5e4f7;
    background: #2D7BB2;
    color: #FFF;
    text-shadow: 1px 1px 0 #1C5D84;
    cursor: default;
}

.tabs-nav li a:hover {
    border-color: #b5e4f7;
    color:#507bad;
}

.tabs-nav li a:active {
    background-color: #b5e4f7;
}

.moduletabs{
    border-bottom:1px solid #b5e4f7;
    margin-top:-1.8em;
    overflow:visible;
}
.moduletabs .tabs-nav{
    position:relative;
    margin-bottom:-1px;
    list-style-type:none;
}

.moduletabs li{
    display:inline;
    text-align:right;
}

.moduletabs li a{
    float:right;
    margin-right:0;
    margin-left:6px;
    font-size:.75em;
    padding:.4em 6px;
    text-shadow:none;
    background-color:#EFEFEF;
    color:#999!important;
    border-bottom:1px solid #b5e4f7;
    position:relative;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-bottom-right-radius:0;
}

.moduletabs li a:hover, .moduletabs li.tabs-selected a{
    border-bottom-color:#b5e4f7;
    text-decoration:none!important;
}

.moduletabs li:hover a,.moduletabs li.tabs-selected a{
    color:#424242!important;
    background:#fff;
    text-shadow:none;
    border-color:#b5e4f7;
    border-bottom:1px solid #fff;
}

.errorlist {
    list-style-type: none;
    margin-left: 0;
    font-size: 0.875em;
    line-height: 1.4em;
}

.errorlist li,
.error {
    padding: 0.25em 0 0;
    color: #CC0000;
}

/* TEXT FIELDS */

.textfield {
    border: 1px solid #b5e4f7;
    padding: 0.25em 0.4em;
    font-size: 1em;
    font-weight: bold;
}

/* BUTTONS */

.button {
    font-size: 0.875em;
    font-weight: bold;
    float: left;
    color:#507bad;
    border: 1px solid #b5e4f7;
    background-color: #e1f4fb;
    background-image: url(../images/buttonbg.gif);
    background-repeat: repeat-x;
    padding: 0.25em 8px;
    cursor: pointer;
    text-shadow: 0 1px #FFF;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px #FFF;
}

.button.inlinebutton {
    float: none;
    display: inline-block;
}

input.button {
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input.button[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

.button:hover {
    color:#507bad;
    border-color: #626262;
}

.button:active {
    background: #b5e4f7;
}

.button span {
    color: #626262;
}

.button.minibutton {
    font-size: 0.75em;
    padding: 0.2em 6px;
    border-width: 1px;
}

.button.disabled {
    border-color: #e1f4fb;
    color: #b5e4f7;
}

.button.disabled:hover {
    border-color: #e1f4fb;
}

.button.selected {
    background-color: #2D7BB2;
    border-color: #2D7BB2;
    color: #FFF;
}

/* ICONS LINKS */
a.email,  label.email, li.email {
    padding-left: 12px;
    background-image: url(../images/button_email.gif);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

a.search, label.search {
    padding-left: 12px;
    background-image: url(../images/button_search.png);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

a.stat,   label.stat {
    padding-left: 12px;
    background-image: url(../images/button_stat.png);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

a.feed,   label.feed {
    padding-left: 12px;
    background-image: url(../images/button_feed.gif);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

a.help,   label.help {
    padding-left: 12px;
    background-image: url(../images/helpicon.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0.1em 0 0.1em 18px;
}

a.help,   label.help {
    padding-left: 12px;
    background-image: url(../images/helpicon.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0.1em 0 0.1em 18px;
}

a.comment-link {
  margin-left: 2px;
  padding-left: 14px;
  background-image: url(../images/comment_icon_mini.gif);
  background-position: 1px 42%;
  background-repeat: no-repeat;
}

/* PAGINATOR */

.paginator {
    padding: 0.25em 16px;
    background: #FFF;
    line-height: 1.2em;
    min-height: 1.2em;
    _height: 1.2em;
    overflow: hidden;
    position: relative;
}

.paginator .pageinfo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.2em 8px 0.2em 1em;
    font-size: 0.75em;
    color: #626262;
}

.paginator .button {
    position: absolute;
    border: none;
    color: #2D7BB2;
    text-shadow: none;
    -webkit-border-radius: 0;
}

.paginator .button:hover {
    color:#507bad;
}

.paginator .next {
    right: 0;
    padding-right: 16px;
    margin-right: 8px;
    background: #FFF url(../images/nextarrow.gif) 100% 45% no-repeat;
}

.paginator .next:hover {
    background-image: url(../images/nextarrow_hover.gif);
}

.paginator .prev {
    left: 0;
    padding-left: 16px;
    margin-left: 8px;
    background: #FFF url(../images/prevarrow.gif) 0 45% no-repeat;
}

.paginator .prev:hover {
    background-image: url(../images/prevarrow_hover.gif);
}

.paginator .next.disabled {
    font-weight: normal;
    color: #8da5ae;
    background-image: url(../images/nextarrow_disabled.gif);
    cursor: default;
}

.paginator .prev.disabled {
    font-weight: normal;
    color: #8da5ae;
    background-image: url(../images/prevarrow_disabled.gif);
    cursor: default;
}

.read_more {
    display:block;
    clear:both;
    text-align:right;
    font-size:0.85em;
}

table.sortable th.header, table.sortable th.sorting {cursor:pointer; background:#E1F4FB url(../images/bg.gif) right center no-repeat; padding-right:1.0em;}
table.sortable th.headerSortUp, table.sortable th.sorting_asc {background:#507BAD url(../images/asc.gif) right center no-repeat; color:#ffffff;}
table.sortable th.headerSortDown, table.sortable th.sorting_desc {background:#507BAD url(../images/desc.gif) right center no-repeat; color:#ffffff;}
table.sortable tfoot {background-color:#E1F4FB; }

.hide {display:none;}

p.center {text-align:center;}
p.error_null {text-align:center; font-weight:bold; margin-top:1.0em; }

ul.no-list {list-style:none;}
ul li.inline {display:inline; float:left; margin-right:1%; width:31%;}
ul.inline {display:inline;}

.hidden-clear {clear:both;}
