﻿body
{
    
}
/*---------------------------------------------------------------------------------CENTRE SITE--*/
.centre_panel {
    width:995px;
    /* height:100%; */
    margin:0 auto;
}

/*---------------------------------------------------------------------------------HEADER--*/
.header_strip {
    background: url("../images/backgrounds/bg_header.png") repeat-x;
    height: 83px;    
    min-width: 1024px;
    overflow: visible;
    width: 100%;
}
.header {
    background-color:inherit;
    overflow:visible;
}
.header .left_side {
    float:left;
    width:275px;
}
.header .left_side a.home {
    background: transparent url("../images/logos/new_logo.png") no-repeat 0 0;
    float: left;    
    height: 62px;
    margin-top: 11px;
    width: 241px;
}
    .opera .header .left_side a.home {
        width: 241px;
    }

.header .right_side {
    background-color:inherit;
    float:right;
    height: 75px;
    margin-top: 5px;
    position: relative;
    width:295px;
}
.header .right_side .globe {
    background: transparent url("../images/misc/globe.png") no-repeat top left;
    float:left;
    height:32px;
    margin:13px 3px 0 3px;
    width:32px;
}
.header .left_side .home {
    display:block;
    /*overflow:hidden;
    margin:7px 0;*/
}
.header a {
    color:#666;
    font-size:9px;
    text-decoration:underline;
}
.header a:hover, .header a:active, .header a:focus {
    color:#666;
}
.header .middle {
    float:left;
    margin: 5px 0 0 0;
    width:400px;    
}
.header .middle .search_links {
    clear:both;
    display:block;
    padding: 7px 10px 2px;
}
.header a {
    font-size:9px;
    font-weight: bold;
    margin:0;
}

/* search box  */
.header .rounded_input {
    display:block;
    margin:17px 0 0 0;
    overflow:hidden;
    width:450px;
}

/* Currency selector */
span#currency_selector {
    float: left;
    margin-left: 10px;
}

/* Mini basket in header */
.header .mini_basket {
    background: #fff url("../images/icons/shopping_cart.png") no-repeat 80px 7px;
    /* Non-standard CSS */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /* |-- End --| */
    border: 2px solid #999;
    float:left;
    font-size: 11px;
    height:39px;
    line-height: 1;
    margin:7px 0 0 15px;
    overflow:visible;
    padding: 3px 30px 3px 5px;
    position: absolute;
    right: 5px;
    text-align: left;
    width:80px;
}
    .msie6 .header .mini_basket {
        background-image: url("../images/icons/shopping_cart.gif");
    }

.header .mini_basket .icon {    
    display: block;
    height: 21px;
    margin:0 0 1px 0;
    width: 23px;
}
.header .mini_basket a {
    color:#295a91;
    display:block;
    font-size:9px;
    font-weight:normal;
    text-decoration:none;
}
.header .mini_basket h2 {
    font-size: 11px;
    margin: 0 0 3px;
}
.header .mini_basket p {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 4px;
}

/* Login/out text in header */
.header .login {
    float:right;
    margin:20px 0;
}
.header .search div {
    width:auto;
}
.header .culture_dropdown {
    overflow:visible;
    width:auto;
}
.header .culture_dropdown .list {
    clear:both;
    white-space:nowrap;
}
.header .culture_dropdown .list a {
    color:#295a91;
    margin:3px 0 7px;
}
.header .currency_dropdown {
    overflow:visible;
    width:auto;
}
.header .dd_header .image_button
{
    margin-top:1px;
}
.header .culture_dropdown h3, .header .currency_dropdown h3 {
    font-size:9px;
}
.header .search {
    padding-top: 4px;
}
.header .search p {
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 4px 3px;
}
.header .search input.text_field {
    /* Non-standard CSS */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* |-- End --| */
    border: 1px solid #999;
    margin-right: 5px;
    padding: 3px;
    width: 220px;
}
.header .search select {
    /* Non-standard CSS */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* |-- End --| */
    border: 1px solid #999;
    color: #555555;
    padding: 2px 2px 1px;
}   
.header .search option {
    border-bottom: 1px solid #ddd;
    padding-right: 3px;
}
.header .search .button {
    background: #ddd;
    /* Non-standard CSS */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* |-- End --| */
    border: 1px solid #999;
    color: #555;        
    margin: 0;
    padding: 2px 5px;
    width: 60px;
}
.search div {
    width:auto;
}
.search .linkButton {
    background: #fff url("../images/icons/magnify.gif") no-repeat 0 2px;
    height: 14px;
    padding: 2px 0;
    width: 14px;
}

