/* DPhil current student home page */

div.dphil-two-cols {
    margin-top:10px;
    width:100%;
    overflow:hidden;
}

div.dphil-two-cols div.dphil-left-logo{
    float:left;
    min-width:150px;
    width:15.7%; 
}

div.dphil-two-cols div.dphil-left-logo #handbook-logo
{
    height:108px;
    border-top: solid;
    border-width: thin;
    border-color: #a7bb00;
    background-image: url("images/c_handbook_full.png");
     background-repeat: no-repeat;
}

div.dphil-two-cols div.dphil-left-logo #howto-logo
{
    height:108px;
    border-top: solid;
    border-width: thin;
    border-color: #a7bb00;
    background-image: url("images/c_howto_full.png");
     background-repeat: no-repeat;
}

div.dphil-two-cols div.dphil-left-logo #deadline-logo
{
    height:185px;
    border-top: solid;
    border-width: thin;
    border-color: #a7bb00;
    background-image: url("images/c_deadline_full.png");
    background-repeat: no-repeat;
}

div.dphil-two-cols div.dphil-right-content{
    float:right;
    min-width:px;
    width:79%; 
}

div.dphil-two-cols div.dphil-right-content div.arrow
{
    background-image: url("images/arrow_small_blue5.png");
    background-repeat: no-repeat;
    padding-left: 15px;
    display:block;    
}

div.dphil-two-cols div.dphil-right-content a:link{
    color: #002147 !important;
    text-decoration: none !important;
}

div.dphil-two-cols div.dphil-right-content a:visited{
    color: #002147 !important;
    text-decoration: none !important;
}

div.dphil-two-cols div.dphil-right-content #handbook-list{
    background-color: rgb(235, 242, 234);
    height:108px;
    font-size: small !important;    
}

div.dphil-two-cols div.dphil-right-content #howto-list{
    background-color: rgb(235, 242, 234);
    height:108px;
    font-size: small !important;   
}

div.dphil-two-cols div.dphil-right-content #deadline-list{
    background-color: rgb(235, 242, 234);
    height:192px;
    font-size: small !important;    
}

div.dphil-two-cols div.dphil-right-content #handbook-list table{
    padding-top: 2px !important;
    padding-right: 1px !important;
    padding-left: 10px !important;
    padding-bottom: 2px !important;
    color: #002147 !important;    
}

div.dphil-two-cols div.dphil-right-content #howto-list table{
    padding-top: 2px !important;
    padding-right: 1px !important;
    padding-left: 10px !important;
    padding-bottom: 2px !important;
    color: #002147 !important;    
}

div.dphil-two-cols div.dphil-right-content #deadline-list table{
    padding-top: 2px !important;
    padding-right: 1px !important;
    padding-left: 10px !important;
    padding-bottom: 2px !important;
    color: #002147 !important;    
}

div.dphil-section{
    width:100%;
}

div.dphil-section table{
    width:100%;
    border-spacing: 8px !important;    
}

div.dphil-section table td{
    width: 32% !important;
    background-color: rgb(238, 238, 238) !important;
    box-shadow:5px 5px 2px #888 !important;    
}

div.dphil-section div.dphil-section-content{
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 120px !important;
    font-size: small !important;
    color: #002147 !important;
    line-height: 22px !important;    
}

div.dphil-section div.dphil-section-content div.arrow
{
    background-image: url("images/arrow_small_blue3.png");
    background-repeat: no-repeat;
    padding-left: 15px;
    display:block;    
}

div.dphil-section div.dphil-section-super{
    height:50px;
    background-image: url("images/dphil_section_supervisor.png");
}

div.dphil-section div.dphil-section-forms{
    height:50px;
    background-image: url("images/dphil_section_forms.png");
}

div.dphil-section div.dphil-section-studentlife{
    height:50px;
    background-image: url("images/dphil_section_info.png");
}

div.dphil-section div.dphil-section-skill{
    height:50px;
    background-image: url("images/dphil_section_life2.png");
}

div.dphil-section div.dphil-section-quicklinks{
    height:50px;
    background-image: url("images/dphil_section_quicklinks.png");
}

div.dphil-section div.dphil-section-contacts{
    height:50px;
    background-image: url("images/dphil_section_contacts.png");
}

div.dphil-footer{
    margin-left: 180px;
    margin-top: 15px;
    font-size: 11.5px;
}

/*how to guides*/
.headerDivImg {
	width: 100%;
        height: 35px;
        color: #002147;
        background-color: #eeeeee;
        margin-left: 10px;
	cursor: pointer;
       
}
.headerDivImg:hover
{
	background-color: #cccccc;
}

.headerDivImg img {
	margin: 7.5px 5px 5px 5px;
        float: right;
        width: 17px;
        height: 17px;        
}
.titleTextImg {
	margin: 7.5px 5px 5px 5px;
        font-size: 1.2em;
        font-weight: bold;
        float: left;
	cursor: pointer;
}

.titleTextImg:hover
{
	text-decoration: underline;
	
}

#contentDivImg1 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg2 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg3 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg4 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg5 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg6 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg7 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg8 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg9 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg10 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg11 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg12 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg13 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg14 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg15 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg16 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg17 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg18 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg19 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg20 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg21 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg22 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg23 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg24 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}
#contentDivImg25 {
	width: 100%;
        margin-left: 10px;
	margin-top: 5px;
        background-color: #ffffff;        
}











