
/*
ELEMENT OVERRIDES
*/

body{
    background: #d8d8f1 url('../images/bk.gif') repeat-x scroll left top;
}

a{
    text-decoration: underline;
    color: #7143a7;
}

td
{
    vertical-align: top;
}

/*
SPECIFIC ID BASED DECLARATIONS
*/
#main{
    
}
#header,
#body{
    margin: 1em 2em;
}
#header{
    margin-top: .3em;
    margin-bottom: 2.5em;
    height: 50px;
}

#header a#siteName{
    padding-top: .8em;
    display: block;
    font-size: 2em;
    color: #ffffff;
    text-decoration: none;
}

#body{
    padding: 1em 1.5em;
    background-color: #ffffff;
}

#csuLogo{
    display: block;
    float: right;
}


#content{
    margin-left: 200px;
    min-height: 650px;
}

#footer{
    padding-top: 2em;
    clear: both;
    text-align: center;
    font-size: .9em;
}

#leftPanel{
    width: 200px;
    float: left;
}

#leftPanel ul
{
    list-style: none;
    /*margin: 0;  ditched this for now, let me know if it breaks stuff*/
    margin-left: 0;
    margin-right: 0;
}
#leftPanel #otherNav
{   
    margin-top: 2em;
}

/*
GENERAL CLASSES
*/

.icon
{
    background-position: 3px .2em;
    background-repeat: no-repeat;
    padding-left: 22px;
    padding-right: .2em;
    padding-top: .2em;
    padding-bottom: .2em;
}
a.icon:hover
{
    background-color: #fff6ca;
}

.vcard_edit{ background-image: url('../images/icons/vcard_edit.png');}
.application_key{ background-image: url('../images/icons/application_key.png');}

.gridViewOdd
{
    background-color: #f5f5f5;

}
#content 
{
	margin: 2em 0em 0 20em;
}