/*login box*/
.login_welcome {
    color: #fff;
    float:right;
    font-size: 14px;
    padding: 10px 25px 4px 0;
}
.login_box div.row {
    margin:7px 0 7px 7px;
}
.login_box div.row * {
    font-size:10px;   
}
.login_box div.row .button * {
    font-size:11px;
}


/*---------------------------------------------------------------------------------NAVIGATION--*/
.header .dropdownpanel {
    background-color:inherit;
    cursor:pointer;
    display:block;
    float:left;
    height:auto;
    margin-top:16px;
    overflow:hidden;
    padding:4px;
    text-align:left;
}
.header .dropdownpanel .dd_header {
    margin:0;
}
.header .dropdownpanel a {
    color:#295a91;
    display:block;
    text-decoration:none;
}
.header .dropdownpanel .list {
    background-color:#eee;
    margin-top:3px;
    padding:5px 0;
    width:auto;
    position:absolute;
    z-index:2000;
}
.header .dropdownpanel .list a 
{
    float:left;
    margin:0 7px;
}
.header .dropdownpanel .list a:hover, .header .dropdownpanel .list a:focus, .header .dropdownpanel .list a:active {
    text-decoration:underline;
}
.header .dropdownpanel .dd_header h3 {
    color:#295a91;
    margin:0 5px 0 0;
}
.menu_bar {
    float:left;
    margin:0;
    padding-top: 9px;
    width:550px;
}
.menu_bar .dropdownpanel .dd_header h3,.menu_bar .dropdownpanel .dd_header a {
    color: #e0f5ff;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}
.menu_bar .dd_header .image_button {
    margin:5px 1px 0 4px!important;
}
.menu_bar .dropdownpanel {
    display:block;
    float:left;
    margin:0 17px 0 0;
    overflow:visible;
    width:auto;
    z-index:1000;
}
.menu_bar .dropdownpanel .list {
    background-color: #E0F5FF;
    /* Non-standard CSS */
    -moz-border-radius: 4px;
    /* |-- End --| */
    border:solid 1px #27588E;
    clear:both;
    margin:0;
    overflow:visible;
    position:absolute;
    white-space:nowrap;
    z-index:1000;
    padding:0;
}
.menu_bar .dropdownpanel .list a {
    float:left;
    font-size:12px;
    margin:0;
    overflow:hidden;
    padding:4px 10px;
    width:auto;
}
.menu_bar .dropdownpanel .list a:hover {
    background-color: #ddd;
    -moz-border-radius: 4px;
    text-decoration: none;
}
.nav_bar .dd_header a {
    font-size: 9px;
    padding-bottom: 5px;
}
.dropdownpanel {
    /*height:auto;*/
    margin: 0;
    z-index: 1000;
}
.dropdownpanel .medium h3 {
    font-size: 12px !important;
}

/*----------NAVIGATION > DROP DOWN PANEL -------------*/
.dropdownpanel .dd_header .collapse_icon {
    width: 10px;
    height: 10px;
    display: block;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.content_header .collapse_icon {
    margin: 2px 0 0 !important;
}
.dropdownpanel .dd_header .blue_collapse {
    background: url("../images/icons/collapse_blue.gif") no-repeat right 2px;
}
.dropdownpanel .dd_header .blue_expand {
    background: url("../images/icons/expand_blue.gif") no-repeat right 2px;
}
.dropdownpanel .dd_header .white_collapse {
    background: url("../images/icons/collapse_white.gif") no-repeat right 2px;
}
.dropdownpanel .dd_header .white_expand {
    background: url('../images/icons/expand_white.gif') no-repeat right 2px;
}
.dropdownpanel .dd_header h3, .dropdownpanel .dd_header a {
    color: #07324f;
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 13px;
    float: left;
    margin: 0 3px 0 0;
    width: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
}
.right_panel .dropdownpanel {
    margin-bottom:7px;
}
.right_panel .dropdownpanel .dd_header {
    background: #eee;
    padding: 3px 0 4px 5px;
    margin: 2px 0 0;
}
.right_panel .dropdownpanel .dd_header a {
    color: #07324F;
    font-size: 11px;
    padding:0;
}
.right_panel .dropdownpanel .dd_header h3  {
    width: 116px;   
    font-size: 11px;
}
.right_panel .dropdownpanel .dd_header h3:hover {
    text-decoration: underline;   
}
.main_panel .dropdownpanel .dd_header {
    background: #ddd;  
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    padding: 5px 0 7px 5px;
}
.main_panel .dropdownpanel .dd_header h3, .main_panel .dropdownpanel .dd_header a {
    color: #27588e;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    width: 368px;   
}
.dropdownpanel .list {
    font-size: 10px;
    margin-bottom: 7px;
}
.dropdownpanel .list a {
    color: #386BA0;
    display: block;
    margin: 7px 0 0 10px;
}
.dropdownpanel .content_header {
    margin-bottom: 2px;
}
.dropdownpanel .content_header h3 {
    color: #386BA0;
    font-size: 11px;
}
.dropdownpanel .medium .collapse_icon {
    margin-top: 3px;
}


/*---------------------------------------------------------------------------------MAIN CONTENT--*/
/* --------Main content panel --------*/
.main_panel {
    background: url(../images/backgrounds/bg_center_panel.png) repeat-y;
    float:left;
    height:auto;
    margin:0;
    min-height: 500px;
    padding: 11px 15px 10px 15px;
    width:800px;
}
.start_col {
    background: url("../images/backgrounds/bg_center_panel_start.png") no-repeat;  
    height: 11px;
    width: 830px;      
}
    .msie6 .start_col {
        background: url("../images/backgrounds/bg_center_panel_start.gif") no-repeat;  
    }
.end_col {
    background: url("../images/backgrounds/bg_center_panel_end.png") no-repeat;
    float: left;
    height: 11px;
    width: 830px;
}
    .msie6 .end_col {
        background: url("../images/backgrounds/bg_center_panel_end.gif") no-repeat;
    }
.main_panel_full, .ParentMaster #main_header_content {
    background: url("../images/backgrounds/bg_center_panel_full.png") repeat-y;
    margin:0;
    min-height:300px;
    padding: 11px 15px 10px;
    width:965px;
}
.start_col_full, .ParentMaster #parent_start_col {
    background: url("../images/backgrounds/bg_center_panel_full_start.png") no-repeat;
    height: 11px;
    width: 995px;
}
    .msie6 .start_col_full, .msie6 .ParentMaster #parent_start_col {
        background: url("../images/backgrounds/bg_center_panel_full_start.gif") no-repeat;
    }
