body, html {
    height: 100%;
    font: small trebuchet, verdana, arial, helvetica, sans-serif;
    color: #543859;
    background-color: white;
}
body {
    margin: 0;
    padding: 0;
    border: none;
}


#footpane a {
    color: White;
}
#footpane {
    width: 588px;
    background: #543859;
    bottom: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    height: 42px;
    font-size: x-small;
    color: White;
    text-align: center;
}
#breadcrumbs a {
    color: #543859;
}
#breadcrumbs {
    color: #543859;
    font-size: x-small;
    border-bottom: dashed 1px #c0c0c0;
    padding-bottom: 5px;
}
#spacer-bottom {
    font-size: x-small;
}

.content {
    padding-left: 10px;
    padding-right: 10px;
}

/* text style for buttons and link buttons used in the portal admin pages */


.LoginTable {
    position: relative; /*left:-xx-small;*/ /*top:-xx-small;*/
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

/**** Module Title ****/

#mt_container {
    width: 98%;
}
/* Make this a style as it's a dynamic asp.net control */
.mt_edit {
    width: 30%;
    float: left;
}
/* Make this a style as it's a dynamic asp.net control */
.mt_controls {
    width: 70%;
    text-align: right;
    float: left;
}
#mt_help {
    width: 100%;
    clear: left;
}

#mt_title {
    width: 100%;
    clear: both;
}

.TableContainer {
    background-color: #f5f5f5;
    border-right: 1px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-style: solid;
    border-color: gray;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.commandbutton:link {
    text-decoration: underline;
    color: #543859;
}

A.commandbutton:visited {
    text-decoration: underline;
}

A.commandbutton:active {
    text-decoration: underline;
    color: #543859;
}

A.commandbutton:hover {
    text-decoration: underline;
    color: #543859;
}


HR {
    color: #c0c0c0;
    height: 1pt;
    text-align: left;
}


/*#leftpane ul,#content-sec ul li {
  list-style: none none;
}  */



/*** Navigation menu's  ***/

.MenuGroup {
    cursor: pointer;
    cursor: hand;
    border: 1px solid #E4E4E4;
    border-top: 0px;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
}

.MenuItem {
    font-size: small;
    color: #666666;
    height: 22px;
    padding-left: 0px;
    padding-top: 2px;
    width: 150px;
    background-color: #dfdfdf;
    border-bottom: solid 1px #efefef;
    color: #6C388C;
}

.MenuItemOver {
    font-size: small;
    color: #666666;
    height: 22px;
    padding-left: 0px;
    padding-top: 2px;
    background-color: #efefef;
    border-bottom: solid 1px #efefef;
    color: #6C388C;
}

.MenuItemClicked {
    font-size: small;
    color: #666666;
    height: 22px;
    padding-left: 0px;
    padding-top: 2px;
    background-color: #efefef;
    border-bottom: solid 1px #efefef;
    color: #6C388C;
}

/* text style used for breadcrumb */


.PageTitle {
    /*border-bottom-style:dashed; 	border-bottom-width:1px;*/
    padding-top: 20px;
    padding-left: 16px;
    font-weight: bold;
}

.Message {
    font-weight: normal;
    background-color: #eeeeee;
}


/* style of item titles by Announcements and events */
.ItemTitle {
    font-weight: bold;
}
/* Tabbed edit table cell */
.a_text {
    font-family: Verdana;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
}

.a_content {
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    background-color: #f5f5f5;
}
.a_header {
    clear: both;
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    border-top: solid 1px #cccccc;
    background-color: #d0d0d0;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding-right: 10px;
    color: #8e8e8e;
}

.a_footer {
    border-right: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    background-color: #cbcbcb;
}

.StaticMenuItem {
    border-bottom: 1px #ffffff solid;
    background-color:#DFDFDF;
    font-size:0.95em;
    font-family:Verdana;
}

.DynamicMenuItem {
    border: 1px #cbcbcb solid;
    background-color:#DFDFDF;font-size:1.0em;   
    font-family:Verdana; 
}