/* ======================================================== */
/*	Created by Devit Schizoper 								*/
/*	Created HomePages http://LoadFoo.starzonewebhost.com	*/
/*	Created Day 01.12.2006 									*/
/* ======================================================== */


body {
	margin: 0px; background: white;
	font-family: Verdana, Arial, sans-serif; font-size: 10pt;
}

p { line-height: 17px; margin: 11px 0 10px 0; padding: 0px; }
form { padding:0; margin:0 }

h1 { color: #9f9f9f; margin:5px 0px; padding:0px; font-size: 18pt; }
h2 { color: #9f9f9f; margin:0px; padding:0px; font-size: 15pt; }

ul { font-size: 10pt; }

a { color: #93B300; }
a:hover { text-decoration: none; }

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}

.wrap { padding: 0 50pt }

/**** Top ***/

#top {
	height: 70px;
	color: #fff;
	background: #000  url(../img/black_bg.gif) repeat-x;
	overflow:hidden;
}

#top h2 {
	color: white;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0px;
	margin-top:17px;
	float:right;
	background: url(../img/bg_t.gif) no-repeat;
	padding-left: 15px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #93B300;
}


/**** Main Menu ***/


#menu { display: block; }
#menu ul { margin: 0; list-style: none; padding:0; }
#menu li { display: block; float: left; white-space: nowrap; height:83px;}

#menu li a {
	display: block;
    height: 70px;
    line-height:90px; padding:0 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
    font-size: 10pt;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../img/bg_menu.gif);
}

.body_main #menu_main,
.body_about #menu_about,
.body_new_word #menu_new_word {
	letter-spacing: 1px;
	color: gray;
	background: url(../img/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}

#toolbar { 
	background: white url(../img/gray_bg.gif) repeat-x; 
    padding-top:10px;
}
/**** Content Container ***/

#content { margin-top:30px; }
#content h2 { margin: 0; padding: 10px 0 10px 0; } 
#content-near-sidebar { margin-right:190px; }

/**** sidebar ****/
#sidebar {width:160px}
#sidebar h2 { background: white url(../img/gray_bg.gif) 0 100% repeat-x; font-size:12pt; }
#sidebar ul { list-style-image: url(../img/bullet.gif) }
#sidebar ul li { margin-top:5px; }
#sidebar a { text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }

/**** Clear Div ***/

#clear { display: block; clear: both; height:1px; overflow:hidden; }

/**** Footer ***/


#footer {
	background: white url(../img/gray_bg.gif) repeat-x; 
    padding-top:20px; padding-bottom:20px; margin-top:20px;
}

.float-end { float:right }
.float-start { float:left }

.words-list th, .words-list td { vertical-align:top; }
.words-list td div { padding-bottom: 5px; }
.words-list h3 { margin-top:0; margin-bottom: 10px; }
.words-list { width: 100% }
.row-normal { background-color: #f0f0f0; }
.row-alt { background-color: #f0fff0; }
.paginator { text-align:center; padding:10px 0; }
.paginator a { text-decoration: none; padding:0 3px; }
.paginator a.active-page { font-weight:bold; text-decoration:underline; }

.rtl { text-align:right; direction: rtl; }
.ltr { text-align:left; direction: ltr; }

ul.errorlist { color: red; list-style-type:none; margin:0; }
#letters { border-bottom:4px solid #93B300; }
#letters a { text-decoration: none; padding:0 3px;}
#letters a:hover { background-color: #f0f0f0; }
#letters a.current { color:white; background-color:#93B300 }

