* {
	color : #444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
body {
	background-color: #fcfcfc;
}

h1, h2, h3, h4, h5, h6 {
	color:#00389C;
	font-weight:normal;
	margin:0.5em 0;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

hr {
	background-color: #A9C6E2;
	border: 0 none;
	color: #A9C6E2;
	height:1px;
}

a							{ color: #444444; text-decoration: underline; }
a img 						{ border: 0 none; }
a:visited					{ color: #444444; text-decoration: underline; }
a:hover						{ color: #FF7700; text-decoration: none; }

.menu a { font-weight: bold;	text-decoration: none; }
.menu a:hover { color: #FF7700; }

.link_big					{ font-weight: bold;	text-decoration: none; }
.link_big_on			{ color: #FF7700; font-weight: bold;	text-decoration: none; }
.link_big:link		{ color: #444444; font-weight: bold; text-decoration: none; }
.link_big:visited	{ color: #444444; font-weight: bold;	text-decoration: none; }
.link_big:hover		{ color: #FF7700; font-weight: bold;	text-decoration: none; }

.font_small				{ font-size: 9px; }
.font_bold				{ font-weight: bold; }
.font_help				{ color: #008800; font-weight: bold; }
.font_warning			{ color: #FF0000; font-weight: bold; }
.font_title				{ font-size: 15px; font-weight: bold; }

/*---------------*/

.tab_title				{
	font-weight: bold;
	background-color: #C6E7FF;
	text-align: center;
}
.tab_line_0				{ background-color: #F8F8F8; }
.tab_line_1				{ background-color: #F8F8F8; }

.textfield {
	background-color: #FFFFFF;
}

.textarea {
	background-color: #FFFFFF;
}

.select {
	background-color: #FFFFFF;
}

.button {
	background-color: #D4D0C8;
}

.upload {
	background-color: #FFFFFF;
	font-size: 9px; 
}

/*---------------------*/

ul { padding-left:1em;}
li { padding: 4px 0; }

#menu a {
	text-decoration:none;
}
#menu a:hover {
	color: #FF7700;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul ul {
	margin-left:1em;
}
#menu li {
	list-style:none;
	margin:2px;
	padding:0;
}
#menu hr {
	border:0 none;
	border-bottom:1px solid #6386A5;
	height:1px;
	margin:0;
}

/* -------------- */

form input {
	padding:0;
}
form td.error {
	color: #FF0000;
}

/* ------------ */

img.calender {
	position:relative;
	top:1px;
	left:-19px;
}

table.download {
	border-collapse:collapse;
}
table.download tr,
table.download td {
	margin:0;
	padding:0;
}
table.download td {
	border-top:1px solid #00389C;
	border-bottom:1px solid #00389C;
	font-size:120%;
	padding:8px 0;
	vertical-align:top;
}
table.download .pages {
	text-align:right;
	padding-right:4em;
}
table.download .downloadButton {
	text-align:right;
	vertical-align:middle;
}
table.download .downloadButton a {
	border: 1px solid #666666;
	display:block;
	font-size:14px;
	line-height:18px;
	padding:4px;
	text-decoration:none;
}
table.download .downloadButton a:hover {
	background-color: #C2DFF4;
	border: 1px solid #6386A5;
	color: #527594;
	/*border:1px solid #00389C;
	color: #00389C;*/
}

/* -------------- */


div.fileInfo {
	/*background-position:99% 8px;
	background-repeat:no-repeat;*/
	border:1px solid #AAAAAA;
	display:block;
	margin-bottom:1em;
	padding:4px;
	background-color:#eee;
}
div.fileInfo a.name,
div.fileInfo span.name {
	font-size:100%;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
}
div.fileInfo a:hover {
	color: #FF9900;
	text-decoration:none;
}
div.fileInfo table td {
	font-size:80%;
	line-height:1em;
	/*width:560px;*/
}
div.fileInfo .fileInfoType {
	font-weight:bold;
	width:1%;
	padding-right:1em;
	white-space:nowrap;
}
/*div.fileInfo.error {
	background-image:url(../../images/theme/standard/filetypes48/error.png);
}
div.fileInfo.exe {
	background-image:url(../../images/theme/standard/filetypes48/exe.png);
}
div.fileInfo.iso {
	background-image:url(../../images/theme/standard/filetypes48/iso.png);
}
div.fileInfo.pdf {
	background-image:url(../../images/theme/standard/filetypes48/pdf.png);
}
div.fileInfo.wmv {
	background-image:url(../../images/theme/standard/filetypes48/video.png);
}
div.fileInfo.zip, div.fileInfo.gz {
	background-image:url(../../images/theme/standard/filetypes48/zip.png);
}*/
