


/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute;
	visibility:hidden;
	}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}



/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	}



/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
	
/* handles */
.dbx-handle {
	background:url('/img/blue-toggle.gif') no-repeat 0 0; 
	}

	
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
	}
	

/* toggle images */
a.dbx-toggle, a.dbx-toggle:visited {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url('/img/blue-toggle.gif') no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	text-indent:-50px;
	text-decoration:none;
	}
	
	
a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position:0 0;
	}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0 -20px;
	}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
	}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position:-20px -20px;
	}






/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
	}
* html .dbx-tooltip { width:195px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}







/* inner content area */	
.dbx-content {
	margin:0;
	padding:9px 0 9px 0;
	list-style-type:none;
	color:#000;
	}



/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:2px;
	padding:0;
	overflow:hidden;
	}
.dbx-box-closed .dbx-content * {
	display:none;
	}





/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
	}




body {
    background-color:#fafafa;
    text-align: center;
	scrollbar-3d-light-color : #00B9FD;
	scrollbar-arrow-color : #020138;
	scrollbar-base-color : #D2D1D9;
	scrollbar-dark-shadow-color : #FFFFFF;
	scrollbar-face-color : white;
	scrollbar-highlight-color : #E4E4E4;
	scrollbar-shadow-color : #91B4DC;
}


form{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

.link{
	color : #0033CC;
	font : 11px Verdana;
}

a{
	color : #0033CC;
	font : 11px Verdana;
	text-decoration: none;
}


a:hover{
	color : #CC0000;
	font : 11px Verdana;
	text-decoration: underline;
}

input.login{
	border : 1px solid #A19344;
	color : #333333;
	font : 11px Verdana;
	height : 14px;
	width : 60px;
}

input.but {
	background-color : #28467B;
	border-color : #FFFFFF;
	border-width : 1px 1px 1px 1px;
	color : #FFFFFF;
	cursor : hand;
	font-family : Verdana;
	font-size : 11px;
}

input.search{
	border : 1px solid #C1EC39;
	color : #333333;
	font : 11px Verdana;
}

.bgfooter{
	background-color : #F6F9FF;
}

.bgheader{
	background-color : #DCE3F3;
}

.bgside{
	background-color : #FAFAFA;
}

.blueline{
	background-color : #A3B3CE;
}

#container{
	width : 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	padding:0px;
	 background-color:#ffffff;
}

#container2{
	width : 660px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	padding:0px;
	 background-color:#ffffff;
}

.cross{
	float : left;
	margin-right : 4px;
	margin-top : 4px;
}

#about{
	background-color : #FFFFFF;
	margin-bottom : 2px;
}

#about a.gri{
	background : url('/img/dot_about.gif') repeat-x bottom;
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 0px 0px;
	padding : 1px 2px 1px 2px;
	text-decoration : none;
	width : 100%;
}

#about h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 3px;
	padding-top : 5px;
	text-align : left;
}

#news a.link{
	background : url('/img/dot_about.gif') repeat-x bottom;
	width : 100%;
	color : #045DD6;
	display : block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 2px 0px;
	padding : 1px 2px 1px 2px;
	text-decoration : none;
}

#index a.link{
	background : url('/img/dot_about.gif') repeat-x bottom;
	width : 100%;
	color : #045DD6;
	display : block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 2px 0px;
	padding : 1px 2px 1px 2px;
	text-decoration : none;
}

#newsl h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 3px;
	padding-top : 5px;
	text-align : left;
}

#google h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 3px;
	padding-top : 5px;
	text-align : left;
}


#register h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 3px;
	padding-top : 5px;
	text-align : left;
}

#header{
	background : url('/img/bg/header.jpg') #DCE3F3 no-repeat right top;
	border-bottom : 1px solid #062E50;
	height : 72px;
	width : 760px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:bottom;
}

#index{
	margin-bottom : 2px;
}

#index a{
	background-color : #F1E7F3;
	color : #000033;
	display : block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height:14px;
	margin : 0px 0px 2px 0px;
	text-decoration : none;
}

