/* *********************** GENERAL SETTINGS     *********************** */
body {
        font-family: Arial, Helvetica, sans-serif;
        color: #808080;
        background: #625c65 url(../images/body_bg.jpg) repeat-x top left;
        margin: 0px;
        padding: 0px;
        line-height: 165%;
        height: 100%;
}

html {
        padding: 0px;
        margin: 0px;
        height: 100%;
}

body.f-smaller {
        font-size: 11px;
}

body, body.default {
        font-size: 12px;
}

body.f-larger {
        font-size: 14px;
}
body.published {
        background: #AADDFF;
}

body.mceContentBody {
        background: white;
}

/* CSS global reset for all browsers  */
* { padding: 0px; margin: 0px; }
/*  Global Formatting */
h1 {font-weight: normal; font-size: 24px; color: #4a5766; letter-spacing: -1px; line-height: 30px; }
h2 {font-weight: normal; font-size: 20px; color: #4a5766; letter-spacing: -1px; text-transform: none; line-height: 26px; }
h3 {font-weight: normal; font-size: 18px; color: #4a5766; letter-spacing: 0px; line-height: 24px; text-transform: none;}
h4 {font-weight: bold; font-size: 14px; color: #4a5766; line-height: 19px; text-transform: none; }
h5 {font-weight: bold; font-size: 12px; color: #4a5766; line-height: 18px; text-transform: none; }
h6 {font-weight: bold; font-size: 11px; color: #4a5766; line-height: 17px; text-transform: none;}
a {color: #a550ac; text-decoration: underline;}
a:hover {color: #a550ac; text-decoration: none;}
a.image, a.image:hover, a img  {border:0;}
ul {
        list-style: none;
}
ul li {
        padding: 2px 0px 2px 24px;
        background: transparent url(../images/checkbox.gif) no-repeat left;
}

#main_content ul li, #main_content2 ul li {
        width: 100%;
}

ol {
        padding: 5px 25px;
}

fieldset {
        width: 95%;
        padding: 15px 5px 5px 5px;
        margin: 15px 0px 0px 0px;
        border: none;
        border-bottom: 1px solid #eeeeee;
}

.both {
        clear: both;
        font-size: 1px !important;
        height: 1px !important;
        line-height: 1px !important;
        overflow: hidden;
}

input, select, label {
        vertical-align: middle;
}

p {
        padding: 5px 0px;
}

.img-left {
        float: left;
        margin-right: 7px;
}

.img-right {
        float: right;
        margin-left: 7px;
}

/* *********************** END GENERAL SETTINGS *********************** */

#content_background {
        width: 990px;
        margin: 0px auto;
        padding: 0;
        background: transparent;
}

#site_wrapper {
        text-align: left;
        margin: 0px auto;
        width: 960px;
        padding: 0px 15px;
}

#top_wrap {
        height: 42px;
        width: 1000px;
        margin: 0px auto;
        position: relative;
}

#top_wrap #pathway {
        position: absolute;
        top: 13px;
        left: 12px;
        font-size: 11px;
}

#top_wrap #pathway strong {
        color: #35465b;
        font: bold 10px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
}

#top-sl #f_tools {
        position: absolute;
        top: 161px;
        right: 25px;
        width: 125px;
        height: 45px;
}

#f_tools a, #f_tools a img {
        text-decoration: none;
        font-size: 10px;
        padding: 0px;
        margin: 0px;
        border: 0px;
        vertical-align: middle;
        font-weight: bold;
}

#f_tools a {
        color: #4a5766;
}

#f_tools a:hover {
        color: #f38a00;
}

#buttons {
        position: relative;
        width: 125px;
        height: 20px;
}

#buttons #plus {
        position: absolute;
        top: 0px;
        right: 69px;
}

#buttons #minus {
        position: absolute;
        top: 0px;
        right: 34px;
}

#buttons #reset {
        position: absolute;
        top: 0px;
        right: 0px;
}

#buttons strong {
        position: absolute;
        left: 30px;
        top: 4px;
        font: bold 10px Arial, Helvetica, sans-serif;
        line-height: 11px;
        color: #cccccc;
}

#banner {
        text-align: center;
}

