
/*
 * Technopoli Styles
 */


/* html styles */
/*
td { vertical-align: bottom; }
tr { vertical-align: bottom; }
*/

hr { width: 100%; color: #cccccc; height: 1px;}

/* master font styles */
body,td { 
	font-family:verdana,arial,helvetica,sans-serif; 
	/*font-size:.77em;*/
	font-size: 12px;
	color:#000000;
}

div.body_div {
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

/* form styles */
form,input,select,textarea {
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:12px; 
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

/* master link styles */
a:link 		{ color:#044D98; }
a:visited 	{ color:#044D98; }
a:hover		{ color:#757575; }
a:active	{ color:#044D98; }

/* nav styles */
.navCalendar { text-decoration:none; }

a.navSmall:link 	{ font-size:.70em; color:#044D98; }
a.navSmall:visited 	{ font-size:.70em; color:#044D98; }
a.navSmall:hover	{ font-size:.70em; color:#757575; }
a.navSmall:active	{ font-size:.70em; color:#044D98; }

/* text styles */
.textSmall {
	font-family:verdana,arial,helvetica,sans-serif;
	/*font-size:.70em;*/
	font-size: 10px;
	color:#000000;
}

.field_label {
	font-weight: bold;
}

.alert {
	color:#b80f0f;
	font-weight: bold;
}

/* header styles */
.header {
	font-size:18px;
	color:#B27E00;
}

.alert_header {
	font-size: 18px;
	color: #b80f0f;
}

.header_small {
	font-size:14px;
	color:#b27e00;
}

/* misc styles */

td#search_results_left {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:.6em;
	border-left: 1px solid #ffb400;
	border-bottom: 1px solid #ffb400;
	padding: 8px;
	empty-cells: show;
}

td#search_results_middle {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:.6em;
	border-bottom: 1px solid #ffb400;
	padding: 8px;
	empty-cells: show;
}

td#search_results_right {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:.6em;
	border-right: 1px solid #ffb400;
	border-bottom: 1px solid #ffb400;
	padding: 8px;
	empty-cells: show;
}

.box {
	border: 1px solid #ffb400;
	padding: 20px;
}

body#index {
	background-color: #595959;
	margin: 10px;
}

body#regular_body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}