#index a:hover{
	background-color : #F9F5FA;
	color : #000033;
	display : block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height:14px;
	margin : 0px 0px 2px 0px;
	text-decoration : none;
}

#index h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 3px;
	padding-top : 5px;
	text-align : left;
}

#country{
	margin-bottom : 2px;
}

#country h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 3px;
	padding-top : 5px;
	text-align : left;
}


#login{
	background-color : #FFFCED;
	margin-bottom : 2px;
}

#login a.logout{
	color : #6D5D05;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

#login a:hover.logout{
	color : #6D5D05;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}


#login a.link{
	background : url('/img/dot_about.gif') repeat-x bottom;
	color : #045DD6;
	display : block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

#login a:hover.link{
	background : url('/img/dot_about.gif') repeat-x bottom;
	color : #045DD6;
	display : block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

#login h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 3px;
	padding-top : 5px;
	text-align : left;
	
}

#login p{
	color : #332D0A;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 0px 8px 4px 2px;
}

.red{
	color : #ff0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.p{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 0px 4px 4px 2px;
}

#login p.info{
	background-color:#FFF6DF;
	border-top:1px solid #C6C68E;
	border-bottom:1px solid #C6C68E;
	color : #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 1px 8px 2px 2px;
	margin: 0px 0px 3px 0px;
}

#login a{
	color : #3366CC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 0px 3px 4px 2px;
}

#login a:hover{
	color : #5F87D7;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 0px 3px 4px 2px;
}

#logo{
    float:left;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#meniu{
	position:relative;
	top:20px;
	right:0px;
}

#mainct{
	float : left;
	margin : 1px 1px 1px 1px;
	width : 384px;
}

#mainct1{
	float : left;
	margin : 1px 4px 0px 0px;
	width : 760px;
}

#mainct2{
	float : left;
	margin : 1px 4px 0px 0px;
	width : 660px;
}

#maindr{
	float:left;
  	margin : 1px 0px 0px 0px;
	width : 203px;
}

#mainhd{
    height:35px;
	background-color : #FAFAFA;
	border-bottom : 1px solid #F7DCAF;
	border-top : 1px solid white;
	margin : 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

#mainhd p{
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
}


#mainst{
	float : left;
	margin : 1px 4px 0px 0px;
	width : 165px;
}

#maintxt p{
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 5px 0px 0px 0px;
	text-align : justify;
}

#navigation {
	list-style : none;
	margin : 0px 0px 0px 0px;
	padding : 0;
	*margin-top:53px;
}

#navigation a {
	background : url('/img/mencorn.gif') #062E50 no-repeat left top;
	color : #FFFFFF;
	display : block;
	float : right;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0 px 0px;
	padding : 3px 4px 3px 6px;
	text-decoration : none;
}

.buttonS {
	background : url('/img/mencorn.gif') #062E50 no-repeat left top;
	color : #FFFFFF;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0 px 0px;
	padding : 3px 4px 3px 6px;
	text-decoration : none;
}

.button {
	background : url('/img/mencorn_over.gif') #256DAB no-repeat left top;
	color : #FFFFFF;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0 px 0px;
	padding : 3px 4px 3px 6px;
	text-decoration : none;
	cursor:pointer;
}

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a {
	float : none;
}

/* End IE5-Mac hack */ 
#navigation a:hover {
	background : url('/img/mencorn_over.gif') #256DAB no-repeat left top;
	color : #FFFFFF;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0 px 0px;
	padding : 3px 4px 3px 6px;
	text-decoration : none;
}

#navigation li {
	float : right;
	margin : 0px 0px 0px 1px;
	padding : 0px 0px 0px 0px;
}

#news{
	background-color : #FFFFFF;
	margin-bottom : 2px;
}

#news h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 3px;
	padding-top : 5px;
	text-align : left;
	
}

#pic{
	border : 1px solid #F8DEAE;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#pic h3{
	background : url('/img/bg/bgv.gif') repeat-x;
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin : 4px 0px 2px 0px;
	padding : 2px 2px 2px 2px;
}

