﻿
/* Menu Bar */
.menuLink
{
    color: #fff;
    background-color: #004778;
    text-decoration: none;
    padding: 5px;
    height: 28px;    
}


.menuLinkselected
{
    color: #004778;     background-color: #fff;
    text-decoration: none;
    padding: 5px;
    height: 28px;    
}

.menuitem
{
    color: #fff;
    background-color: #004778;
    text-decoration: none;
    padding: 5px;
    height: 28px;
}

.menuhover
{
    font-weight: bold; 
}

.menuselected
{
}

.menuselected a
{
    background-color: #f2f2f2;     color: #004778;
}

.submenuselected
{
}

.submenuselected a
{
    text-decoration: underline; 
}

.underlinemenuullia
{
    color: #fff;
    background-color: #004778;
    text-decoration: none;
    padding: 5px;
    height: 28px;
}

.underlinemenuulliahover
{
    font-weight: bold;
}

.underlinemenuulliaselected
{
}

.underlinemenuulliaselected a
{
    text-decoration: underline; 
}

/* End of Menu Bar */




/* Left Bar */

#leftbar ul.sidemenu
{
    margin-bottom: 1.5em;
    padding-left: 1em;
    list-style: square;
}
#leftbar ul.sidemenu li
{
    margin-bottom: 1px;
}

#leftbar ul.sidemenu a
{
    color: #0077dd;
    text-decoration: underline;
}

* html body #leftbar ul.sidemenu a
{
    height: 18px;
}

#leftbar ul.sidemenu a:hover
{
    text-decoration: none;
}

#leftbar ul.sidemenu .currentLink
{
    color: #CCC;
    font-weight: bold;
    text-decoration: none;
}

/* End of Left Bar */



#memberof td
{
    text-align: center;
}


a
{
    color: #0077dd;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}



/* Content Wrapper */

#content-wrapper a
{
    color: #0077dd;
    text-decoration: none;
}

#content-wrapper a:hover
{
    text-decoration: underline;
}

p
{
    margin-bottom: 1.5em;
}


#content-wrapper h2, h3, h4, h5, h6
{
    color: #666666; /*#545454;*/ /*margin-bottom: 1em;*/
    padding-bottom: 0.3em; /*margin-top: 1em;*/
}

#content-wrapper h1
{
    color:   #9A9A9A; 
    margin-bottom: 1em;
    padding-bottom: 0.3em;
}

#content-wrapper h1, h2
{
    font-weight: normal;
}


#content-wrapper h3
{
    font-size: 1.1em;
}


#content-wrapper ul
{
    margin-bottom: 1.5em;
    padding-left: 1em;
    list-style: square;
}


#content-wrapper ol
{
    margin: 10px 30px 50px;
    padding: 0 15px;
    list-style-type: lower-alpha;
}


#content-wrapper li
{
    padding-left: 4px;
    padding-bottom: 10px;
}

/* End of Content Wrapper */




.post-footer
{
    background-color: #FAFAFA;
    padding: 3px;
    margin: 20px 0px 50px 0px;
    border: 1px solid #f2f2f2;
    font-size: 90%; /*text-align: right;*/
    text-align: left;
    font-family: Verdana;
    padding-right: 50px;
}
.post-footer .date
{
    background: url(images/clock.gif) no-repeat left center;
    padding-left: 20px;
    margin: 0 10px 0 5px;
}
.post-footer .comments
{
    background: url(images/comment.gif) no-repeat left center;
    padding-left: 20px;
    margin: 0 10px 0 5px;
}
.post-footer .readmore
{
    background: url(images/page.gif) no-repeat left center;
    padding-left: 20px;
    margin: 0 10px 0 5px;
}


/* form elements */
#myform
{
    margin: 10px;
    padding: 0;
    padding-left: 10px;
    border: 1px solid #f2f2f2;
    background-color: #FAFAFA;
}
label
{
    display: block;
    font-weight: bold;
    margin: 5px 0;
}

.simplelabel
{
    display: block;
    
    
}


.readonlyText
{
    display: block;
    margin-right: 20px;
    margin-bottom: 30px;
}

input
{
    padding: 2px;
    border: 1px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color: #777;
}

textarea
{
    width: 300px;
    padding: 2px;
    font: normal 1em Verdana, sans-serif;
    border: 1px solid #eee;
    height: 100px;
    display: block;
    color: #777;
}
input.button
{
    margin: 0;
    font: bold 1em Arial, Sans-serif;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 2px 3px;
    color: #4284B0;
}










.gridview
{
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto; /*text-align: center;*/
    border-collapse: collapse;
}

.gridview th
{
    font-weight: bold;
    padding: 0.3em 0.5em 0.3em 0.5em;
    text-align: left;
}

.gridview td
{
    padding: 0.5em;
    border-right: solid 1px #fff;
    vertical-align: top; /* text-align: justify;    text-align: left;*/
}


.gridview .rowH
{
    color: #000;
    background: #CCC top left repeat-x;
    border-right: solid 1px #fff;
}

.gridview .rowA
{
    background: #F8F8F8 top left repeat-x;
    border-top: solid 1px #fff;
    color: inherit;
}

.gridview .rowB
{
    background: #FDFDFD top left repeat-x;
    border-top: solid 1px #fff;
    color: inherit;
}



#content-wrapper .mytable
{
    margin-bottom: 1.5em;
    border-collapse: collapse;
}

#content-wrapper .mytable td
{
    padding: 0.5em;
    border-right: solid 1px #fff;
}

#content-wrapper .mytable tr
{
    padding: 0.3em 0.5em 0.3em 0.5em;
}


img.floatLeft
{
    float: left;
    margin: 4px;
    padding-right: 20px;
}
img.floatRight
{
    float: right;
    margin: 4px;
    padding-left: 20px;
}


#visionQuote
{
    letter-spacing: 2pt;
    line-height: 50pt;
    text-align: center;
    font-family: 'Trebuchet MS';
    font-size: 1.8em;
}