﻿.title 
{ 
    color: #de3e51;
    font-size: larger;  
    font-family:Verdana; 
    font-weight:bold; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
}

.link 
{ 
    color: #de3e51;
    font-family:Verdana; 
    text-decoration: underline; 
}
a.link:link, a.link:visited, a.link:hover, a.link:active 
{ 
    color: #de3e51;
    font-family:Verdana; 
    text-decoration: underline; 
}
.linkbutton 
{ 
    color: #de3e51;
    font-family:Verdana; 
    text-decoration: underline; 
}
a.linkbutton:link, a.linkbutton:visited, a.linkbutton:hover, a.linkbutton:active 
{ 
    color: #de3e51;
    font-family:Verdana; 
    text-decoration: underline; 
}
.button 
{	
    FONT-SIZE: 12px;	
    COLOR: #000000;	
    HEIGHT: 22px;	
    BACKGROUND-COLOR: #ffffff
}
.subTitle 
{	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 14px;	
    COLOR: #b21234;	
    LINE-HEIGHT: 16px;	
    FONT-FAMILY: Trebuchet MS, Verdana, Arial, sans-serif
}


/* SUGGESTIONS */
.suggestionTable 
{ 
    border:1px solid #EBEBEB;
    width:100%;
}
.suggestionHeader
{ 
    color: #365F91; 
    font-weight:bold;
}
.suggestionLogo
{ 
    /*height:64px;*/
    width: 100px;
}

/* COURSE LIST */
.NewItem
{ 
    color:#de3e51; 
    font-style:italic;
}
.categoryHeader td
{ 
    background-color:#9CD757; 
    color:#FFFFFF; 
    padding:2px; 
    font-weight:bold; 
    margin-top:4px;
    text-align: left;
}
.tableHeader td
{ 
    background-color:#7C7C7C; 
    color: #FFFFFF; 
    font-weight:bold; 
    text-align:left; 
    padding:10px; 
}
.courseOverview 
{
    border:1px solid #000000; 
    min-width: 100%;
    padding: 3px; 
}
.gray 
{
    background-color:#EBEBEB; 
}

/* CONTACT */
.questionText
{
	width: 350px;
	font-family: Verdana;
	
}

/* REQUEST COURSE */
.dropDown
{
	font-family: Verdana;
	width: 160px;
}

/* MY COURSES */
.myCoursesTitle 
{ 
    color: #de3e51; 
    font-size: larger;  
    font-family:Verdana; 
    font-weight:bold;  
}
.myCoursesDiv 
{ 
    border-left:  1px dotted #7C7C7C;
    float:right;
    width: 25%;
    padding-left: 10px;
    text-align: left;
}
.myEnrolledCourse 	
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;	
	COLOR: #292e6f;	
	BACKGROUND-COLOR: #d7e3ea;	
	TEXT-DECORATION: none;	
	WORD-WRAP: break-word;
}
.greenLine
{
	border: 1px dotted #9CD757;
}

/* WIZARD */
.sideBar
{
	border-right: 1px dotted #7C7C7C;
	width: 150px;
	vertical-align: top;
}

.sideBar a
{
	color: #de3e51;
}

/* Confirm Customer Info */
.txtBox
{
	width: 200px;
	font-family: Verdana;
}

/* Request Course */
.dropDown
{
	font-family: Verdana;
	width: 160px;
}

/* Disable linkbutton in firefox */
a[disabled]
{
color:Gray; 
text-decoration:none; 
}