#wrap {
        width: 100%;
        margin: 0px;
        padding: 0px 0px;
        background: transparent;
}

#content {
        margin: 0px auto;
        padding: 5px 5px;
        background: #ffffff;
}

#top {
        padding: 0px;
        width: 990px;
        height: 10px;
        position: relative;
        background: transparent url(../images/top-bg.gif) no-repeat top center;
}

#top #logo {
        position: absolute;
        top: 26px;
        left: 38px;
}

#top h1 {
        font: normal italic 24px Arial, Helvetica, sans-serif;
        line-height: 26px;
        color: #4a5766;
        letter-spacing: -1px;
        text-transform: uppercase;
        white-space: nowrap;
        position: absolute;
        top: 29px;
        left: 72px;
}

#top h1 a {
        text-decoration: none;
        color: #000000;
}

#top h2 {
        position: absolute;
        top: 52px;
        left: 141px;
        color: #79899d;
        letter-spacing: 0px;
        text-transform: uppercase;
        line-height: 14px;
        font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#newsflash {
        width: 615px;
        height: 140px;
        color: #ffffff;
        line-height: 18px;
        padding: 24px;
        overflow: hidden;
}

#newsflash h3 {
        color: #ffffff;
        font: bold 30px Arial, Helvetica, sans-serif;
        padding: 0px 0px 10px 0px;
        margin-bottom: 10px;
        letter-spacing: -1px;
}

#top #search {
        margin-top: 30px;
        height: 28px;
        width: 212px;
        background: transparent url(../images/search_input_bg.gif) no-repeat 0 0;
        float: right;
}

.separator {
        background: transparent url(../images/dots.gif) repeat-x top left;
        margin-top: 10px;
        height: 2px;
        font-size: 1px;
        line-height: 1px;
}

#top #menu {
        position: absolute;
        top: 34px;
        left: 310px;
        width: 430px;
        height: 25px;
        overflow: hidden;
}

#menu table.moduletable {
        margin: 0px;
        padding: 0px;
}

#menu table.moduletable td {
        background: transparent;
}

#menu ul {
        list-style: none;
        text-align: left;
        padding: 0px;
        display: inline;
        margin: 0px auto;
        overflow: hidden;
}

#mainlevel-nav li {
        position: relative;
        padding: 0px 20px 0px 0px;
        display: block;
        white-space: nowrap;
        float: left;
        background: none;
        margin: 0px;
}

#mainlevel-nav li a {
        text-decoration: none;
        text-align: center;
        display: block;
        color: #8b8a8e;
        font: bold 12px Arial, Helvetica, sans-serif;
        text-transform: none;
        margin: 0px;
        background: none;
}

#mainlevel-nav li a:hover {
        color: #454445;
        text-decoration: none;
}

#top-sl {
        margin-top: 13px;
        width: 960px;
        background: transparent url(../images/slideshow-bg.png) no-repeat 0 0;
        position: relative;
}

#top-modules {
        clear: both;
        padding: 24px;
        background: transparent url(../images/top-modules-bg-bot.gif) no-repeat bottom left;
}

#mods-bg {
        background: #ffffff url(../images/mods-bg.gif) repeat-y top left;
}

#top-modules .moduletable {
        margin: 0px 0px 5px 0px;
        padding: 0;
}

#top-modules .both {
        line-height: 1px;
        display: block;
        clear: both;
        font-size: 1px;
}

#mod_user5 h3, #mod_user6 h3 {
        font: normal 18px Arial, Helvetica, sans-serif;
        color: #8a0393;
        margin-bottom: 4px;
        letter-spacing: -1px;
        padding: 6px 0px 8px 0px;
        text-align: right;
}

#mod_user5, #mod_user6 {
        float: left;
}

#mod_user5 p, #mod_user6 p {
        margin: 0 !important;
        padding: 5px 0px !important;
}

#bottom-modules {
        clear: both;
        width: 912px;
        padding: 0px 23px;
}

.bot-module {
        float: left;
        color: #808080;
}

.module-end {
        padding-right: 0 !important;
}

#bottom-modules h3 {
        font: bold 14px Arial, Helvetica, sans-serif;
        color: #585858;
        margin-bottom: 8px;
        letter-spacing: -1px;
}

