body {
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:0.9em;
	margin-top:0;
}
/*preload/cache images right from the get-go*/
body:after {
	content:url('mainIcon.png') url('icons.png') url('loading_miniTransparent.gif');
	display:none;
}
h2, h3 {
	color:#333;
	border-bottom:1px dashed #999;
	clear:both;
	margin:0 -0.4em 1em -0.4em;
	padding:8px 0 8px 13px;
	background:#e5e5e5;
	font-size:17px;
	border-radius:10px 10px 0 0;
}
h2 { margin:0 -0.6em 1em -0.6em; }
input[type=text], input[type=password], input[type=submit] {
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
	border-radius:6px;
	margin:6px 0 0.1em 6px;
	padding:10px;
	font-size:16px ;
	border:1px solid #a6a6a6;
	width:60%;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover, input[type=password]:focus,
input[type=submit]:hover, input[type=submit]:focus,
select:hover, select:focus {
	border:1px solid #888;
	background:#fdfdd3;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type=radio] {
	vertical-align:middle;
}
select {
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a6a6a6;
	padding:7px;
	margin-right:10px;
	background:#fff;
}
fieldset {
	border:1px dashed #ccc;
	padding:1em 0.5em;
	margin:0.7em 0;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
	border-radius:5px;
}
legend {
	border:1px solid #000;
	margin-bottom:5px;
	padding:2px 5px;
	background:#f6f6f5;
	font-size:14px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
	border-radius:4px;
	text-align:left;
}
label {
	font-variant:small-caps;
	font-weight:bold;
	margin-top:5px;
	color:#444;
	font-size:1em;
}
li { padding-bottom:4px; }
#authForm, #eventIdForm, #closeBtn, #logOffBtn { display:none; }
span { font-size:12px; }
.clearMargin {
	margin:0;
}
#authForm {
	max-width:500px;
	margin:5% auto;
	text-align:left;
	background:#fff;
	padding:0 10px 10px 10px;
	border:1px solid #ccc;
	border-radius:10px;
}
#logOff {
	color:#f00;
	font-variant:small-caps;
	font-weight:bold;
	cursor:pointer;
	font-size:16px;
}
#loginBtn, #saveBtn {
	margin-bottom:0.3em;
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	width:65%;
	text-decoration:none;
	text-align:center;
}
#saveBtn { width:300px; }
#loginBtn:hover, #saveBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
#loginBtn:active, #saveBtn:active {
	position:relative;
	top:1px;
}
#divResponse {
	background-color:#fff;
	border-radius:10px;
	color:#000;
	display:none; 
	padding:0 20px 10px 20px;
	margin:0 10px 0 10px;
}
#divDeleteLectures {
	background-color:#fff;
	border-radius:10px;
	color:#000;
	display:none; 
	padding:0 20px 10px 20px;
	margin:10px;
}
#msg, #msgDeleteLectures { 
	padding:10px 0 5px 0;
	height:30px;
}
#closeBtn {
	position:inherit;
	padding:6px 14px;
	font-size:14px;
}
.center	{ text-align:center; }
.left	{ text-align:left; }
.right	{ text-align:right; }
.b-close{
	background:#2b91af;
	cursor:pointer;
	position:absolute;
	right:-3px;
	top:-5px;
	color:#fff;
	padding:3px 8px 3px 8px;
	border-radius:7px;
	font-weight:bold;
	font-size:1.2em;
}
.b-close:hover {
	background-color:#000;
	text-decoration:none;
	box-shadow:0px 0px 12px 1px rgba(255,0,0,1);
}
.span_header { font-family:monospace; }
.underline { text-decoration:underline; }
.bold {	font-weight:bold; }
.loginField {
	text-align:center;
	height:210px;
}
.erro {	color:#ff0000; }
.hint {
	color:#ff0000;
	background-position:0 0;
	padding:0 0 0 25px;
}
.sucesso {
	color:green;
	padding:0 0 0 25px;
}
.atualizado {
	color:#2b91af;
	padding:0 0 0 25px;
}
.teletype { font-family:'Lucida Console', monospace; }
.red { color:#f00; }
.green { color:green; }
.bgYellow {
	background-color:#fdff6d;
	border-radius:7px;
	padding:7px 0px 7px 4px;
}
.bgBluenish {
	background-color:#2b91af;
	border-radius:7px;
	padding:4px;
	color:#fff;
}
.greynish { color:#444; }
.icon {
	width:16px;
	height:16px;
	padding:0 0 2px 21px;
	background:url('icons.png') no-repeat;
}
.iconError { background-position:2px 3px; }
.iconOk { background-position:2px -16px; }
.iconRefreshed { background-position:0px -33px; }
.iconWarning { background-position:0px -50px; }
.iconPdf { background-position:0 -187px; }
.iconExcel { background-position:0 -161px; }
.anchorSize { 
	font-size:13px;
	padding-top:15px;
}
.iconHeader {
	width:16px;
	height:16px;
	padding:7px 20px 4px 10px;
	background:#e5e5e5 url('mainIcon.png') no-repeat;
}
.bluenish { color:#369; }
.outlineBorder { border:1px dashed #369; }
.dimContainer { opacity:0.6; }
#deleteLectures {
	background:#d80000 url('bin.png') no-repeat center;
	padding:6px 12px 6px 12px;
	border-radius:4px;
	cursor:pointer;
	border:0;
}
#deleteLecturesAccepted, #logOffBtn {
	background:#d80000;
	padding:6px 25px 6px 25px;
	border-radius:4px;
	cursor:pointer;
	border:0;
	color:#fff;
}
#reloadPageBtn, .timeTable { margin-top:15px; }
#deleteLecturesRefused, #reloadPageBtn, .timeTable {
	background:#006400;
	padding:6px 25px 6px 25px;
	border-radius:4px;
	cursor:pointer;
	border:0;
	color:#fff;
}
#deleteLectures:hover, #deleteLecturesAccepted:hover, #deleteLecturesRefused:hover, #closeBtn:hover, #reloadPageBtn:hover, .timeTable:hover, #logOffBtn:hover {
	background-color:#000;
	box-shadow:0px 0px 12px 1px rgba(255,0,0,1);
}
button::-moz-focus-inner {
	outline:0;
	border:0;
}
button:focus { outline:0; }
.selected { 
	background-color:#99f999;
	border-radius:4px;
	padding:1px 3px 2px 0;
}
.oldUserLectures { 
	background-color:#b9c8d8;
	border-radius:4px;
	padding:1px 3px 2px 0;
	font-variant:normal;
}
.regular {
	font-weight:normal;
	font-variant:normal;
	color:#444;
}
.disabled { text-decoration:line-through; }
.underlineWhenHovered:hover { text-decoration:underline; }
.lectureName { margin-bottom: 4px;}
.lectureNameBtn {
	color:blue;
	cursor:pointer;
	border:0;
	margin:0;
	text-align:left;
	background-color:transparent;
	padding:2px 0 2px 0;
}
.lectureNameBtn:hover { text-decoration:underline; }
table	{
	border-collapse:collapse;
	margin:12px 0 30px 0;
	font-size:0.92em;
}
td, th {
	border:1px solid #999;
	text-align:center;
}
th	{ background:#d5d5d5; }
tr:hover { background:#b9c8d8; }
.lectureNameTable tr.selected { background-color:#99f999; }
.lectureNameTable td { padding:4px 5px 2px 5px; }
#userNickName { background:url('user.png') no-repeat right; }
#userNickName:hover, #userNickName:focus { background-color:#fdfdd3; }
#userPwd { background:url('locked.png') no-repeat right; }
#userPwd:hover, #userPwd:focus { background-color:#fdfdd3; }
.noUnderline { text-decoration: none;}