.end_col_full, .ParentMaster #parent_end_col {
    background: url("../images/backgrounds/bg_center_panel_full_end.png") no-repeat;
    height: 11px;
    width: 995px;
}
    .msie6 .end_col_full, .msie6 .ParentMaster #parent_end_col {
        background: url("../images/backgrounds/bg_center_panel_full_end.gif") no-repeat;
    }

/*--------other content--------*/
.box {
    width:100%;
    float:left;
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
}
.box .box_narrow {
    border-right:1px dotted #999;
    float: left;
    text-align: center;
    width: 125px;
    min-height:120px;
}
.box .box_narrow_right {
    border-left:1px dotted #999;
    float: left;
    text-align: center;
    width: 125px;
    min-height:120px;
}
.box .box_narrow p, .box .box_narrow_right p {
    margin-bottom: 10px;
}
.box .box_wide {
    float: left;
    margin-left: 20px;
    width: 653px;
}
.box .box_wide h3 {
    margin-bottom: 3px;
}

/* --------Doc details page-------- */
.box_narrow_left {
    border-right:1px dotted #999;
    float: left;
    text-align: center;
    width: 130px;
    padding: 0 10px 10px 0;
}
.box_wide_right {
    float:left;
    width:645px;
    margin-left:10px;
}
.dotted_separator {
    width:100%;
    border-bottom:1px dotted #999;
    margin-top:10px;
    margin-bottom:10px;
}
.docdetail_linkbox {
    text-align:center;
    float:left;
    width:650px;
    margin-left:140px;
    border-top:1px dotted #999;
    padding-top:10px;
    padding-left:10px;
}