#mainhd h3{
	background : url('/img/bg/bgv.gif') repeat-x;
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin : 4px 0px 2px 0px;
	padding : 2px 2px 2px 2px;
}

#maintxt h3{
	background : url('/img/bg/bgv.gif') repeat-x;
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin : 4px 0px 2px 0px;
	padding : 2px 2px 2px 2px;
}


#sayit{
	background : url('/img/dot_say.gif') repeat-x bottom;
	border-top : 1px solid #2769C2;
}

#sayit h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin : 4px 0px 2px 0px;
	padding : 2px 2px 2px 2px;
}

#sayit p{
	color : #511F13;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 3px 0px 3px 0px;
	padding : 2px 2px 2px 2px;
	text-align : justify;
}

#sayit p.cine{
	color : #1656E7;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 3px 0px;
	padding : 2px 2px 2px 2px;
	text-align : right;
}

#search{
	background-color : #E5F2BC;
	height:20px;
	vertical-align:middle;
}

#search a{
	color : #000000;
	font : 11px Verdana;
	text-decoration : none;
}

#search a.active{
	color : #8B0000;
	font : 11px Verdana;
	text-decoration : none;
}

#search a.active:hover{
	color : #E80000;
	font : 11px Verdana;
	text-decoration : none;
}

#search a:hover{
	color : #666666;
	font : 11px Verdana;
	text-decoration : none;
}

#search p{
	color : #000000;
	font : 11px Verdana;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#search p.cauta{
	color : #0C6DDB;
	display : block;
	float : left;
	font : 11px Verdana;
	font-weight : bold;
}
#srch1, #srch2, #srch3, #srch4, #srch5, #srch6, #srch7, #srch8, #srch9, {
	float:left;
	vertical-align:middle;
}
#top{
	margin-bottom : 2px;
}

#top a{
	color : #3059B8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

#top a:hover{
	color : #3059B8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

#top h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 6px;
	padding-top : 5px;
}

#top p{
	background-color : #E3E8D1;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 2px 0px;
	padding : 1px 2px 1px 6px;
}

#top p.rm{
	background-color : #D2E8F8;
	border-top : 1px solid #C5D09E;
	padding : 1px 4px 1px 2px;
	text-align:right;
}

#test{
	margin-bottom : 2px;
	background-color:#F9FBFA;
}

#test a{
	color : #3059B8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

#test a:hover{
	color : #3059B8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

#test h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 6px;
	padding-top : 5px;
}

#test h4{
	background-color:white;
	border-bottom:1px solid #D4E5DB;
	color : #8C8C8C;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 6px;
}

#test span{
	color : #358CD6;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
	padding : 5px 3px 3px 6px;
}

#test p{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 2px 0px;
	padding : 1px 2px 1px 6px;
}

#test p.rm{
	background-color : #D2E8F8;
	border-top : 1px solid #B4D0E4;
	padding : 1px 4px 1px 2px;
	text-align:right;
}

#game{
	margin-bottom : 2px;
	background-color:#F5F5EF;
}

#game a{
	color : #3059B8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

#game a:hover{
	color : #3059B8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

#game h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 6px;
	padding-top : 5px;
}

#game h4{
	background-color:white;
	border-bottom:1px solid #D7D6C5;
	color : #8C8C8C;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 6px;
}

#game span{
	color : #358CD6;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
	padding : 5px 3px 3px 6px;
}

#game p{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 2px 0px;
	padding : 1px 2px 1px 6px;
}

#game p.rm{
	background-color : #D2E8F8;
	border-top : 1px solid #D7C7A8;
	padding : 1px 4px 1px 2px;
	text-align:right;
}

#game.peg{
	padding:4px 0px 4px 0px;
}

#footer{
	float:none;
	width : 100%;
	background-color:#F6F9FF;
	border-top:1px solid #A3B3CE;
	padding: 4px 4px 4px 4px;
}

#footer p{
	color : #849DC6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 2px 0px;
	padding : 1px 2px 1px 6px;
	text-align:center;
}