.con-module {
        width: 48%;
        float: left;
        padding-right: 1%;
}

.con-module h3 {
        color: #404040;
        font: normal 18px Georgia, "Times New Roman", Times, serif;
        letter-spacing: -1px;
        padding: 5px 0px;
}

#main-cols {
        width: 960px;
        background: #ffffff url(../images/main-col-bg.gif) repeat-y top center;
        margin-top: 28px;
}

#main-cols-top {
        background: transparent url(../images/main-col-bg-top.gif) no-repeat top center;
}

#main-cols-bot {
        background: transparent url(../images/main-col-bg-bot.gif) no-repeat bottom center;
        clear: both;
        width: 912px;
        padding: 25px 24px;
}

#col-right {
        width: 682px;
}

#col-left {
        width: 206px;
}

#col-wide {
        width: 912px;
}

/**************************************************************
        SlideShow
**************************************************************/

#mods-bg p.buttons {
        text-align: right;
        vertical-align: top;
        width: 72px;
        position: absolute;
        top: 164px;
        left: 20px;
        margin: 0;
        padding: 0;
        clear: both;
        height: 39px;
}

p.buttons #prevnb {
        background: transparent url(../images/button_back.gif) no-repeat 0 0;
        width: 36px;
        height: 39px;
        display: block;
        float: right;
}

p.buttons #nextnb {
        background: transparent url(../images/button_next.gif) no-repeat 0 0;
        width: 36px;
        height: 39px;
        display: block;
        float: right;
}

#slideshow {
        width: 600px;
        height: 157px;
        overflow: hidden;
        padding: 10px 20px 0px 20px;
}

.buttons{ padding: 0px 0px; margin: 0; }
.buttons span{ color:#24558d; padding: 0px 0px 0px 0px; cursor:pointer; vertical-align: middle; font-family: Tahoma, Arial, Helvetica, sans-serif;}
.buttons span.active, .buttons span:hover{background:#24558d; color:#fff}

#boxnb{
        position:absolute;
}
#boxnb div{
        width:600px;
        float:left;
}
#boxnb .buttons{
        text-align:left
}
#boxnb .next{
        float:right
}

.mask1{
        position:relative;
        width:600px;
        height:160px;
        overflow:hidden;
        color: #ffffff;
}

.img-1 h3, .img-2 h3, .img-3 h3, .img-4 h3 {
        color: #ffffff;
}

.img-1 p, .img-2 p, .img-3 p, .img-4 p {
        padding: 6px 0px;
}

#slideshow h3 {
        font: bold 30px Arial, Helvetica, sans-serif;
        letter-spacing: -1px;
}

#slideshow h3 span {
        color: #da7edf;
}

/*************************************************************/

.white_space {
        height: 20px;
        display: block;
}

.sep {
        display: block;
        height: 10px;
        clear: both;
}

#foo-mods {
        width: 990px;
        clear: both;
        background: #343434 url(../images/bottom-modules-bg.gif) repeat-y top center;
        color: #4a5766;
        margin: 0px 0px 0px 0px;
}

#foo-mods-top {
        background: transparent url(../images/bottom-modules-bg-top.gif) no-repeat top center;
        padding: 0px 16px;
}

#foo-mods-bot {
        background: transparent url(../images/bottom-modules-bg-bot.gif) repeat-x bottom left;
        padding: 15px 0px;
        position: relative;
}

#foo-mods-bot #jumper {
        position: absolute;
        top: -11px;
        left: 45%;
        background: transparent url(../images/jump_bg.gif) no-repeat 0 0;
        display: block;
        width: 101px;
        height: 18px;
        line-height: 18px;
        color: #ffffff;
        text-decoration: none;
        font: bold 12px Arial, Helvetica, sans-serif;
        text-align: center;
}

#footer {
        padding: 10px 0px 45px 0px;
        color: #ffffff;
        width: 990px;
        line-height: 16px;
        display: block;
        background: transparent url(../images/footer_bg.png) no-repeat top center;
}

#footer a {
        color: #ffffff;
        text-decoration: underline;
}

#footer a:hover {
        color: #ffffff;
        text-decoration: none;
}

