/* Default CSS Stylesheet for a new Web Application project */

BODY 
{
	BACKGROUND-COLOR: #ffffff;
	margin: 0 auto;
	padding: 0;
	font: 46% Verdana, Helvetica, Tahoma, Arial, sans-serif;
	background: #f4f4f4 url(background.gif) top center repeat-y;
	color: #494949;

}
.tableHeadlightSilver
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E4E4E4 ;	
}

/*Styles for the main header at the top. */
#Header
{
	padding-bottom: 2px;
	color: #ffffff;
	padding-top: 1px;
	height: 22px;
	background-color: #848484;
}
#Header a
{
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background-color: #848484;
	text-decoration: none;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	color:#ffffff;
	height:1.2em;
	line-height:1.2em;
	padding-left:11px;
	margin:0 0 0 0;
	background-color: #ff9900;
	
}
#HeaderMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#HeaderMenus li
{
	float:left;
	list-style-type:none;
}
#HeaderMenus li a
{
	padding-right: 10px;
	display: block;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 0px;
	color: #ffffff;
	padding-top: 0px;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
}
#HeaderMenus .selected
{
	color: #336699;
	text-decoration: none;
	background-color:inherit;
}
#HeaderMenus a:hover
{
	color: white;
	text-decoration: none;
}

/*Styles for the main header menus. */
#HeaderSubMenus
{
	color:#000000;
	height:1.2em;
	line-height:1.2em;
	padding-left:11px;
	margin:0 0 5px 0;
	background-color: #ffffff;
	border-bottom:solid 1px #a9a9a9;
}
#HeaderSubMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#HeaderSubMenus li
{
	float:left;
	list-style-type:none;
}
#HeaderSubMenus li a
{
	padding-right: 10px;
	display: block;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 0px;
	color: #000000;
	padding-top: 0px;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
}
#HeaderSubMenus .selected
{
	color: #336699;
	text-decoration: none;
	background-color:inherit;
}
#HeaderSubMenus a:hover
{
	color: #ff9900;
	text-decoration: none;
}


/*Styles for the contens that are displayes in side column. */
#SideContents
{
	float:right;
	width:170px;
	color: #333300;
	padding:0 6px 0 7px;
	line-height:1.4em;
	background-color:#ffffff;
}
#SideContents h3
{
	color: #ff9900;
	font-size: 1.4em;
	margin: 0 auto;
	padding: 0 0 8px 0;
	background-color:inherit;
}
#SideContents p
{
	font-size: 90%;
	text-align: justify;
	background-color:inherit;
	color: #333300;
	margin: 0 0 12px 0;
}
#SideContents a
{
	text-decoration: none;
	background-color:inherit;
	color: #660000;
}

/*Styles for the main contets in the page. */
/* Main Content */
P
{
	padding-right: 1px;
	padding-left: 1px;
	font-size: 80%;
	padding-bottom: 0px;
	margin: 0px 1px 1px;
	padding-top: 0px;
}
H1
{
	font-size: 20px;
	margin: 0px 0px 0.5em;
	color: #000000;
	text-align: left;
}

H2
{
	font-size: 13px;
	margin: 0px 0px 0.5em;
	color: #000000;
	text-align: left;
}
MainContentBody
{
	font-size: 13px;
	color: #494949;
	text-align: justify;
}
#MainContent a
{
	text-decoration: none;
	background-color:inherit;
	color: #000066;
}
#MainContent img 
{
	display:inline;
	color: inherit;
	background-color:inherit;
	border: 2px solid #79A3C1;
}

/*Styles for the page footer. */
#Footer 
{	
	margin: 0 auto;
	padding: 8px 0 2px 0;
	color: #ffffff;
	width: 1000px;
	text-align: center;
	font-size: 1em;	
	background-color: #848484;
	
}

/*Styles for other classes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}
.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}

a {color:#112233; }
a:visited{color:#112233}
a:hover{color:#112233}

.t9
{   color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 6pt;
    text-decoration: none;
}	
.t8gray
{   color: #aaaaaa;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}
.t8
{   color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}	
.t8Footer
{   color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}	

.tableHead
{
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #848484;
}
.tableHeadlightGrey
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: white;
}

/* Link Button  */

