﻿



/* Content Link Settings */ 

.pictureLeft
{
    float: left;
    padding: 0 30px 10px 0;
}


.pictureRight
{
    float: right;
    padding: 0 0 10px 30px;
}

.hide
{
    text-indent: -9999px;
    height: 0px;
    width: 0px;
}

p#pageContentTopBlue
{

    background: transparent url(/App_Themes/Default/Images/Graphics/pageContentTopBlue.gif) repeat-x 0 0;  
    height: 30px;
    width: 827px; 
    border-left: 1px solid #cdd5d8;
    border-right: 1px solid #cdd5d8;
}


p#pageContentBottomWhite
{
    background: transparent url(/App_Themes/Default/Images/Graphics/pageContentBottomWhite.gif) repeat-x 0 0;
    
    height: 21px;
    border-left: 1px solid #cdd5d8;
    border-right: 1px solid #cdd5d8;
    padding: 0;
    margin: 0 1px 0 0;
}




#mainContent
{
    border-left: 1px solid #cdd5d8;
    border-right: 1px solid #cdd5d8;
    margin: 0 1px 0 0;
}

#mainContent #left
{
    float: left;
    margin-bottom: 0;
}

#mainContent #right
{
    float: right;
    background: transparent url(/App_Themes/Default/Images/graphics/default-rightbg.gif) repeat-y 0 0; 
    width: 213px;
    height: 325px;
    border-top: 1px solid #dbdedf;
    border-right: 1px solid #e4e7e8;
    border-left: 1px solid #e3e7e8;
    margin-bottom: 0;
}

#mainContent img#flash
{
    margin: 0 0 0 1px;
}


/* Default - Right Content */ 


#mainContent #right ul
{
    margin: 0px 25px 0 16px; /* top: 4px */
    width: 170px;
    height: 300px; 
}


#mainContent #right ul li
{
    list-style: none;
    border-bottom: 1px solid #d4d6d7;
    padding: 8px 0 8px 0; /* 10px 0 11px 0; */
}

#mainContent #right ul li.last
{
    border: none;
    background: none;
}



#mainContent #right ul li a:link, #mainContent #right ul li a:visited
{
    color: #666666;
    background: transparent url(/App_Themes/Default/Images/graphics/navarrow.gif) no-repeat left 7px; 
    padding: 8px 0 5px 20px;  
    display: block;
}

#mainContent #right ul li a:hover, #mainContent #right ul li a:active
{
    background: transparent url(/App_Themes/Default/Images/graphics/navarrow-hover.gif) no-repeat left 7px; 
    color: #929292;
}

#mainContent #right img
{
    float: right;
    padding: 0 0 0 5px;
}

#mainContent #right p
{
    font-size: 1.1em;
    color: #7a7a7a;
}

.seperatorLine
{
	margin: 10px 0 0 0;
	height: 3px;
	background-color: #f4f8f9;
}