#footer p {
        padding: 10px 0px 10px 0px;
        margin: 0px;
        line-height: 12px;
        font: normal 12px Arial, Helvetica, sans-serif;
        background: transparent;
        text-align: center;
}

/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */
.pathway {
        font-size: 11px;
        color: #79899d;
        font-weight: bold;
        text-transform: none;
        margin: 0px;
        padding: 0px;
        line-height: 13px;
}
a.pathway { text-decoration: none; color: #5b84c8; text-decoration: none; font-weight: normal;  }
a.pathway:hover { text-decoration: underline; font-weight: normal; }
span.pathway img {
        padding: 0px;
        margin: 0px;
        vertical-align: middle;
}

ul.menu li a {
        color: #808080;
        font: normal 12px Arial, Helvetica, sans-serif;
        line-height: 14px;
        padding: 7px 0px 8px 10px;
        text-transform: none;
        text-decoration: none;
        display: block;
        text-align: left;
        margin: 0px;
        background: transparent url(../images/li_line_bg.gif) no-repeat bottom left;
}

ul.menu li a:hover {
        font: normal 12px Arial, Helvetica, sans-serif;
        line-height: 14px;
        color: #a550ac;
        text-transform: none;
        text-decoration: none;
        display: block;
        text-align: left;
        margin: 0px;
        background: transparent url(../images/li_line_bg.gif) no-repeat bottom left;
}

ul.menu, ul#mainlevel {
        padding: 0px 0px 10px 0px;
        list-style: none;
}

ul.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
}

ul.menu li, ul#mainlevel li {
        padding: 0px;
        margin: 0px;
        display: block;
        background: none;
}

ul.menu ul li {
        padding: 0px;
        margin: 0px 0px 0px 10px;
        display: block;
}

ul.menu ul li a, ul.menu ul li a:hover {
        background: transparent;
        font-size: 11px;
        font-weight: bold;
        color: #a550ac;
}

ul.menu ul li a:hover {
        color: #f18200;
}

ul.menu li#current a,
ul#mainlevel li #active_menu,
ul.menu li#current a:hover {
        color: #313131;
        font-weight: bold;
}

ul.menu #current ul li a,
ul.menu li ul li a {
        margin: 0px;
        padding: 6px 0px 7px 25px;
}

ul.menu li#current ul li a:hover,
ul.menu li ul li a:hover {
        text-decoration: none;
        margin: 0px;
        padding: 6px 0px 7px 25px;
}

a.mainlevel {
        color: #808080;
        font: normal 12px Arial, Helvetica, sans-serif;
        line-height: 14px;
        padding: 7px 0px 8px 10px;
        text-transform: none;
        text-decoration: none;
        display: block;
        text-align: left;
        margin: 0px;
        background: transparent url(../images/li_line_bg.gif) no-repeat bottom left;
}

a.mainlevel:hover {
        font: normal 12px Arial, Helvetica, sans-serif;
        line-height: 14px;
        color: #a550ac;
        text-transform: none;
        text-decoration: none;
        display: block;
        text-align: left;
        margin: 0px;
        background: transparent url(../images/li_line_bg.gif) no-repeat bottom left;
}

#col-left div.moduletable * table tr td div {
        vertical-align: middle;
        line-height: 14px;
        padding: 8px 0px;
        display: block;
        clear: both;
        width: 190px;
}

div.module table td div img {
        float: left;
        width: 12px;
        height: 12px;
        display: none;
}

a.mainlevel#active_menu, a.mainlevel#active_menu:hover {
        color: #313131;
        font: bold 12px Arial, Helvetica, sans-serif;
        line-height: 14px;
        padding: 7px 0px 8px 10px;
        text-transform: none;
        text-decoration: none;
        display: block;
        text-align: left;
        margin: 0px;
        background: transparent url(../images/li_line_bg.gif) no-repeat bottom left;
}

/* End Mainlevel menu */

/* Sub Menu */

a.sublevel {
        background: none;
        color: #a550ac;
        font: normal 11px Arial, Helvetica, sans-serif;
        line-height: 14px !important;
        text-transform: none;
        text-decoration: none;
        text-align: left;
        padding: 3px 3px 6px 3px !important;
        margin: 0px !important;
        width: 174px !important;
        float: right;
        vertical-align: top;
}