.LinkButton
{
	color: #336699;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.LinkButtonBold
{
	font-weight: bold;
	color: #336699;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}


.LinkButtonWhite
{
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

.LinkButton:hover 
{
	COLOR: #112233; 
	FONT-FAMILY: verdana, arial, helvetica, sans-serif; 
	TEXT-DECORATION: underline
}
.LinkButton:visited 
{
	color: #112233;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.LinkButton:visited:hover 
{
	COLOR: #112233; 
	FONT-FAMILY: verdana, arial, helvetica, sans-serif; 
	TEXT-DECORATION: underline
}
.Button
{
	border-right: black 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	width: 120pt;
	color: white;
	border-bottom: black 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #848484;
	text-align: center;
}
.BrowseButton
{
	border-right: 1pt solid;
	border-top: 1pt solid;
	border-left: 1pt solid;
	width: 300px;
	border-bottom: 1pt solid;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #eeeeee;
}
.BrowsePPTButton
{
	border-right: 1pt solid;
	border-top: 1pt solid;
	border-left: 1pt solid;
	width: 400px;
	border-bottom: 1pt solid;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #eeeeee;
}

.ButtonLight
{
	border-right: black 1px solid;
	padding-right: 0px;
	border-top: #cccccc 1px solid;
	padding-left: 0px;
	font-weight: bold;
	background-image: none;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #cccccc 1px solid;
	color: white;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #848484;
	text-align: center;
	}
.Table
{
	border : solid 1px black;
}
	
.TableCompleted
{
	border : solid 1px black;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 9pt;	
}
	
.TableCompleted thead tr
{
	background : #848484;
}	
.TableCompleted thead tr td b 
{
	color:White;
	font-size : larger;
	background : #848484;
}	
	
.TableNoBottom
{
	border-top:1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
	
.TreeCell
{
	border-right: 1px solid black;
	
}

.Cell
{
	border-bottom: 1px solid black;
	border-top:1px solid black;
	}
	
.BorderTop
{
	padding: 2px;
	border-top:1px solid black;
}

.BorderLeft
{
	padding: 2px;
	border-left:1px solid black;
}
.BorderRight
{
	padding: 2px;
	border-right:1px solid black;
}

.BorderBottom
{
	padding: 2px;
	border-bottom:1px solid black;
}

.inputTextBoxNoBorder
{
	border-right: 0pt solid;
	border-top: 0pt solid;
	font-size: 8pt;
	border-left: 0pt solid;
	width: 250px;
	border-bottom: 0pt solid;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #eeeeee;
}

.inputTextBoxGrey
{
	border-right: 1pt solid;
	border-top: 1pt solid;
	font-size: 8pt;
	border-left: 1pt solid;
	width: 250px;
	border-bottom: 1pt solid;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #eeeeee;
}
.inputTextBoxGreyShort
{
	border-right: 1pt solid;
	border-top: 1pt solid;
	font-size: 8pt;
	border-left: 1pt solid;
	width: 200px;
	border-bottom: 1pt solid;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #eeeeee;
}

.inputTextBoxReadOnly
{
	border-right: 1pt solid;
	border-top: 1pt solid;
	font-size: 8pt;
	border-left: 1pt solid;
	width: 250px;
	border-bottom: 1pt solid;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: darkgray;
}

.LabelBody
{
	font-size: 13px;
	color: black;
	text-align: justify;
}

.LabelBodyQuiz
{
	font-size: 16px;
	color: black;
	text-align: justify;
}

.LabelBodyBold
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-align: justify;
}

.Error
{
	font-weight: bold;
	font-size: 13px;
	color: navy;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #eeeeee;
	text-align: justify;
}

/* Manage courses*/
.imgLabels
{
	font-weight: bold;
	font-size: 10px;
	margin: 0px 0px 0.5em;
	color: #848484;
	text-align: left;
}
.TableCellDims
{
	width: 150px;
	height: 60px;
	}
	
.TableCellExplication
{
	font-size: 12pt;
	height: 25px;
}

.MCExplication
{
	padding-right: 10px;
	display: block;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 0px;
	color: #000000;
	padding-top: 0px;
	font-family:   Arial,Verdana,Helvetica,Tahoma,  sans-serif;
	text-decoration: none;
}
.MCExplicationQuiz
{
	padding-right: 10px;
	display: block;
	padding-left: 10px;
	font-size: 15px;
	padding-bottom: 0px;
	color: #000000;
	padding-top: 0px;
	font-family:   Arial,Verdana,Helvetica,Tahoma,  sans-serif;
	text-decoration: none;
}

.Warning
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: red;
}


.Failure
{
	font-weight: normal;
	font-size: 14px;
	color: red;
}

.Title
{
	font-weight: bold;
	padding-bottom: 2px;
	color: #ffffff;
	padding-top: 1px;
	height: 22px;
	background-color: #848484;
}
/* Background classes*/
.TableCellBackground
{
	background-image: url(../images/questions.gif);
}

.TextEdit
{
	text-align:right;
	}

