@charset "utf-8";
/* CSS Blue-Template Document */

a {
	text-decoration: none;
	color: #1A64B2;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #edf5fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#root {
	background: url(../images/blue-template/body-bg.png) repeat-x top;
	border-top: 1px solid white;
}

#header #logo {
	color: white;
	font-size: 170%;
}

#header #links, #header #links a {
	color: white;
}

#menu h1 {
	font-size: 160%;
	font-weight: normal;
	color: #494949;
}

#menu ul {
	list-style-image: url(../images/blue-template/list-image.gif);
}

#menu a:hover {
	color: blue;
}

#navigation {
	color: #6760FD;
}

#navigation a {
	color: #000000;
}

#navigation a:hover {
	color: #1A64B2;
}

#content {
	background: url(../images/blue-template/navig-bg.gif) top repeat-x;
}

#content-left-corner {
	background: url(../images/blue-template/content-left.png) left top no-repeat;
}

#content-right-corner {
	background: url(../images/blue-template/content-right.png) right top no-repeat;
}

#content-inner {
	background: url(../images/blue-template/main-bg.gif) top repeat-x #FFFFFF;
}

#content-inner h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	font-size: 170%;
	font-weight: normal;
}

#content-inner .box {
	background-color: #EEEEEE;
	border: 1px solid #D7D7D7;
	padding: 10px;
}

/* TABLE STYLE */
#content-inner .standard-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border: 1Px solid #56b2eb;
}

#content-inner .standard-table th {
	text-align: left;
	background-color: #F2F8FB;
	padding: 5px;
}

#content-inner .standard-table th.sorted {
	border-bottom: 1px dotted #56b2eb;
}

#content-inner .standard-table th a{
	color: #000000;
	text-decoration: none;
}

#content-inner .standard-table th a:hover{
	text-decoration: underline;
}

#content-inner .standard-table td {
	border-bottom: 1px solid #E6EBFB;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 85%;
	cursor: default;
}

#content-inner .standard-table tr.tr-focus {
	background-color: #F2F8FB;
	color: #2A8AC7;
}

#content-inner .standard-table tr.last-row a {
	padding: 2px 4px 2px 4px;
	border: 1px solid #56b2eb;
	font-size: 85%;
	text-decoration: none;
}

#content-inner .standard-table tr.last-row a:hover  {
	background-color: #56b2eb;
	color: white;
}

#content-inner .standard-table tr.last-row span {
	padding: 2px 4px 2px 4px;
	border: 1px solid #56b2eb;
	font-size: 85%;
	text-decoration: none;
	background-color: #56b2eb;
	color: white;
}

#content-inner .button-toolbar{
	margin-top: 10px;
	margin-bottom: 10px;
}

#content-inner .button-toolbar a {
	padding: 2px 4px 2px 4px;
	border: 1px solid #56b2eb;
	font-size: 85%;
	text-decoration: none;
	background-color: #56b2eb;
	color: white;
	font-weight: bold;
	margin-right: 5px;
}

#content-inner .button-toolbar a:hover {
	background-color: #F2F8FB;
	color: black;
}

#content-inner .blue-box {
	width: 97%;
	border: 1px solid #3191CD; 
	padding: 1%;
	background-color:#D4EBFA;
	margin-bottom: 10px;
}