#footer a{
	color : #849DC6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 2px 0px;
	padding : 1px 2px 1px 2px;
}

#footer a:hover{
	color : #B1C1DB;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 2px 0px;
	padding : 1px 2px 1px 2px;
}
#maindrt{
	float:left;
	width:591px;
}

#maindrt P{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding:3px 4px 3px 4px;
}

#maindrt P.head{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding:3px 4px 3px 4px;
	color:#CC3300;
	font-weight:bold;
}

.rowpar{
	background-color:#F6F9FD;
	padding:3px 12px 3px 12px;
}

.rowimpar{
	background-color:#EEF3FB;
	padding:3px 12px 3px 12px;
}

H2{
	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	border-bottom:1px solid #0055D0;
	color : #0055D0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight:bold;
	text-align:right;
	background-color:#F2F4FB;
}

input.blue{
	border:1px solid #B7B7B7;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
input.bluebut{
	border-top:1px solid #B9CBEE;
	border-left:1px solid #B9CBEE;
	border-bottom:1px solid #6F94DC;
	border-right:1px solid #6F94DC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color:#C7D5F1;
	cursor:pointer;
}
select{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.border{
	border:1px solid #BDCDEE;
}

.border1{
	border:1px solid #497887;
}

#autor{
	margin:2px 3px 5px 3px;
	padding:4px 0px 0px 0px;
	border-top: 1px dashed #666666;
	*border-top: 1px dotted #666666;
}

#autor img{
	border:1px solid black;
	float:right;
	margin: 0px 4px 0px 0px;
}

#autor P{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:black;
	padding:0px 0px 4px 0px;
	margin:0px 0px 0px 0px;
}

#autor span{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:#DB5800;
	font-weight:bold;
}

#register{
	margin:0px 0px 2px 0px;
}

#years{
	height:60px;
	width:100%;
	padding:1px 1px 1px 1px;
	margin:5px 5px 5px 5px;
	border:1px solid #E7EDF3;
	background-color:#F3F9FC;
}

#years H3{
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background :White  url('/img/puzz.gif') left no-repeat;
	padding:2px 2px 2px 20px;
	margin:0px 0px 0px 5px;
	color: #0986FF;
	border-bottom: 1px solid #EEEEEE;
}

#years a{
	padding:2px 2px 2px 20px;
	height:20px;
	color:#497887;
	font: 11px Verdana;
}

#years a:hover{
	padding:2px 2px 2px 20px;
	height:20px;
	color:#8BB1B2;
	font: 11px Verdana;
}

#years P{
	margin:4px 4px 4px 4px;
	padding:4px 0px 4px 0px;
	display:block;
	float:left;
	
}
	
#historyCurs{
	width:100%;
	padding:1px 1px 1px 1px;
	margin:7px 7px 7px 7px;
	border:1px solid #E7EDF3;
	background-color:#F3F9FC;
}

#historyCurs a{
	padding:2px 2px 2px 20px;
	height:20px;
	color:#497887;
	font: 11px Verdana;
}

#historyCurs a:hover{
	padding:2px 2px 2px 20px;
	height:20px;
	color:#8BB1B2;
	font: 11px Verdana;
}

#historyCurs P{
	margin:4px 10px 4px 10px;
	padding:4px 0px 4px 0px;
	display:block;
	float:left;
	
}

#modul{
	width:100%;
	padding:1px 1px 1px 1px;
	margin:5px 5px 5px 5px;
	border:1px solid #E7EDF3;
	background-color:#F3F9FC;
}

#modul H3{
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px 2px 2px 20px;
	margin:0px 0px 0px 5px;
	color: #0986FF;
	border-bottom: 1px solid #EEEEEE;
}

#modul H3.list{
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
	color: #0986FF;
	border-bottom: 1px solid #EEEEEE;
}

#modul a{
	color:#497887;
	font: 11px Verdana;
}


#modul a:hover{
	color:#8BB1B2;
	font: 11px Verdana;
}