a.sublevel:hover {
        color: #313131;
        text-decoration: none;
        font: normal 11px Arial, Helvetica, sans-serif;
        line-height: 14px !important;
        text-transform: none;
        text-decoration: none;
        text-align: left;
        padding: 5px 3px;
        margin: 0px;
        width: 170px;
}

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */

#col-left div.moduletable, #col-left div.moduletable_menu, #col-left div.moduletable_text,
#col-nd-right div.moduletable, #col-nd-right div.moduletable_menu, #col-nd-right div.moduletable_text {
        text-align: left;
        margin-bottom: 15px;
}

#col-left div.moduletable h3, #col-left div.moduletable_menu h3, #col-left div.moduletable_text h3,
#col-nd-right div.moduletable h3, #col-nd-right div.moduletable_menu h3, #col-nd-right div.moduletable_text h3
{
        font: bold 14px Arial, Helvetica, sans-serif;
        line-height: 11px;
        padding: 8px 0px 9px 8px;
        display: block;
        height: 12px;
        margin: 0px 0px 4px 0px;
        color: #585858;
        text-align: left;
        background: #ffffff url(../images/left_mod_header_bg.gif) no-repeat top left;
        letter-spacing: -1px;

}

table.moduletable td {  text-align: center; }

table.moduletable p {
        text-align: left;
}

div.syndicate {
        text-align: center;
        width: 208px !important;
        padding: 0px;
        margin: 0px;
}

div.syndicate div {
        padding: 0px;
        margin: 0px;
        width: 208px !important;
}

/* Custom Modules */

.latestnews, .mostread {
        list-style: none;
        padding: 1px 2px;
        margin: 0px;
        text-align: left;
        background: none;
}

li.latestnews, li.mostread {
        list-style: none;
        padding: 2px 0px;
        margin: 0px;
        background: none;
}

li.latestnews a, li.mostread a {
        text-transform: none;
        text-decoration: none;
        text-align: left;
        line-height: 18px;
        color: #a550ac;
        border-bottom: 1px solid #d9d9d9;
        display: block;
        padding: 2px 0px 2px 25px;
}

li.latestnews a:hover, li.mostread a:hover {
        text-decoration: none;
        color: #f3982a;
}

#user-1 a {
        background: transparent url(../images/arrow.gif) no-repeat 0 3px;
}

#user-2 a {
        background: transparent url(../images/arrow2.gif) no-repeat 0 3px;
}

.search {
        padding: 1px 0px 0px 0px;
        margin: 0px;
        text-align: right;
}

.search .button {
        border: none;
        color: #4a5766;
        font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
        line-height: 21px;
        height: 20px;
        width: 20px;
        float: left;
        text-indent: -9999px;
        letter-spacing: 0px;
        vertical-align: middle;
        padding: 0px;
        margin: 1px 5px 0px 5px;
        background: transparent url(../images/search_button.gif) no-repeat 0 0;
}

.search .button:hover {
        color: #f09224;
}

