@charset "iso-8859-1";



body { font-family: Arial, Helvetica, sans-serif;}

/* Usual content text */
table { font-size: 11px; }

p { margin:0px; padding:0px; }

.disabled {	font-size: 10px;font-weight: bold;color: red;}

.error {
	color : red;
	font-size:11px;
}
.box_error {
	color : red;
	font-size:11px;
	background-color: #FFE1E2;
	font-weight: bold;
	height: 20px;
	padding: 5px;
}
.good {color:navy; font-size:11px;}
.copyright { font-size : 10px; color: #000000;}
.txt_small_pale {font-size : 10px;color: #838383;}
.txt_small {font-size : 10px;color: #000000;}
.txt_small_blue { font-size : 10px; color:#1B68A2;}
.txt_big { font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.txt_medium {font-size : 11px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.title_pale {color: #767676;}
.title_medium { font-size: 12px; font-weight: bold; color: black;}
.title_big { font-size: 13px; font-weight: bold; color: black;}
.title_realbig { font-size: 15px; font-weight: bold; color: black;}
.desc_small{font-size: 10px; color: #DD851C;}

td.navCellOn:hover { text-decoration: underline; color:#F5E492; }
td.navCellOff:hover { text-decoration: underline; color:#FFFFFF; }

/* Links */
a { text-decoration: none;font-weight: bold;font-size: 11px; color: #0060B1; }
/*1B68A2*/
a:link {text-decoration: none;color: #0060B1; }
a:visited {text-decoration: none;color: #004782; }
a:hover {text-decoration: underline;}


a.link_light:link {text-decoration: none;color: #0092F8; }
a.link_light:visited {text-decoration: none;color: #0092F8; }
a.link_light:hover {text-decoration: underline;color: #0092F8;}

a.link_admin:link {text-decoration: none;color: #FF00FF; }
a.link_admin:visited {text-decoration: none;color: #FF00FF; }
a.link_admin:hover {text-decoration: underline;color: #FF00FF;}

/* Links */
a.link_big {font-weight: bold; font-size: 12px; color: #0060B1;font-family: Verdana, Arial, Helvetica, sans-serif;}		
a.navOff {font-size: 11px;font-weight: bold;color: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif;}
a.navOff:link {color: #FFFFFF;}
a.navOff:visited {color: #FFFFFF;}
a.navOff:hover {color: #FFFFFF;}

a.navOn {color: #F5E492;font-size: 11px;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;}
a.navOn:link {color: #F5E492;}
a.navOn:active {color: #F5E492;}
a.navOn:visited {color: #F5E492;}
a.navOn:hover {color: #F5E492;}

a.navSubmenu {color: #5D5D5D;font-size: 10px;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;}
a.navSubmenu:link {color: #5D5D5D;}
a.navSubmenu:visited {color: #5D5D5D;}
a.navSubmenu:hover {color: #5D5D5D;}

a.link_sub {color:#0060B1;}
a.link_sub:link {color:#0060B1;}
a.link_sub:visited{color:#0060B1;}
a.link_sub:hover {color:#0060B1;}

a.linkSeleted {color:#0092F8;}
a.linkSeleted:hover {color:#0092F8;}
a.linkSeleted:visited {color:#0092F8;}

a.link_small	{text-decoration: none;font-size: 10px;color: #999999;}
a.link_small:link	{text-decoration: none;color: #999999;}
a.link_small:visited	{text-decoration: none;color: #999999;}
a.link_small:hover	{text-decoration: underline;color: #999999;}
	
a.link_small_white	{text-decoration: none;font-size: 10px;color: #FFFFFF;}
a.link_small_white:link	{text-decoration: none;color: #FFFFFF;}
a.link_small_white:visited	{text-decoration: none;color: #FFFFFF;}
a.link_small_white:hover	{text-decoration: underline;color: #FFFFFF;}
					
/* Form elements */
input {font-size: 11px;}
select {font-size: 11px;width:200px;}
.select_large {font-size: 11px;width:320px;}
.input_xlarge { font-size: 11px;width: 350px;border: 1px solid #B4B4B4; padding: 2px; }
.input_large { font-size: 11px;width: 200px;border: 1px solid #B4B4B4;	padding: 2px; }
.input_medium{
	font-size: 11px;
	width: 125px;
	border: 1px solid #B4B4B4;
	padding: 2px;
}
.input_small { font-size: 11px;width: 50px;border: 1px solid #B4B4B4; padding: 2px; }

.section_search{font-family: Arial, Helvetica, sans-serif;font-size: 11px;}
form { margin: 0px;padding: 0px;}
.button_small { width: 70px;}

.radio {padding:0px;margin:0px;}

/* Others */
.margin {padding: 5px;}
hr { width: 95%;color:#DDDDDD}
.norepeat {background-repeat: no-repeat;}

/* Content boxes */
.borderContent {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	background-color: #FAFAFA;
}
.borderContent_nopadding {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	background-color: #FAFAFA;
}
.borderImg {
	border: 1px solid #000000;
}

.borderContent_sideBox {
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	background-color: #F5F5F5;
}

/* Title bar */
.titleBar_sub {
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	background-color: #E6E6E6;
	background-image: url("ti_header_sub.gif");
	height: 24px;
	font-weight: bold;
	color: #272727;

}
.titleBar_search {
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	background-color: #F3F3F3;
	background-image: url("ti_header_sub.gif");
	background-repeat: repeat-x;
	height: 24px;
	font-weight: bold;
	color: #272727;

}
.titleBar_small {
	background-image: url("ti_header_small.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	color: #272727;
	width: 543px;
	padding-left: 10px;
	font-size: 12px;
	height: 18px;
}
.titleBar_small_pub {
	background-image: url("ti_header_small.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	color: #272727;
	width: 500px;
	padding-left: 10px;
	font-size: 12px;
	height: 18px;
}
.titleBar_mini {
	background-image: url("ti_header_mini.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	color: #272727;
	width: 350px;
	padding-left: 10px;
	font-size: 12px;
	height: 18px;
}
.titleBar_large {
	background-image: url("ti_header_large.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	width: 740px;
	color: #272727;
	padding-left: 10px;
	font-size: 12px;
	height: 18px;
}
.titleBar_sideBox {
	background-image: url("ti_header_sideBox.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	width: 188px;
	height:17px;
	padding-left: 40px;
	font-size: 12px;
	color: #FFFFFF;
}
.titleBar_sideBox_small {
	background-image: url("ti_header_sideBox_small.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	width: 230px;
	height:17px;
	padding-left: 40px;
	font-size: 12px;
	color: #FFFFFF;
}
.titleBar_section_small{
	background-image: url("ti_header_section_small.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	height:24px;

	font-size: 12px;
	color: #737F8D;
}
.titleBar_section{
	background-image: url("ti_header_section_large.gif");
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	font-weight: bold;
	height:24px;
	font-size: 12px;
	color: #737F8D;
}

.box_desc {
	background-color: #FFFCF0;
	width: 90%;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.box_info {
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
}
.box_bt{
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-weight: bold;
	color: #0060B1;
}
.box_bt_over{
	background-color: #DFDFDF;
	border: 1px solid #B3B3B3;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
	color: #0060B1;
}
textarea {
	width: 350px;
	height: 70px;
}
textarea.high {
	height: 200px;
}

.line_large{
	background-image: url("ti_header_section_large.gif");
	background-repeat: no-repeat;
	height:5px;
}
