﻿/* Generic Styling */

html
{
    background-color: #BCBDC0;
}

body
{
    background-color:transparent;
    font-family: Arial;
    font-size: 70.5%; /* Sets default font size to 10px */
    color: #000000;
}

* {
    margin:0;
    padding:0;
    }

img {
    border:0;
    }

p {
    margin-bottom:1em;
    }

a {
    text-decoration:none;
    color:#B4C835;
    }
a:hover
{
    text-decoration: none;
    color: #999999;
}

/* Structure */

#wrapper
{
    margin: 20px auto;
    width: 1024px;
    background-color: White;
    font-size: 1.20em;
    background-image: url('images/NevtecLogoSwoosh.png');
    background-position: 400px 10px;
    background-repeat: no-repeat; /*-moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;*/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
}

#header {
    margin: 0 auto;
    width: 1024px;
    background: url(images/bg-header.html) no-repeat;
}

#sidebar {
    float:right;
    width:180px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border: 10px;
    }
 
 #Breadcrumb
 {
     padding-left: 5px;
     margin-bottom: 0px;
 }
 
#lowsidebar
{
    float:right;
    width:180px;
    background:#efefef;
    margin-right:10px;
    margin-top: 20px;
    margin-bottom:20px;   
}

.ContentPane {
    float:left;
    width:81%;
    min-height:400px;
    display:inline-block;
}

#Panes{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 400px;
}

.BannerPane
{
    float: none;
   margin-bottom: 20px;
   display: inline-block;
}

.LeftPane
{
    float:left;
    width: 32%;
    display: inline-block;
}


.CenterPane
{
    float: left;
    width: 32%;
    margin: 0 10px 0 20px;
    display: block;
    
}
.RightPane
{
    float:right;
    width: 32%;
    display: block;
}

.BottomPane
{
    clear:both;
}
  
.ContactSupport
{
    float: right;
    width: 180px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    padding: 5px;
    font-size: 11.5px;
    border: 1px solid #DD804D;
    /* Old browsers */ 
    background:#F58400 url('../../Containers/Nevtec3/css/ui-darkness/images/ui-gradient-orange.png') repeat-x 50% 50%;
}

.ContactSupport h1
{
    color: White;
    font-size: 2em;
}

.ContactSupport h2
{
    color: Black;
}

#footer
{
    clear: both;
    height: 100px;
    height: 58px;
    margin: 0px auto;
    background-color: transparent;
    color:#555;
}
.footer a
{
    color:#555;
}

.footer a:hover
{
    color:#FC8D33;
}

/* Sidebar */
#sidebar-bottom {
    height:20px;
    background:url(images/bg-sidebar-bottom.html) no-repeat top center;
}


    /* Header Skin Objects */
#logo
{
    display: inline-block;
    width: 340px;
    margin: 15px;
    float: left;
}
#login_style {
    position: inherit;
    float:right;
    margin-right:15px;
    
}
.linkseparator {
    padding: 0 5px;
}
#login_style .linkseparator{
    font-weight: bold;
    color:Black;

}
.user, a.user:link, a.user:active, a.user:visited {
    color: white;
    font-size: 1.1em;
    font-weight:bold;
}
a.user:hover {
    color: #C00;
}

/* Footer Skin Objects */
.linkscontainer {
    padding-top: 30px;
    text-align: center;
    font-size: 1.0em;
    text-transform: uppercase;
}

.links, a.links:link, a.links:active, a.links:visited
{
    font-weight: bold;
    color: #333;
}
a.links:hover {
    color: #FC8D33;
}

#copy_style
{
    position:relative;
    right: -10px;
    top: 30px;
}

#searchbar
{
    float: right;
    margin-top:10px;
}

#menubar
{
    margin: 30px 0px 0px 0px;
}

.DnnModule
{
    height:auto;
}

tfoot, thead
{

    background:#F58400 url('../../Containers/Nevtec3/css/ui-darkness/images/ui-gradient-orange.png') repeat-x 50% 50%;
    color:#000000;
    font-family: 'ms sans serif';
    font-size: 1.5em;
    border-color: White;

}
td
{
    font-size: .9em;
    padding: 8px;
}

td strong
{
    font-size: 1.1em;
}

th
{
    padding: 3px;
      color: #eee;
    font-size: 16px;  
    border: #eee;
}

ul li
{
    margin-left: 20px;
    list-style-type: circle;
}

h1
{
    color: #C66300;
}

.LoginLink
{
    font-size: .8em;
}