/*---------------------------------------------------------------------------------SEARCH PAGE--*/
.search_top5 {
    border-top:dotted 1px #999;
    border-bottom:dotted 1px #999;
    padding:5px 0;
    margin-bottom:20px;
}

/*---------------------------------------------------------------------------------HOMEPAGE--*/
.Home .main_panel_full {
    min-height:150px;
}
.Home .end_col_full_margin {
    margin-bottom:20px;
}

/* ----HOMEPAGE > About Doxmart --- */
.Home #about-doxmart {
    float: left;
    width: 100%;
}
.Home #about-doxmart .welcomebox {
    background: url("../images/backgrounds/bg_homepage.jpg") no-repeat top left;
    border-right: 1px dotted #868686;
    float: left;
    height: 322px;
    margin-left: 9px;
    padding-right :20px;
    width: 700px;                
}
.Home #about-doxmart .welcomebox .welcometext {
    width: 688px;
    height: 95px;
    margin: 3px 0 0 5px;
    text-align: center;
}
.Home #about-doxmart .welcomebox .welcometext h1 {
    font-size: 22px;  
    margin: 0; 
}
.Home #about-doxmart .welcomebox .welcometext p {
    color: #999;
    font-size: 16px;
}
.Home #about-doxmart .extras {
    float: left;
    padding: 3px 0 0 13px;
    width: 220px;
}
.Home #about-doxmart .extras h2 {
    background: #eee;
    font-size: 15px;
    margin: 0 0 10px;
    padding: 3px 7px 4px;
}
.Home #about-doxmart .extras .sociallinks {
    margin-bottom: 25px;
}
.Home #about-doxmart .extras .sociallinks a {
    margin: 0 6px;
}
.Home #about-doxmart .extras .sociallinks a.last {
    margin-right: 0!important;
}
.Home #about-doxmart #latest-blog h2 
{
    margin:0;
}
.Home #about-doxmart #latest-blog ul {
    list-style-type: none;
    margin:0;
}
.Home #about-doxmart #latest-blog li {
    border-bottom: 1px dotted #999;
    padding: 4px 5px 5px 7px;
}        
    .msie6 .Home #about-doxmart #latest-blog li, .msie7 .Home #about-doxmart #latest-blog li {
        list-style-position: outside;
    }