.search .inputbox {
        margin: 1px 0px 0px 0px;
        padding: 3px 2px 3px 6px;
        width: 136px;
        height: 13px;
        border: none;
        color: #9e9e9e;
        background: transparent;
        vertical-align: middle;
        font: normal 11px Arial, Helvetica, sans-serif;
        float: left;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */

td.contentheading {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        height: 20px;
        font: normal 24px Arial, Helvetica, sans-serif;
        color: #4a5766;
        text-transform: none;
        letter-spacing: -1px;
        vertical-align: middle;
}

.contentheading table td {
        letter-spacing: 0px;
}

/* content title and links */
.contentpagetitle {background-color : transparent; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited
{text-decoration: none;font-weight: normal; color: #7662cc; }
a.contentpagetitle:hover { color: #bc5400; text-decoration: none;}

/* top box like a category description */
.contentdescription {
        background: transparent;
        padding: 5px 0px;
}

/* Main Body Text */
.contentpane { }

.contentpaneopen {  margin: 0px 0px 10px 0px; }

/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:10px; padding-left: 2px;vertical-align: middle;line-height: 10px;}
.content_vote {font-weight: normal;font-size: 10px;}
.content_rating img {
        vertical-align: middle;
}

.content_vote input {
        background: none;
        margin-left: 1px;
        margin-right: 1px;
}

/* icons */
.buttonheading{font-size: 12px; padding-left: 10px;}
.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #e29a22; font-size: 11px; font-weight: bold; text-transform: none; padding-bottom: 15px; line-height: 12px; }
.modifydate {color: #c7c7c7; font-size: 10px; font-weight: bold; font-style: italic; text-transform: none; line-height: 18px; height: 20px; vertical-align: top; }
.newsfeeddate {font-size: 10px; color: #d1d1d1; font-weight: bold;}
/* Dates */

/* Writen by Authors name */
.small {
        color: #c7c7c7;
        font: italic bold 10px Arial, Helvetica, sans-serif;
        line-height: 14px;
        margin: 0px; padding: 0px;
        text-transform: none;
}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav {
        font-size: 11px;
        color: #cccccc;
}
.pagebar{font-size: 11px; font-weight: normal;}
.pagenav_prev{font-size: 11px; text-decoration: none; }
.pagenav_next{font-size: 11px; text-decoration: none; }
a.pagenav { text-decoration: none; font-weight: normal; color: #24558d; }
a.pagenav:hover {text-decoration: none; font-weight: normal; color: #b60000; }
.pagenavcounter{        height: 15px;  }
.back_button{font-size: 11px; letter-spacing: 1px; height: 15px; clear: both;  margin: 5px 0px; text-transform: uppercase; font-weight: bold; }

/* Read more link */
.readon {
        text-decoration: none;
        color: #a550ac;
        line-height: 14px;
        padding: 1px 6px 3px 0px;
        font-weight: bold;
}

.readon:hover {
        text-decoration: underline;
}

/* Article index   */
table.contenttoc {
        padding: 0px;
        margin: 2px;
        font-size: 11px;
        }

table.contenttoc th {
        background: transparent;
        color: #666666;
}

table.contenttoc td {padding: 2px;}

/* Links article index */
        a.toclink:hover, a.toclink:visited, a.toclink:link {        height: 18px; }
/* End Article index  */

/*  component heading */
.componentheading {
        text-align: left;
        background: transparent;
        height: 18px;
        padding: 7px 0px;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #5a5a5a;
        text-transform: none;
        letter-spacing: 0px;
        vertical-align: middle;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
        background: #eeeeee;
        border-collapse: collapse;
        font-weight: bold;
        text-transform: uppercase;
        padding: 3px;
        font: bold 10px Arial, Helvetica, sans-serif;
}

/* Table odd and Even Rows */
.sectiontableentry1 {
        background: transparent;
        padding: 2px 0px !important;
        text-align: left;
}

.sectiontableentry2 {
        background: transparent;
        padding: 2px 0px !important;
        text-align: left;
}

.sectiontableentry1 td, .sectiontableentry2 td {
        padding: 2px !important;
}

.sectiontableentry1 input, .sectiontableentry2 input {
        margin: 3px 0px;
        padding: 0px;
        height: 15px;
        width: 15px;
        background: none;
        vertical-align: middle;
}

.sectiontableentry1 label, .sectiontableentry2 label {
        margin: 0px;
        padding: 0px 0px 0px 5px;
        width: 175px;
        display: block;
        vertical-align: middle;
}

.sectiontablefooter {
        height: 18px;
}

table.poll, table.pollstableborder, table.poll thead td {
        width: 206px !important;
}

table.poll * div {
        width: 200px !important;
        margin: 0px !important;
        padding: 0px !important;
}

/* End Sectiontable */

/* Category */
.category { }
a.category:link, a.category:visited { height: 15px; text-decoration: none;  }
a.category:hover  {        height: 15px; text-decoration: underline; }
/* End category */

/* blogsection */
.blog {background-color: transparent;}
.blogsection{        height: 18px;  }
.blog_more{        clear: both; display: block; padding: 10px 0px; }
.blog_heading {        height: 18px;  }
/* space from bottom of article */
.article_seperator{background-color : transparent; font-size: 5px; line-height: 5px;}
/* End blogsection */

/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
        padding: 0px 4px 0px 4px;
        color: #990000;
        font-weight: bold;
}
/* End Search Form */

/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */
form {
        margin: 0px;
}

input {
        background-color: #FFFFFF;
        font-size: 12px;
}

#mod_login_username, #mod_login_password {
        font-size: 12px !important;
        height: 14px;
        padding: 4px 4px 6px 4px;
        margin: 3px 0px;
        width: 178px;
        border: none;
        color: #797979;
        border: none;
}

#mod_login_username, #mod_login_password {
        background: transparent url(../images/col-left-input.gif) no-repeat top left;
}

#mod_login_remember {
        background: transparent;
        border: none;
        height: 15px;
        width: 15px;
        vertical-align: middle;
        padding: 0px;
        margin: 3px;
}

div.moduletable fieldset {

        border: none;
        margin: 0px;
        padding: 0px;
        text-align: left;
        clear: both;
}

div.moduletable form.form-login input.button {
        text-align: center;
        cursor: pointer;
}

div.moduletable form.form-login p {
        margin: 0px;
        padding: 0px;
        text-align: left;
}

div.moduletable form.form-login p.central {
        margin: 0px;
        padding: 5px 0px;
        text-align: center !important;
}

div.moduletable form.form-login label {
        display: block;
}

.inputbox { background: #ffffff url(../images/input_bg.gif) repeat-x top left; border: 1px solid #cccccc; margin: 2px 0px; padding: 3px; color: #333333; }
.text_area, textarea { background: #ffffff url(../images/input_bg.gif) repeat-x top left; border: 1px solid #bababa; width: 95%; color: #333333; }
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
#main-body .button, .button {
        color: #ffffff;
        font: bold 14px Arial, Helvetica, sans-serif;
        background: #ffffff url(../images/long-button-bg.gif) repeat-x top left !important;
        border: 2px solid #ffffff;
        margin: 2px 0px;
        vertical-align: middle;
        height: 25px;
        padding: 0px 10px;
        overflow: hidden;
}

#col-left .button, #col-nd-right .button  {
        color: #ffffff;
        font: bold 14px Arial, Helvetica, sans-serif;
        background: transparent url(../images/button_bg.gif) no-repeat top center !important;
        margin: 2px 0px;
        vertical-align: middle;
        border: none;
        height: 27px;
        width: 75px;
        padding: 0px 8px;
}

#col-left select, #col-left #mod_templatechooser_jos_change_template, #col-left option, select, select option {
        background: #ffffff;
        font-size: 11px;
        padding: 0px;
        width: 170px;
        color: #666;
        height: auto;
        font-weight: normal;
        border: 1px solid #e6e6e6;
}

#col-left select {
        border: 1px solid #e6e6e6;
}

#col-right select, #col-right select option {
        width: auto;
}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 0px;}