#modul P{
	margin:4px 10px 4px 10px;
	padding:4px 0px 4px 0px;
	display:block;
	
}

#modulYears{
	width:30%;
	padding:1px 1px 1px 1px;
	margin:5px 5px 5px 5px;
	border:1px solid #E7EDF3;
	background-color:#F3F9FC;
	float:left;
}

#modulYears H3{
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px 2px 2px 20px;
	margin:0px 0px 0px 5px;
	color: #0986FF;
	border-bottom: 1px solid #EEEEEE;
}

#modulYears H3.list{
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
	color: #0986FF;
	border-bottom: 1px solid #EEEEEE;
}

#modulYears a{
	padding:2px 2px 2px 20px;
	height:20px;
	color:#497887;
	font: 11px Verdana;
}

#modulYears a:hover{
	padding:2px 2px 2px 20px;
	height:20px;
	color:#8BB1B2;
	font: 11px Verdana;
}

#modulYears p{
	margin:4px 10px 4px 10px;
	padding:4px 0px 4px 0px;
	display:block;
	
}

#tree h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 2px 0px;
	padding : 3px 3px 3px 3px;
	padding-top : 5px;
	text-align : left;
}

#listgame h3{
	background : url('/img/bg/bg.gif') repeat-x;
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin : 4px 0px 2px 0px;
	padding : 2px 2px 2px 2px;
}

#listgame p{
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	margin : 1px 0px 1px 0px;
	padding : 2px 0px 2px 0px;
	text-align : justify;
}

.photo{
	border:1px solid #000000;
	text-align : center;
	width:50px;
	height:50px;
	cursor:pointer;
}

.borderRB{
	border-right:1px solid #BDCDEE;
	border-bottom:1px solid #BDCDEE;
	font-size : 3px;
	width:50px;
	cursor:pointer;
}

.borderB{
	font-size : 3px;
	border-bottom:1px solid #BDCDEE;
	width:50px;
	cursor:pointer;
}
.borderR{
	font-size : 3px;
	border-right:1px solid #BDCDEE;
	width:50px;
	cursor:pointer;
}
.noBorder{
	font-size : 3px;
	width:50px;
	cursor:pointer;
}

.timeline{
	font-size : 9px;
	text-align : center;
	cursor:pointer;
}

.headTime {
	background : #256DAB;
	color : #FFFFFF;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
	text-decoration : none;
}

input.but1 {
	background-color : #38568B;
	border-color : #FFFFFF;
	border-width : 1px 1px 1px 1px;
	color : #FFFFFF;
	cursor : hand;
	font-family : Verdana;
	font-size : 11px;
}

.borderP{
	border:1px solid #003366;
}

a.menu{
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
}

a:hover.menu{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
}

.button2 {
	background : url('/img/mencorn_over.gif') #256DAB no-repeat left top;
	color : #FFFFFF;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin : 0px 0px 0 px 0px;
	padding : 3px 4px 3px 6px;
	text-decoration : none;
}

.p{
	cursor:pointer;
}

.font11B{
	font: 11px Verdana;
}

.font11{
	color:#000000;
	font: 11px Verdana;
	text-overflow:ellipsis;
	overflow:hidden;
}

.font10B{
	color:#497887;
	font: 10px Verdana;
	text-overflow:ellipsis;
	overflow:hidden;
	padding : 2px 2px 2px 2px;
}

.font10R{
	color:#cc3333;
	font: 10px Verdana;
	text-overflow:ellipsis;
	overflow:hidden;
	padding : 2px 2px 2px 2px;
}
.font10V{
	color:#33cc33;
	font: 10px Verdana;
	text-overflow:ellipsis;
	overflow:hidden;
	padding : 2px 2px 2px 2px;
}

.font10{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 0px 4px 4px 2px;
}


.font14{
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: none;
}

.font12{
	color:#497887;
	font: 12px Verdana;
	font-weight : bold;
	text-overflow:ellipsis;
	overflow:hidden;
}
.cc{
	width:170px;
	overflow:hidden;
	text-overflow:ellipsis;
	cursor:pointer;
}