.containerAdminBorder{border:none;}

#dnnheader .logo {
    padding: 25px 0px 20px 10px; 
}
#dnn_HeadPane.HeadPane fright
{
    width:45%;
    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:Red;
}

.WizardStepOrderConfirmation h1.Head
{
    color:Red;
}


h3.moduleTitle
{
color:Red;
}


/*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 */

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.pop
{
    color:Red;
}

p.DNN_News_ItemLink
{
font-size:medium;
}
div.accordionContent td
{
border:none;
}
#dnn_RightThreePane .DNN_News_ItemLink
{
font-size:small;
}

.NewsPage_NewsItem
{
margin-bottom:10px;
font-size:medium;
}
.NewsPage_NewsItem a
{
text-decoration:underline;
font-weight:bold;
}
.DNN_News_ItemDate
{
font-style:italic;
}


/* 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: #0d6ac6;
    color: #fff !important;
}
.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
    background-color: #1385f6;
    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;
}


.dnnFormItem input[type=reset], .dnnLogin .LoginTabGroup span, .dnnSecondaryAction, a.dnnSecondaryAction {    
    background: #f5f5f5;
	color: #333;
    border-color: #c2c2c2;
    text-decoration: none;
}

.dnnFormItem input[type=reset]:active, .dnnFormItem input[type=reset]:hover, .dnnLogin .LoginTabGroup span:active, .dnnLogin .LoginTabGroup span:hover, .dnnSecondaryAction:active, .dnnSecondaryAction:hover, a.dnnSecondaryAction:active, a.dnnSecondaryAction:hover {
    background: #fff;
	color: #333;
}


a.CheckoutStep.Current {
	color: #444 !important;
	background-color: transparent !important;
	opacity: 1;
}

a.CheckoutStep.Incomplete
{
	color: #999 !important;
	background-color: transparent !important;
	opacity: 1;
}




