﻿body {
    font-family: Arial,sans-serif;
    color: #333333;
    line-height: 1.166;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

td {
    vertical-align: top;
}

a {
    color: #006699;
    text-decoration: none;
}

    a:link {
        color: #006699;
        text-decoration: none;
    }

    a:visited {
        color: #006699;
        text-decoration: none;
    }

    a:hover {
        color: #006699;
        text-decoration: underline;
    }

h1 {
    font-family: Verdana,Arial,sans-serif;
    color: #334d55;
}

h2 {
    font-family: Arial,sans-serif;
    color: #006699;
}

h3 {
    font-family: Arial,sans-serif;
    font-size: 100%;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

h4 {
    font-family: Arial,sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

h5 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 100%;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

fieldset {
    padding: 15px;
    border: 1px solid #C0C0C0;
    margin-top: 10px;
    margin-bottom: 20px;
}

    fieldset legend {
        border: 1px solid #C0C0C0;
        padding: 2px 15px 2px 15px;
        font-weight: bold;
    }

/*
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#login input[type="text"], #login input[type="password"] {
    width: 250px;
    padding: 3px;
}

#login td {
    padding-bottom: 8px;
}




#masthead {
    padding: 10px 0px 0px 0px;
    width: 100%;
    vertical-align: middle;
    border-bottom: solid 1px #cccccc;
}

#navBar {
    float: left;
    width: 20%;
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto !important; /* Firefox, Safari, IE7, etc */
    height: 500px; /* IE6 */
    min-height: 500px; /* Firefox, Safari, IE7, etc */
}



#content {
    float: left;
    width: 70%;
    padding: 10px;
    height: auto !important; /* Firefox, Safari, IE7, etc */
    height: 500px; /* IE6 */
    min-height: 500px; /* Firefox, Safari, IE7, etc */
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName {
    margin: 0;
    padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav {
    padding: 0px 0px 5px 10px;
    color: #cccccc;
}

    #globalNav img {
        display: block;
    }

    #globalNav a {
        font-size: 90%;
        padding: 0 4px 0 0;
    }


#mastheadmenuwrapper {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

#mastheadmenu {
    clear: both;
    padding-left: 21%;
    border-top: solid 2px #ccc;
    padding-bottom: 5px;
}

#mastheadlogo {
    float: left;
}

.commandbar {

    border-top:dotted 1px #cccccc;
    text-align: right;
    text-transform: lowercase;
    margin-top:10px;
    padding-top:10px;
}

    .commandbar ul {
        List-style: square;
        padding: 0;
        margin:0;
    }

        .commandbar ul > li {
            display: inline-block; /* You can also add some margins here to make it look prettier */
            padding:0;
            margin:0;
            zoom: 1;
            *display: inline; /* this fix is needed for IE7- */
        }
            .commandbar ul > li a {
                padding-left:20px;
                color:#5377A9;
                font-weight:bold;
            }

/*************** #pageName styles **************/

#pageName {
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb {
    font-size: 80%;
    padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature {
    padding: 0px 0px 10px 10px;
    font-size: 80%;
}

    .feature h3 {
        padding: 30px 0px 5px 0px;
        text-align: center;
    }

    .feature img {
        float: left;
        padding: 10px 10px 0px 0px;
    }


/************** .story styles *****************/

.story {
    clear: both;
    padding: 10px 0px 0px 10px;
    font-size: 80%;
}

    .story p {
        padding: 0px 0px 10px 0px;
    }


/************* #siteInfo styles ***************/

#siteInfo {
    clear: both;
    border: 1px solid #cccccc;
    font-size: 75%;
    color: #cccccc;
    padding: 10px 10px 10px 10px;
}

    #siteInfo img {
        padding: 4px 4px 4px 10px;
        vertical-align: middle;
    }





/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;} #navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */ #navBar li {
    border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html > body #navBar li {
    border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks {
    position: relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
}

    #sectionLinks h3 {
        padding: 10px 0px 2px 10px;
    }

    #sectionLinks a {
        display: block;
        border-top: 1px solid #cccccc;
        padding: 2px 0px 2px 10px;
    }

        #sectionLinks a:hover {
            background-color: #dddddd;
        }


/*********** .relatedLinks styles ***********/

.relatedLinks {
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 10px;
    font-size: 90%;
}

    .relatedLinks h3 {
        padding: 10px 0px 2px 0px;
    }

    .relatedLinks a:link,
    .relatedLinks a:visited {
        display: block;
    }


.reorderlist ul {
    list-style: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
}

.reorderlist li {
    margin-right: 10px;
}

.button {
    height: 22px;
    min-width: 100px;
    text-align: left;
    border: 1px solid #006699;
    padding-left: 10px;
}

.nestedlist > ul {
    margin-left: 5px;
    padding: 0px;
}

.nestedlist ul ul {
    margin-left: 20px;
    padding-left: 0px;
    list-style-type: disc;
}

.nestedlist ul {
    list-style-type: disc;
}


    .nestedlist ul ul ul {
        list-style-type: disc;
    }


/*Reorder List*/
.dragHandle {
    width: 15px;
    height: 15px;
    background-color: #333333;
    background-image: url(images/bg-menu-main.png);
    cursor: move;
    border: outset thin white;
}

.callbackStyle {
    border: thin blue inset;
}

    .callbackStyle table {
        background-color: #5377A9;
        color: Black;
    }


.reorderListDemo li {
    list-style: none;
    margin: 2px;
    background-image: url(images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.dragVisualContainer li {
    list-style: none;
    background-image: url(images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.reorderListDemo li a {
    color: #FFF !important;
    font-weight: bold;
}

.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea {
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}

.tinymce{

    width:100%;

}