/* ====================================================== */
/* Main content and left menu styles                      */
/* ====================================================== */

#content
{
    padding-bottom: 54px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 50px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 716px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	min-height: 100%;
}

/* ----------------------------- */
/* require field style           */
/* ----------------------------- */
.required-field
{
    color: #FF0000;
}

/* ----------------------------- */
/* vertical align middle         */
/* ----------------------------- */
.v-align-middle
{
    vertical-align: middle;
}

/* ----------------------------- */
/* validation summary            */
/* ----------------------------- */
.validation-summary
{
    background-color: #F6F6EA;
    border: solid 1px #E7E7D5;
    color: #EF413A;
    margin: 1px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 1.2em;
}

.validation-summary p
{
    font-size: 1em;
}

.validation-summary ul
{
    list-style-image: url(/img/bullet-orange.gif);
    font-size: 1em;
}

ol
{
    font-size: 1.2em;
}

/* ----------------------------- */
/* home page styles              */
/* ----------------------------- */

.blueHeader
{
    background-color: #3692C0;
}

.blueHeader h1
{
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
}

.purpleHeader
{
    background-color: #661759;
}

.purpleHeader h1
{
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
}

.pinkHeader
{
    background-color: #E60F5B;
}

.pinkHeader h1
{
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
}

.imageBox
{
    height: 198px;
    width: 300px;
}

.whiteCorner
{
    background-image: url(/img/corner.png);
    height: 75px;
    position: absolute;
    width: 76px;
}

.greyBox
{
    background-color: #F5F5F5;
    border: solid 1px #F5F5F5;
    padding: 10px;
    width: 278px;
}

#popup1, #popup2, #popup3, #popup4, #popup5, #popup6, #popup7, #popup8, #popup9, #popup10, #popup11, #popup12, #popup13, #popup14, #popup15, #popup16, #popup17, #popup18
{
	left: 42%;
	margin-left: -225px;
	position: absolute;
	top: 100px;
	width: 550px;
}

/* UserControls\SystemDownTime.ascx control */
.systemDownTimeBox
{
    width: 355px;
}

.systemDownTimeBox h1
{
    color: #FFFFFF;
	background-color: inherit;
    font-size: 1.2em;
    padding: 4px 0px 0px 10px;
    margin: 0px;
}

.systemDownTimeHeader
{
    background-color: #3692C0;
    height: 25px;
	width: 100%;
}

.systemDownTimeContent
{ 
    background-color: #D5EAF3;
    border: solid 1px #3692C0;
    margin: 0px;
    padding: 10px;
    font-size: 1.2em;
}

/* Courses UC */
#courseLayout, #chooseBox
{
    width: 578px;
    padding: 0 0 10px 0;
}

#courseLayout img
{
	float: right;
}

#courseLayout h2 
{
    color: #3692C0;
}

.arrowBullet
{
	list-style-image: url(../img/bullet_go.png);
	padding-left: 22px;
	font-size: 1em;
}

#content .gv-gridview td, #content .gv-header th
{
    padding: 6px 10px;
}

/*************************/
/*** JD added 08/08/11 ***/
/** Default page styles **/
/*************************/

#defaultTop, #defaultButtons
{
    margin-bottom: 20px;
}
#defaultMiddle, #defaultBottom
{
    margin-bottom: 5px;
}

.column
{
    position: relative;
    float: left;
}

#defaultTopLeft
{
    width: 620px;
	margin: 0;
	padding: 0;
    background-color: #ededed;
    color: #555;
    border: 3px solid #fff;
}

#shadowWrapTop
{
	float: left;
	width: 632px;
	margin: 0;
	padding: 8px 0 0 0;
	background: transparent url('../img/intro-shadow-top.png') top right no-repeat;
}

#shadowWrapBottom
{
	float: left;
	width: 632px;
	padding: 0 0 8px 0;
	background: transparent url('../img/intro-shadow-bottom.png') bottom right no-repeat;
}

#defaultTopRight
{
    width: 300px;
    margin: 0 0 0 16px
}

#h1 .default
{
    padding: 22px 20px 22px 0;
    float: right;
}
.defaultMiddleLeft
{
    width: 300px;
    margin-right: 20px;
}
.defaultMiddleCenter
{
    width: 300px;
    margin-right: 40px;
}
.defaultMiddleRight
{
    width: 280px;
}
.featureImg
{
    float: left;
    margin-right: 20px;
    border: 0;
}
.btn
{
    float: right;
    margin-right: 10px;
    border: 0;
    text-decoration: none;
}

#defaultBottomLeft
{
    width: 600px;
    margin-right: 40px;
    background-color:#ededed;
    padding: 0 10px 10px 10px;
}
#defaultBottomRight
{
    width: 280px;
}
#loginFeature
{
    background-color: #ededed;
    padding: 5px 10px 10px 10px;
}
#loginFeature img 
{
    padding: 10px 10px 10px 0;
    border: 0;
    text-decoration: none;
}

.green
{
    color: #97cc29;
}
.orange
{
    color: #EF7B1F;
}
.pink
{
    color: #C7195E;
}
.purple 
{
    color: #8b1795;
}

.clear
{
    clear: both;
}

/*************************/
/*** JD added 23/08/11 ***/
/** College page styles **/
/*************************/
.column
{
    position: relative;
    float: left;
}

#collegesTop
{
    width: 960px;
    margin-bottom: 20px;
}

#collegesTopLeft
{
    width: 630px;
    margin-right: 30px;
}

#collegesTopRight
{
    width: 300px;
}

#collegesLeft
{
    width: 630px;
}

#collegesMiddle
{
    padding: 5px 20px 5px 20px;
    margin-bottom: 5px;
    background-color: #ededed;
    color:#555;
}
#collegesBottom
{
    margin-bottom: 5px;
}
#collegesBottomLeft
{
    width: 300px;
    margin-right: 30px;
}
#collegesBottomRight
{
    width: 300px;
}

#collegesRight 
{
    width: 280px;
    margin-left: 30px;
    padding: 10px;
    background-color: #ededed;
}

.quote
{
    line-height:1.8em; 
    font-size:1.4em; 
    color: #005B98;
}

.colleges
{
    font-size: 1.4em;
    font-weight: bold;
}

/* UC Courses*/
.edBackground 
{
    background: transparent url(../img/ed-level2.png) no-repeat bottom right; 
}

.itq2Background 
{
    background: transparent url(../img/itq-level2.png) no-repeat bottom right; 
}

.itq1Background 
{
    background: transparent url(../img/itq-level1.png) no-repeat bottom right; 
}

.baBackground 
{
    background: transparent url(../img/ba-level2.png) no-repeat bottom right;
}

.btnMoreInfo 
{
    height: 26px;
    width: 104px;
    border: 0;
    text-decoration: none;
}