/* -----HOMEPAGE > Sign up --- */
.column-2, .column-3, span-4 {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.Home .column-4 {
    border-left: 1px dotted #868686;
    float: left;
    margin-right:15px;
    padding-left:15px;
    min-height:220px;
    width: 212px;
}
.Home .sign-up h2 {
    color:#333;
    font-size:24px;
    font-weight:normal;
    margin: 4px 0;
}
.Home .sign-up p {
    font-size:16px;
    color:#666;
}
.Home .connectcontainer {
    background:url("../images/backgrounds/bg_home_connect.gif") no-repeat center 119px;
    border:none;       
}
.Home .discusscontainer {
    background:url("../images/backgrounds/bg_home_discuss.gif") no-repeat right 5px;
}
.Home .discusscontainer h2 {
    margin-bottom:72px;
}
.Home .sharecontainer {
    background:url("../images/backgrounds/bg_home_share.gif") no-repeat right 133px;
}
.Home .signupcontainer {
    background:url("../images/backgrounds/bg_home_signup.gif") no-repeat top right;
    margin-right: 0; 
}
.Home .signupcontainer h2 {
    margin-bottom:30px;
}
.Home .signupcontainer fieldset {
    border: 0;
    width: 200px;
    float:left;
}
.Home .signupcontainer fieldset p {
    line-height: 1.231;
    margin-bottom: 5px;
    margin-right: 0;
}
.Home .signupcontainer fieldset p.labelless {
    padding-top: 3px;
}            
.Home .signupcontainer fieldset label {
    display: none;
}
.Home .signupcontainer fieldset input {
    float: none;
}
.Home .signupcontainer fieldset input {
    border: 1px solid #ccc;
    color: #a0a0a0;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    width: 193px;
}
.Home .signupcontainer fieldset .button {
    float: right;
    padding: 0;
}
.Home .signupcontainer fieldset .button input {
    border: 0;
    background-color: #8f8f8f;
    background-image: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 3px 10px 4px!important;
    width: auto;
}
.Home .signupcontainer fieldset .button input:hover {
    background:#666;
}
.Home .signupcontainer fieldset span.button.action{
    background: none;
}
.Home .signupcontainer fieldset span.button .clicker {
    width: auto;
}

/* -----HOMEPAGE > What's new--- */
.Home .box {
    background: #fff;
    /* Non-standard CSS */    
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /* |-- End --| */   
    border: 1px solid #ccc;
    padding: 10px;
    width:940px;
}
.Home #whats-new {
    clear: both;
}
.Home #whats-new h2 {
    color:#333;
    font-size:24px;
    font-weight:normal;
    margin: 0 0 10px 15px;
}
.Home #whats-new .tabs {
    margin-top: 12px;
}
.Home #new-things {
    /* Non-standard CSS */
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* |-- End --| */
    border-top: 0;
    height: 95px;
    padding-left: 13px;
    position: relative;
}
.Home #new-things .loading {
    left: 45%;
    position: absolute;
    text-align: center;
    top: 38%;
}
.Home #new-things .loading img {
    margin-bottom: 2px;
}
.Home #new-things .item {
    border: 1px solid #aaa;
    float: left;
    height: 91px;
    margin: 0 11px 0 0;
    position: relative;
    width: 91px;
}
.Home #new-things .item img {
    height: 91px;
    width: 91px;
}
.Home #new-things .item.last {
    margin-right: 0;
}
.Home #new-things .item .tip {
    background: url("../images/misc/fade.png") ;
    color: #000;
    cursor: pointer;
    display: none;
    font-weight: bold;
    height: 81px;
    left: 0px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 81px;
}

