.containerAdminBorder{border:none;}

.registerGroup li.userProfileImg{display:none;}


#dnn_HeadPane.HeadPane fright
{
    padding-top:15px;
}


.colorhead h2
{
    text-align:center;
}


.homepageContainerTitle
{
    text-align:center;
}


a:link,a:active,a:visited
{
   color: #676767; 
}


a:hover
{
    color:#000000;
}



/*Contact Page */

div.wsusContacts
{
min-height:500px;
}



/*misc etailer  */

.TreeMenu_Node
{
    white-space:normal;
    
word-wrap: break-word;
}

.navigationTree
{
    overflow:hidden;
}


a.TreeMenu_Node:link,
 a.TreeMenu_NodeSelected:link 
{
   word-wrap: break-word;
}



div.OneLineBasket_Panel
{
    text-align:right;
}

th.FullBasketHeader_Delete, 
th.FullBasketHeader_ProductBrand,

th.FullBasketHeader_ProductName, 
th.FullBasketHeader_ProductSummary,

th.FullBasketHeader_Price, th.FullBasketHeader_Quantity
{
    color:#3c74a5;;
}


.WizardStepOrderConfirmation h1.Head
{
    color:#3c74a5;;
}






/*Xmod */



div.theCaptcha
{
padding-left:165px;
}


div.accountContainer
{
padding-left:45px;
}


.ModXModFormViewC {
    margin-left: 0px;
    margin-right:0px;
}

.contactForm div div, 
.contactForm div.contactCommentType, 
.contactForm div.contactDescription {
    clear: both;
}

.contactForm div.WSUS_ContactsContent span, 
.contactForm div.ModWSUSContactsC span, 
.contactForm label {
    float: left;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 160px;
    font-size:small;
    font-weight: bold;
    clear:both;
    text-align: right;

}



.contactForm input, 
.contactForm select, 
.contactForm textarea {
    margin: 4px 4px 4px 0px;
    padding: 0px 2px;
    width: 260px;
}

input.commandButton {width:100px;}


@media handheld, only screen and (max-width: 1115px){.cssmenu ul li a { padding:0 8px}}

@media handheld, only screen and (max-width: 1060px){.cssmenu ul li a { padding:0 7px}}

@media handheld, only screen and (max-width: 1010px){.cssmenu ul li a { padding:0 6px}
.cssmenu ul li.current a, .cssmenu ul li.Breadcrumb a{ padding:0 10px}}

@media handheld, only screen and (max-width: 960px){.cssmenu ul li a { padding:0 4px;}
.cssmenu ul li.current a, .cssmenu ul li.Breadcrumb a{ padding:0 10px}}

@media handheld, only screen and (max-width: 790px) {.groupLogo { display: none;}}

.prodContent .lineCard {
    width: 100%;
    text-align: right;
    display: inline-block;
}


/* Events Calender Styling */


div.rsApt
{
color:red;
}
td.evtDayHeader
{
    background-color:#8b8b8b;
}

td.evtDay
{
    border-color:#8b8b8b;
    background-color:#ffffff;
}

td.evtToday.evtDay
{
    background-color:#e6e6e6;
}

td.evtWeekendDay.evtDay
{
    background-color:#ffffff;
}
.evtTitle, .evtTitle td 
{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    height: 24px;
    font-family: Arial,Helvetica,sans-serif;
    color: #8b8b8b !Important;
}




div.accordionContent td
{
border:none;
}




/*News Page */

.NewsPage_NewsItem
{
margin-bottom:10px;
}

.DNN_News_ItemDate
{
font-style:italic;
}

h3.moduleTitle
{
color:#3c74a5;;
}

.ForgotUsernameIntro
{
margin-bottom:20px;
}
/*Login Styling Added 9/16/2013 JT*/
 .dnnFormItem .dnnFormLabel {
        width: 15%;
    }
.dnnForm ul.dnnActions, .DnnModule ul.dnnActions,
ul.dnnActions { border-top:none;
}
 @media handheld, only screen and (max-width: 768px) {
    .dnnLoginService input[type="text"] {
    width:150px;min-width:150px;}
    .dnnLoginService input[type="password"] {
    width:150px;min-width:150px;}

}

@media handheld, only screen and (max-width: 330px) {
    a.dnnPrimaryAction, a.dnnPrimaryAction:link {
    margin-left:10px;
    }
    .dnnLoginRememberMe {
        padding-left: 10px;
    }
    .dnnFormItem .dnnFormLabel {
        width: 10%;
    }
}


.CLHP_CategoryListTree .CategoryHeaderLink.level1 { max-width: 90%; }

/* remove control bar logo */
#ControlBar_conrolbar_logo { display: none; }

/* get rid of annnoying spacing in edit mode */
.dnnSortable { min-height: initial !important; }


/* General dnn button style */
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction { 
    clear: both;
    background: none;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    width: auto;
}
.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction { 
    background-color: #3a73a2;
    color: #fff !important;
}
.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
    background-color: #6fa5d1;
    color: #fff !important;
    text-decoration: none;
}
.dnnSecondaryAction, a.dnnSecondaryAction, .dnnSecondaryAction:hover, a.dnnSecondaryAction:hover {
    box-shadow: none;
    border-radius: 2px;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
}
.dnnSecondaryAction, a.dnnSecondaryAction { 
    background-color: #e8e8e8;
    color: #676767 !important;
}
.dnnSecondaryAction:hover, a.dnnSecondaryAction:hover {
    background-color: #f0f0f0;
    color: #555 !important;
}

#dnnheader .logo {padding:20px 0 0 0}
#dnn_dnnLogo_imgLogo {max-height:90px}



