﻿body
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	background-color: #f2f2f2;
}
.menuIcon
{
	font-size: large;
}
.bdyImg
{
	background-image: url('images/pattern1.jpg');
}
.top10
{
	margin-top: 10px;
}
.top20
{
	margin-top: 20px;
}
.top40
{
	margin-top: 40px;
}
.gap5
{
	padding: 5px;
}
.gap15
{
	padding: 15px;
}
.bottom20
{
	margin-bottom: 20px;
}
#header
{
	background-color: #476b6b;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#footer
{
	background-color: #ebebe0;
	color: #4e4e32;
	border-top: 1px solid #a7a7a7;
}


.box_inner
{
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}

#runTxt
{
	height: 30px;
	padding: 5px;
	font-size: medium;
	overflow: hidden;
}

#runTxt a
{
	font-size: medium;
}

h7
{
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	color: #990000;
}
h8
{
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	font-family: "Comic Sans MS" , cursive, sans-serif;
}


#notification
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	font-size: 15px;
	text-align: justify;
}
#notification a
{
	color: #0000b3;
}


.quicklink
{
	font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
	font-size: medium;
}
.quicklink li
{
	padding: 5px;
}
.quicklink a
{
	font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
	color: #4e4e32;
}
.quicklink a:hover
{
	font-style: italic;
	text-decoration: none;
}
.borderRight
{
	border-right: 1px solid #f2f2f2;
}
m
{
	color: Red;
	font-size: large;
}

.boxBottom
{
	-webkit-box-shadow: 0 12px 8px -4px #b3cccc;
	-moz-box-shadow: 0 12px 8px -4px #b3cccc;
	box-shadow: 0 12px 8px -4px #b3cccc;
}

.table thead tr:nth-child(odd)
{
	background-color: #5c8a8a;
	color: #fff;
}
.table tfoot tr:nth-child(odd)
{
	background-color: #5c8a8a;
	color: #fff;
}
.table tbody tr:nth-child(odd)
{
	background-color: #f1f1f1;
}

.table tbody tr:nth-child(even)
{
	background-color: #ecf9f2;
}


.leftLine
{
	border-left: 1px solid #999999;
}
.rightLine
{
	border-right: 1px solid #999999;
}


/*fixed header table */

.scrollable-area
{
	margin: 5em auto 0 auto;
	width: 900px;
	height: 50em;
	border: 2px solid #FFC234;
	padding: 0 20px 20px 20px;
	overflow: auto;
	-webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.9);
	box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.9);
}

.p1
{
	font-weight: bolder;
	font-size: 25px;
}
.p2
{
	font-weight: bolder;
	font-size: 23px;
}

.p4
{
	font-weight: bolder;
	font-size: 18px;
}
.topGap10
{
	padding-top: 10px;
}
.progressBar
{
	position: fixed;
	text-align: center;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999999;
	background-color: #808080;
	opacity: 0.5;
}
.progressBar .txt
{
	border-width: 0px;
	position: fixed;
	padding: 50px;
	font-size: 36px;
	left: 40%;
	top: 40%;
	color: #fff;
}
