﻿tr td
{
    padding: 3px 5px; 
}

tr.headings th
{
    text-align: left;
    padding: 8px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #777;
    border-left: 1px solid #999;
    border-right: 1px solid #777;
    background-color: #888 !important;    
}

tr.headings th.blank
{
    text-align: left;
    padding: 8px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: transparent !important;    
}

tr.lightheadings th
{
    text-align: left;
    padding: 8px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    border-right: 1px solid #bbb;
    background-color: #ccc !important;    
    color: #444;
}

tr.fancy
{
    font-family: Cambria,Georgia,"Times New Roman",Times,serif !important;    
    font-weight: normal;    
    font-size: 1.2em;    
}

tr.odd td               {background-color: #eee !important; border-width: 1px; border-style: solid; border-color: #fff #ddd #ddd #fff;}
tr.odd.hover td         {background-color: #f0f0d6 !important; border-width: 1px; border-style: solid; border-color: #ffffe5 #e0e0c6 #e0e0c6 #ffffe5;}
tr.odd.selected td      {background-color: #d9f0d6 !important; border-width: 1px; border-style: solid; border-color: #e8ffe5 #cae0c6 #cae0c6 #e8ffe5;}

tr.even td              {background-color: #e8e8e8 !important; border-width: 1px; border-style: solid; border-color: #f8f8f8 #d8d8d8 #d8d8d8 #f8f8f8;}
tr.even.hover td        {background-color: #eaead0 !important; border-width: 1px; border-style: solid; border-color: #f9f9df #dcdcc2 #dcdcc2 #f9f9df;}
tr.even.selected td     {background-color: #d3ead0 !important; border-width: 1px; border-style: solid; border-color: #e2f9df #ccdaca #ccdaca #e2f9df;}

tr.edit
{
   border-top: 1px solid #F0555C;
   border-bottom: 1px solid #A8393F;    
}

tr.edit td,
tr.edit th
{
    text-align: left;
    padding: 8px;
    background-color: #D0464D !important;
    color: White;
    border-left: 1px solid #F0555C;
    border-right: 1px solid #A8393F;    
}

.Resources .col1 .EClips
{
    width: 100%;	
}

.Resources .col1 input[type=text]
{
    margin-left: 10px;
    margin-top: 10px;
}


.Resources .col1
{
    float: right !important;
    padding:0px 0px 10px 0px !important;
    -padding-top: 10px;
}

.Resources .col2
{

}

.Resources .col2 .intro img
{
    float:left;
    margin-right:10px;
    margin-top:-10px;
    padding: 0 0 10px 0;
}

.Resources .col2 br
{
    display: block;
    height: 25px;
    float: none;
    clear: both;
}

.Resources .col2 hr
{
    height: 1px;
    overflow: hidden;
    color: #ccc;
}

.Resources .col2 h1
{
    margin-top: 0px;
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 3px; */
    /* background: url(../images/columnheader-fade50.png) center bottom repeat-x; */
}


.Resources .col2 h1.head1
{
    margin-top: 20px !important;
}

.Resources .col1 .EClips table
{
	margin: 2px 0 2px 0;
}

.Resources .col1 .EClips div div table
{
	font-size: 0.8em;
}

.Resources .col1 .EClips div div table tr
{
	white-space: normal !important;
}

.Resources .col1 .EClips div div table tr td
{
	overflow: hidden;
	text-overflow: ellipsis;
}

.Resources .col1 .EClips div div table tr td a
{
	white-space: normal !important;
}

.pricelist
{
    font-size: 0.9em;
    margin-top: 10px;
}

.pricelist tr
{
}

.pricelist td
{
    padding: 3px;
    background:#EEEEEE /*url(/resources/images/columnheader-fade25.png) bottom repeat-x*/;  
    border-left: 1px solid #fff;   
    border-right: 1px solid #ddd;          
    border-bottom: 1px solid white;    
}

.pricelist .purchaseItem
{
    padding: 5px;
}

.pricelist .purchasePrice
{
    padding: 5px;
    font-size: 1.1em;
    text-align: right;
}

.mcqpanes .label
{
    background: #fff !important;
    text-align: right !important;
    
}


.mcqpanes .input
{

}

.dummyAspectsOption
{
    width: 0%; display: none;
}

td.aspectsOption
{
    background:#888 /*url(/resources/images/columnheader-fade25.png) bottom repeat-x*/;  
}

td.aspectsQuestion
{
    background:#EEEEEE;  
    line-height: 1.0em;
    text-align: left;
    font-size: 0.8em;
    border-top: 1px solid #eee !important;   
    border-left: 1px solid #eee !important;   
    border-right: 1px solid #ddd !important;          
    border-bottom: 1px solid #ddd !important;          
}

.AspectsTable th
{
    padding: 0px !important;
    margin: 0px !important;  
}

.AspectsTable th.aspectsOption_DoubleTick,
.AspectsTable th.aspectsOption_Tick,
.AspectsTable th.aspectsOption_Cross,
.AspectsTable th.aspectsOption_DoubleCross
{
    border-top: 1px solid white !important;   
    border-left: 1px solid #fff !important;   
    border-right: 1px solid #ddd !important;          
    border-bottom: 1px solid #ddd !important;      
}

td.aspectsOption_DoubleTick,
td.aspectsOption_Tick,
td.aspectsOption_Cross,
td.aspectsOption_DoubleCross
{
    text-align: left;
    width: 20px;
}

td.aspectsOption_DoubleTick
{
    background:#EBFFEB /*url(/resources/images/columnheader-fade25.png) bottom repeat-x !important*/;  
}

td.aspectsOption_Tick,
td.aspectsOption_Cross
{
    background:#FAF6E5 /*url(/resources/images/columnheader-fade25.png) bottom repeat-x !important*/;  
}

td.aspectsOption_DoubleCross
{
    background:#FFEBEB /*url(/resources/images/columnheader-fade25.png) bottom repeat-x !important*/;  
}

.AspectsTable .alternate td.aspectsOption_DoubleTick
{
    background:#EBFFEB /*url(/resources/images/columnheader-fade25.png) bottom repeat-x !important*/;  
}

.AspectsTable .alternate td.aspectsOption_Tick,
.AspectsTable .alternate td.aspectsOption_Cross
{
    background:#FAF6E5 /*url(/resources/images/columnheader-fade25.png) bottom repeat-x !important*/;  
}

.AspectsTable .alternate td.aspectsOption_DoubleCross
{
    background:#FFEBEB /*url(/resources/images/columnheader-fade25.png) bottom repeat-x !important*/;  
}

.AspectsTable td.aspectsQuestion
{
    background:#F4F4F4;  
}

.AspectsTable .alternate td.aspectsQuestion
{
    background:#EEEEEE;  
}

.highlight td.aspectsQuestion
{
    color:#D0464D !important;  
}

.tdTitle
{
    background:#888 /*url(/resources/images/columnheader-fade25.png) bottom repeat-x !important*/;   
    color: White;  
    border-top: 10px solid white;
    border-right: 0px solid white;
    padding: 5px;    
}

#examlist .subject,
#examlist .examTitle
{
    font-size: 0.8em;

}

#examlist .subject
{
    width: 40%;
}

#examlist .subjectInput
{
    width: 150px;
}

#examlist .grade
{
    width: 20%;
}

#examlist .gradeInput
{
    width: 30px !important;
}

.rightborder
{
    border-right: 1px solid #eee;
}

table, th, tr, td
 {background-image: none !important;}
 
#FindAdviser table td
{
    padding: 5px;
}

#GroupUserSummary a
{
    text-decoration: underline;
}

tr.groupRow
{
    cursor: pointer;   
}