#searchphraseany, #searchphraseall, #searchphraseexact {
        background: none;
}


/* *********************** END FORM SECTION *********************** */

/* *********************** TABBED EDITING *********************** */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
        background-color: #f0f0f0;
}

.code {
        font-family: courier, serif;
        font-size: 1.2em;
        padding: 2px;
        background-color: #f0f0f0;
        color: blue;
        border: 1px solid #d5d5d5;
        margin: 0px;
        width: 90%;
}


/* Text passed with mosmsg url parameter */
.message {
        font-family : Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 12px;
        color : #61728b;
        text-align: center;
        padding: 20px;
        border: 1px solid #C4CFE3;
}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #666666;
        border-left: outset 1px #666;
        border-right: outset 1px #333;
        border-top: outset 1px #666;
        border-bottom: solid 1px #333;
        text-align: center;
        cursor: default;
        font-weight: bold;
        color: #FFFFFF;
        padding: .2em;
   }

.offtab {
        background-color : #cccccc;
        border-left: outset 1px #666;
        border-right: outset 1px #333;
        border-top: outset 1px #666;
        border-bottom: solid 1px #333;
        text-align: center;
        cursor: default;
        font-weight: normal;
        padding: .2em;
   }

.edit-tabs {
   padding: 1em;
   background: none;
   }

.tabpadding {padding:1px;}

.tabheading {
        background-color: #FF6600;
        text-align: left;
   }

.pagetext {
        visibility: hidden;
        display: none;
   }

        /*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* *********************** End TABBED EDITING *********************** */
