﻿/* SIEMENS - COMMON STYLES (STUDENT, INSTRUCTOR PANEL AND ADMIN AREA) */

a.clsCW:link
{
    color: blue;
    text-decoration: none
}
a.clsCW:visited
{
    color: blue;
    text-decoration: none
}
a.clsCW:hover
{
    color: #cc0033;
    text-decoration: underline
}
a.clsDisabled, a.clsDisabled:hover
{
	color:Gray;
	cursor:default;
	text-decoration:none;
}

a.clsSelected:link
{
    color: black;
    font-weight:bold;
    text-decoration: none
}
a.clsSelected:visited
{
    color: black;
    font-weight:bold;
    text-decoration: none
}
a.clsSelected:hover
{
	cursor:default;
    text-decoration: none;
}

td.clsIndicator, td.clsKeywordSearch
{
	text-align:right;
	vertical-align:top;
	padding-right:10px;
	padding-top:3px;
	white-space:nowrap;
	font-weight:bold;
	font-family: Verdana, Arial, Serif;
}

td.clsAlert 
{ 
	color: #f8fa2a; 
	background: #326598; 
	font-weight: bold; 
	width: 50%;
	text-align:center;
}

td.clsLabel
{ 
	color: #635452; 
	background: #eeeeee;
	text-align:right;
	padding: 2px 5px 2px 5px;
	white-space:nowrap;
}

td.clsInput
{
	text-align:left;
}

td.clsInputField
{
	padding-bottom:4px;
}

div.clsAlert, div.clsAlert2
{
	color: #f8fa2a; 
	background: #326598; 
	font-weight: bold; 
	text-align:center;
}

div.clsIdleMessage
{
	font-size:16px;
	margin-top:40px;
	text-align:center;
}

div.clsIdleLoginLink
{
	font-size:16px;
	text-align:center;
}

div.clsIdleLoginLink a
{
	font-weight:bold;
}

label.clsLabel
{
	cursor:pointer;
}
