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


/* ======================== Page Structure ===================== */
/*
* {
	margin: 0;
	padding: 0;
}
*/

body {
	margin: 0;
	text-align: center;
	font-size: small;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#gr_wrapper {
	margin: 0 auto;
	/*text-align: left;*/
	width: 700px;
	border:1px solid #ccc;	
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 5px;
	background: #eee;
	/*margin-top: 20px;*/
	margin-bottom: 15px;
}

#gr_content {
	padding: 0 20px;
	line-height: 19px;
}

#ty {
	margin: 30px;
}


/* ======================== Content ===================== */
#gr_logo {
	/*text-align: center;*/
}

#gr_form {
	margin: 0 0 8px 0;
	padding: 0;
}

p {
	padding-top: 1px;
}

/* ======================== Table List ===================== */
#index_list {
	width: 655px;
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	/*background-color: #DDD;*/
	
}

#index_list td {
	text-align: left;
}

/* ___________________ Text Styles ___________________ */
.title_header {
	background-color: #dedede;	
	line-height: 40px;
	font-size: 27px;
	font-weight: bold;
	margin: 20px 0;
	/*text-align: center;*/
	/* had bug */
}

.mt {
	font-weight: bold;
	font-size: 1.1em;
	color: #45435C;
}

.st {
	font-size: .9em;
	color: #666666;
}


.italics {
	/*font-style: italic;
	font-size: x-small;*/
	font-size:.85em;
	padding: 0 90px;
	color: #666666;
	line-height: 12px;
}

.mt_table {
	text-align: right;
	margin-right: 5px;
}

/* ___________________ Sorting Menu and Pagination ___________________ */
.sortbtns a, .pgbtns a {
	color: #3399CC;
	text-decoration: none;
}

.sortbtns a:hover, .pgbtns a:hover {
	color: #666666;
	text-decoration: underline;	
}

#display_img a:hover {
	background: url(images/btn_dwn-over.png) no-repeat top right;
	padding-right: 23px;
}

.pgbtns #btn_prev {
	background: url(images/btn_left.png) no-repeat top left;
	padding-left: 23px;
}

/* ======================== Styles ===================== */
.asterix, .errors {
	color: #bd2927;
}

.dots {
	border-bottom: .2em dotted #CCCCCC;
	margin: 5px 0;
	height: 1px;
}

#g_table {
	margin: 0 auto;
}

#g_table th {
	background-color: #dedede;
	width: 70px;
}

.gr_list {
	text-align: left;
	margin-left: 225px;
}



