
* {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}

BODY {
	margin: 0;
	background-color: rgb(245,245,245);
	min-width: 1000px;
}

DIV.content {
	margin: 0;
}

DIV.top, DIV.middle, DIV.bottom {
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

DIV.top {
	background: url(/img/top.png) whitesmoke no-repeat center bottom;
	padding-top: 3px;
	min-height: 50px;
}

DIV.middle {
	background: url(/img/middle.png) whitesmoke repeat-y center top;
}

DIV.bottom {
	background: url(/img/bottom.png) whitesmoke no-repeat center top;
	min-height: 20px;
	text-align: center;
	padding-top: 20px;
	color: silver;
}

DIV.rounded {
	/*width: 600px;*/
	padding: 20px;
	/*margin: 25% auto 0 auto;*/
	background-color: white;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 2px solid gray;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

DIV#userLinks {
	text-align: right;
	margin-right: 10px;
	font-size: 11px;
}

DIV#userLinks A {
	font-size: 11px;
}

h1 {
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: gray;
}

h2 {
	font-size: 1.2em;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 12px;
}

.smallfont {
	font-size: 11px;
}

.smallfont * {
	font-size: inherit;
}

.submit {
	width: 7em;
	margin: 5px;
}

/*p, ul, ol {
	margin-bottom: 20px;
	text-align: justify;
}*/

p code {
	display: block;
	text-align: left;
}

ul, ol {
	padding-left: 25px;
}

a {
	color: #008bcc;
}

a:hover {
	color: #21a1ef;
}

a:visited {
	color: #754acc;
}

LABEL {
	margin-right: 1em;
}

.footer {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	color: graytext;
}

DIV.none-found {
	margin: 0;
	padding: 0;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
	line-height: 300px;
	text-align: center;
	vertical-align: middle;
}

TABLE.task-list {
	margin: 0;
	padding: 0;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
}

TABLE.task-list * {
	font-size: 11px;
}

TABLE.task-list thead tr th {
	margin: 0;
	background: url(/img/header-gradient.png) repeat-x 0 0;
	height: 17px;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #ccc;
}

TABLE.task-list tfoot tr td {
	margin: 0;
	padding: 3px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

TABLE.task-list tbody tr td {
	margin: 0;
	padding: 3px;
	border-right: 1px solid #d5d5d5;
}

TABLE.task-list tbody tr:nth-child(2n) td {
	background-color: #F4F7FB;
}

TABLE.task-list tbody tr:hover td {
	background-color: #C9D9F6;
}

TABLE.task-list tbody tr:hover td.no-highlight {
	background-color: white;
}

FORM.form {
	width: 960px;
	margin: 0 auto 0 auto;
}

FORM.form H2 {
	text-align: center;
}

TABLE.form * {
	font-size: 11px;
}

TABLE.form TD.label {
	text-align: right;
	white-space: nowrap;
}

DIV.percentCompleteBarContainer {
	width: 200px;
	background-color: whitesmoke;
	border: 1px solid silver;
}

DIV.percentCompleteBar {
	background-color: #F7B850;
	height: 11px;
}

/* The following are all styles used by the toolbar and buttons.  */

.fg-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

a.fg-button { float:left; }

/* remove extra button width in IE */
button.fg-button { width:auto; overflow:visible; }

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */

.fg-buttonset { float:left; }
.fg-buttonset .fg-button { float: left; }
.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button { margin-right: -1px;}

.fg-toolbar { padding: .5em; margin: 0;  }
.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
.fg-toolbar .fg-button { font-size: 1em;  }
