html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:18px;
}

.smaller, ul.smaller li {
	font-size:0.92em;
}

#header {
	position:relative;
}

#content {
	padding:30px;
}

footer {
	height:70px;
	padding:60px 2%;
}

p {
	line-height:1.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 12px 0 18px;
	font-size:1.6em;
}

h3 {
	font-size:1.4em;
}

h4 {
	font-size:1.2em;
}

input[type="text"], input[type="email"], input[type="password"] {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #565656;
    font-size: 0.85em;
    font-weight: lighter;
    height: 32px;
    margin:0 0 15px;
    padding: 2px 8px;
    width: 100%;
}

input[type="text"].medium, input[type="email"].medium, input[type="password"].medium {
	width:50%;
}

input[type="text"].small {
	width:25%;
}

textarea {
	height:130px;
}

select {
	margin-bottom:18px;
	padding:0 12px;
	font-size:0.9em;
	color:#454545;
}

option {
	font-weight: lighter;
}

#submit-result {
	display:none;
}

.lost {
    cursor: pointer;
}

label {
	margin-bottom:12px;
}

div.success, div.error {
    font-size: 1em !important;
    margin-bottom:12px;
}

.pending {
	color:#c00;
}

.archived {
	color:#676767;
}

.clickable-row {
	cursor:pointer;
}

.button {
	height: 35px !important;
    line-height: 35px !important;
}

.learn-more, .hide {
	background:#dedede;
	padding:4px;
	cursor:pointer;
	display:block;
	border-radius:2px;
	content:'Learn more...';
}

.eligibility {
	display:none;
}

#ag_results_holder {
	cursor:alias;
	display:none;
	min-width:380px;
	position:fixed;
	top:6px;
	right:6px;
	z-index:9;
}

/*------------------------------------------- TABLES ---------------------------------------------*/

table tbody tr, table thead tr {
	height:35px;
	line-height:16px;
}
table.general, table.edit {
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	width:100%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	margin: 20px 0;
	padding-bottom:0;
	height:99%;
}
table.no-border {
	border:none;
	box-shadow:none;
}
table.general thead tr td, table.edit thead tr td {
	background:#edeeef;
	font-weight:bold;
	font-weight:600;
	color:#555;
}
table.general tr td {
	padding:8px 4px 2px;
	border-bottom:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
table.edit tr td {
	padding:8px 4px 2px;
}
table.no-border tr td {
	border:none;
}
table.general tr td:first-child {
	width:24%;
}

table.first-18 tr td:first-child {
	width:18%;
}

table.edit tr td:first-child {
	width:auto;
}
table.general i, table.edit i {
	margin: 0 0 0 12px;
	font-size:1.3em;
}
table.edit input.full, table.edit select.full, table.edit textarea.full {
	width:95%;
	border:1px solid #ccc;
	background:#fff;
	height:17px;
}
table.edit .qq-upload-button i {
	margin:0;
}

table.edit td.icon {
	max-width:4%;
	min-width:4%;
	text-align:center;
}

/*------------------------------------ SEARCH  -------------------------------------------*/

.search-bar {
	text-align:right;
	font-size:0.9em;
}

/*------------------------------------ PAGINATION & NAVIGATION -----------------------------------*/

div.pagination-portlet {
	display:block;
	padding:12px 0;
	float:right;
}
.pagination {
	padding:15px 15px 5px;
}
.pagination-select {
	float:right;
	font-size:0.9em;
}
.pagination select {
	height: 1.2em;
	width: auto;
	display:inline;
}
.pagination span {
	padding: 0 8px;
	cursor:pointer;
	color:#289CD7;
	display:inline;
	font-size:0.9em;
}
.back {
	float:left;
	padding:0 5px;
	font-size:1.2em;
}
.back a {
	color:#289cd5;
}
.back a i {
	color: #7b7b7b;
	padding: 0 10px;
	font-size:1.2em;
}
.back a i:hover {
	text-decoration:none;
}

.ag-name-field { display:none; }