@charset "utf-8";
<!--
/*******************************************************************************
**
**  GENERAL
**
*******************************************************************************/
body, td, th { font-family: Arial; font-size: 12px; }
html, body, form { margin: 0px; padding: 0px; }
html, body { width:100%; height:100%; min-width:980px; }
body { background-color: #fff; color: #333; }
input, textarea, list { font-family: Arial; font-size:12px; }
:focus { outline: none; }
img, div { behavior: url(iepngfix.htc) }
/*******************************************************************************
**
**  TXT
**
*******************************************************************************/
.txt24px_orange { font-size:24px; color:#f7941d; }
.txt18px_orange { font-size:18px; color:#f7941d; }
.txt12px_white { font-size:12px; color:#FFF; }
.txt12px_white { color: #FFF; font-weight: bold; }
.txt12px_white a:link, .txt12px_white a:visited, .txt12px_white a:active { color: #FFF; text-decoration: none; }
.txt12px_white a:hover { color: #FFF; text-decoration: underline; }
.txt12px_blue { font-size:12px; color:#0067b7; }
.txt12px_blue { color: #0067b7; font-weight: bold; }
.txt12px_blue a:link, .txt12px_blue a:visited, .txt12px_blue a:active { color: #0067b7; text-decoration: none; }
.txt12px_blue a:hover { color: #0067b7; text-decoration: underline; }
.txt10px_darkgray { font-size:10px; }
.txt11px_red { font-weight: bold; font-size: 11px; color: #CC0000; }
.txt11px_green { font-weight: bold; font-size: 11px; color: #090; }
/*******************************************************************************
**
**  UL
**
*******************************************************************************/
.ul1 { margin:0; padding:0; }
.ul1 li {
 margin:0;
 padding:0;
 margin-bottom:5px;
 padding-left:20px;
 float:left;
 display:inline;
 width:300px;
 background-image: url(img/paneller/panel1_bullet.gif);
 background-repeat: no-repeat;
 background-position: left top;
 color:#FFF;
}
.ul1 li a:link, .ul1 li a:visited, .ul1 li a:active { color: #FFF; text-decoration: none; }
.ul1 li a:hover { color: #FFF; text-decoration: underline; }
.ul2 { margin:0; padding:0; }
.ul2 li {
 margin:0;
 padding:0;
 margin-bottom:5px;
 padding-left:10px;
 float:left;
 display:inline;
 width:150px;
 background-image: url(img/paneller/panel2_bullet.gif);
 background-repeat: no-repeat;
 background-position: 0px 3px;
 color:#FFF;
}
.ul2 li a:link, .ul2 li a:visited, .ul2 li a:active { color: #FFF; text-decoration: none; }
.ul2 li a:hover { color: #FFF; text-decoration: underline; }
/*******************************************************************************
**
**  IMG
**
*******************************************************************************/
.img2px_green { border:2px solid #bfd878; }
.img5px_green { border:5px solid #bfd878; }
/*******************************************************************************
**
**
**  FORM ELEMENTS
**
**
*******************************************************************************/
.inp700px { width:700px; }
.inp700px_multiple { width:700px; height:100px; }
.inp500px { width:500px; }
.inp500px_multiple { width:500px; height:100px; }
.inp400px { width:400px; }
.inp400px_multiple { width:400px; height:100px; }
.inp300px { width:300px; }
.inp250px { width:250px; }
.inp200px { width:200px; }
.inp50px { width:50px; }
.inpsingle_key { font-size: 22px; vertical-align: middle; }
/*******************************************************************************
**
**  DEVAMI
**
*******************************************************************************/
.devami { font-size:12px; color:#0067b7; margin-top:5px; }
.devami { color: #0067b7; font-weight: bold; }
.devami a:link, .devami a:visited, .devami a:active { color: #0067b7; text-decoration: none; }
.devami a:hover { color: #0067b7; text-decoration: underline; }

/*******************************************************************************
**
**  DEVAMI2
**
*******************************************************************************/
.devami2 { font-size:24px; color:#0067b7; margin-top:5px; margin-bottom:5px; }
.devami2 { color: #0067b7; font-weight: bold; }
.devami2 a:link, .devami2 a:visited, .devami2 a:active { color: #0067b7; text-decoration: underline; }
.devami2 a:hover { color: #06F; text-decoration: underline; }

/*******************************************************************************
**
**  PAGINATION
**
*******************************************************************************/
.pagination {
		text-align:left;
		background-color: #FFFFFF;
}
.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #CCC;
		text-decoration: none; /* no underline 000099 */
		color: #0055a4;
}
.pagination a:hover {
		border: 1px solid #CCC;
		color: #FFF;
		background-color: #0055a4;
}
.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #CCC;
		font-weight: bold;
		background-color: #0055a4;
		color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCC;
	color: #CACACA;
	margin-right: 2px;
	margin-left: 2px;
}
-->