/*---------------------------------------------------------------------------------FOOTER--*/
#footercontainer {
	position:relative;
	width:100%;
	float:left;
	background:#305379 url("../images/backgrounds/bg_footer.gif") repeat-x top left;
	padding-top:20px;
	min-height:300px;
	margin-top:20px;
}
#footercontainer .footer {
	position:relative;
	width:1000px;
	margin:0 auto;
	float:none;
	color:#fff;
}
#footercontainer .footer .footer_col {
    float:left;
    width:240px;
    margin: 0 15px 0 15px;
}
#popcatcontainer .footer .footer_col_full {
    float:left;
    width:460px;
}
#popcatcontainer .footer .footer_col_full li {
    line-height: 20px;
}
#popcatcontainer {
   width:460px;
   float:left;
}
#footercontainer .footer .footer_col_last {  
    margin-right:15px;
}
#footercontainer .footer .footerdetails {
    float:left;
    width:965px;
    margin:20px 15px 10px;
}
#footercontainer .footer .footerdetails .copyright {
    float:left;
    width:825px;
    margin:16px 20px 0 0;
}
#footercontainer .footer .footerdetails .poweredby {
    float:left;
    width:120px;
}
#footercontainer .footer .footerdetails .poweredby .ccx {
    float:left;
    background: url("../images/logos/logo_poweredby.png") no-repeat center left;   
    width:120px;
    height:31px;
}
/*-tag cloud-*/
#tag-cloud {
    padding:5px 0 10px;
    float:left;
    text-align:center;
}
#tag-cloud ul {
    list-style:none;
    margin:0;
}
#tag-cloud ul li {
    border:none;
    clear:none;
    /* float:none; */
    display:inline;
    padding:0;
    margin:5px 6px;
    width:auto;
}
#tag-cloud ul li a {
    color: #fff;
	/* float:none; */
	margin:5px 7px;
    clear:none;
    margin:0;
    padding:0;
    text-transform: lowercase;
    width:auto;
}
#tag-cloud a.weight1 {
    font-size: 1.9em;
    font-weight: bolder;
}
#tag-cloud a.weight2 {
    font-size: 1.5em;
    font-weight:bolder;
}
#tag-cloud a.weight3 {
    font-size: 1.4em;
    font-weight: bolder;
}
#tag-cloud a.weight4 {
    font-size: 1.2em;
}
#tag-cloud a.weight5 {
    font-size: 1.0em;
}

/* Newsflash editor */
#newsflash_editor {
    margin:0!important;
}
#newsflash_editor .mceLayout {
    border:none;
    width:100% !important;
    margin-bottom:0;
    height:95px !important;
}
#newsflash_editor .mceEditor {
    width:100%;
    height:95px !important;
}
#newsflash_editor .mceIframeContainer {
    border:none;
}
#newsflash_editor iframe {
    height:95px !important;
}
.newsflash .newsflash_content {
    height:122px;
    margin:5px;
}

/* Modal container */
.modal {
    display:none;
}

/* Member profile summary */
#member_profile_panel {
    display:inline;
    float:left;
    overflow:visible;
    margin-left:2px;
}
#member_profile_panel .left_panel {
    float:left;
    margin:1px 5px;
    width:80px;
}
#member_profile_panel .left_panel .status_indicator {
    float:left;
    width:80px;
    text-align:center;
    margin:5px 0 !important;
}
#member_profile_panel .left_panel .avatar {
    width:100%;
    height:80px;
    margin-bottom:1px;
    margin-top:7px;
}
#member_profile_panel .left_panel .avatar img {
    width:80px;
}
#member_profile_panel .right_panel {
    float:left;
    margin:6px 0 0 3px;
    width:280px;
}
#member_profile_panel .right_panel h3 {
    color:#000;
    font-size:16px;
}
#member_profile_panel .right_panel .badge {
    float:left;
    height:20px;
    width:20px;
    margin-left:5px;
}
#member_profile_panel .right_panel .first {
    margin-left:0;
}

#member_profile_panel .feedback {
    float:right;
    margin:3px 7px 13px;
}
#member_profile_panel .feedback dd, 
#member_profile_panel .feedback dt {
    float:left;
    margin-left:5px;
    height:14px;
}
#member_profile_panel .feedback dd img {
    float:left;
    height:13px;
    width:13px;
}
#member_profile_panel .dotted_separator  {
    border-bottom:1px dotted #27588e;
    float:left;
    margin:3px 0 0;
    width:97%;
}
/* Discussions */
#reply_form .mceEditor {
    float:left;
    margin-bottom:20px;
}
#reply_form .reply_button {
    margin-left:10px;
    margin-top:168px;
    float:left;
}
/* Member thumbnail */
.member_thumbnail {
    float:left;
    margin-right:10px;
    text-align:center;
    width:80px;
}
.member_thumbnail h3 {
    margin-bottom:3px;
    color:#0b5180;
    font-size:12px;
    height:29px;
}
