/***************** 
   Core HTML tags
*/

body {
	background: #B8D4E0;
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	overflow-x: hidden;
	overflow-y: visible;
}

table {
	border-collapse: collapse;
	border: 0px;
	color: inherit;
}

td,th {
	font-size: 90%;
	border-collapse: collapse;
	border: 0px;
	color: inherit;
	vertical-align: top;
}

th {
	text-align: left;
}

img {
	border: 0px;
}

a {
	color: #1465ac;
	cursor: pointer;
}

a:hover {
	background: #1465ac;
	color: #a1c9eb;
}

form {
	margin: 5px;
}

input,textarea,select {
	font-family: Tahoma;
	font-size: 10pt;
	display: block;
	margin-bottom: 10px;
}

input,select {
	width: 300px;
}

textarea {
	width: 500px;
	height: 150px;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size: 125%;
}

#loading {
	position: absolute;
	top: 30px;
	right: 10px;
	padding: 4px;
	color: white;
	background: black;
	font-size: 15pt;
	text-align: center;
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.hand {
	cursor: pointer;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.absolute {
	position: absolute;
}

.nomargin {
	margin: 0px;
	padding: 0px;
}

.vtop {
	vertical-align: top;
}

/*****************
   Login form styles
*/

#subtext {
    margin: 2px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    width: 610px;
    text-align: right;
    font-size: 9pt;
}

.sublink {
    color: #126;
    text-decoration: none;
    padding: 0px 10px 0px 6px;
}

.sublink:hover {
    text-decoration: underline;
}

#loginbox {
    margin: 10px 0px 0px 10px;
    padding: 10px;
    border: 1px solid black;
    width: 600px;
    height: 400px;
    background: url('agstasks.png') no-repeat;
    font-size: 14pt;
    font-weight: bold;
}

#loginform {
    font-size: 12pt;
    margin: 40px 40px 20px 60px;
}

.logintext {
    display: block;
    font-size: 12pt;
    color: black;
    background: white;
    border: 1px solid black;
    width: 250px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.loginbutton {
    display: block;
    font-size: 10pt;
    padding: 2px 0px 2px 0px;
    color: black;
    background: white;
    border: 1px solid black;
    width: 100px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#info {
	display: none;
	padding: 1%;
	font-size: 130%;
	position: fixed;
	left: 5%;
	top: 2%;
	right: 5%;
	bottom: 2%;
	border: 2px solid #001144;
	background: #88bbee;
	opacity: 0.96;
	filter: alpha(opacity=96);
	z-index: 2000;
	overflow: auto;
}

/* Tasks specific stuff */

.adminbox {
	border-bottom: 1px solid black;
	padding: 2px;
	background: white;
}

#menu {
	margin: 5px;
	float: left;
	width: 12%;
}

#main {
	float: left;
	margin: 5px;
	width: 85%;
}

.menulink {
	width: 97%;
	border: 1px solid black;
	display: block;
	background: #ddd;
	font-size: 120%;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	color: black;
}

.buttonlink {
	border: 1px solid black;
	display: inline-block;
	background: #ddd;
	margin: 1px 3px 1px 3px;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	color: black;
}

.menulink:hover {
	color: #ddd;
	background: #444;
}

.buttonlink:hover {
	color: #ddd;
	background: #444;
}

#messages {
	margin: 10px;
	border: 1px solid #249;
	padding: 5px;
}

.checkbox {
	width: 20px;
	display: inline;
}

