@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	color:#1C0000;
}

a {
	color:#231984;
	text-decoration:none;
}

a:hover {
	color:#FF6A17;
}

img {
	border:none;
}

h1,h2,h3,h4,h5,h6,ul,li,ol,table,tr,td,form,select,textarea,input,button {
	font:normal 11px tahoma;
}

body {
	background:url(images/bg.gif);
}

#page {
	direction:rtl;
	text-align:right;
}
#top {
	background:url(images/top.gif) repeat-x;
}

#container {
	width:933px;
	margin:0 auto;
}

#white {
	background:url(images/white.gif) no-repeat bottom;
	height:37px;
	padding-top:3px;
}

.login {
	width:150px;
	text-align:center;
	font:normal 11px tahoma;
	color:#edecec;
	text-shadow:1px 1px 0px rgba(0,0,0,0.2);
	background:url(images/login.gif) center bottom no-repeat;
	display:block;
	margin:0 auto;
	padding:10px 0 24px;
}

.login:hover {
	color:#edecec;
}

.face {
	float:left;
	margin:12px 0 10px 4px;
}

.heart,.doc,.chat {
	float:right;
	margin:15px 0 0 30px;
}

.heart span,.doc span,.chat span {
	background:url(images/heart.gif) left;
	width:18px;
	height:18px;
	display:block;
	float:right;
	margin-left:4px;
}

.doc span {
	background:url(images/doc.gif) right;
	width:17px;
}

.chat span {
	background:url(images/chat.gif) left;
	width:24px;
}

.heart a:hover span {
	background:url(images/heart.gif) right;
}

.chat a:hover span {
	background:url(images/chat.gif) right;
}

.doc a:hover span {
	background:url(images/doc.gif) left;
}

#logo {
	background:url(images/logo.gif);
	float:left;
	width:120px;
	height:85px;
	margin:10px 0 0 28px;
}

#ver {
	background:url(images/ver.gif);
	width:118px;
	height:25px;
	float:right;
	margin:8px 0 0;
	padding:5px 24px 0 0;
}

#menu {
	float:right;
	width:700px;
	background:url(images/arrow_left.png) right center no-repeat;
	padding-right:15px;
	margin:18px 5px 0 0;
}

#menu li {
	float:right;
	list-style:none;
	margin-right:7px;
}

#menu li.line {
	margin-top:7px;
}

#menu li a {
	display:block;
	padding:6px 12px 10px 0;
}

#menu li a:hover {
	background:url(images/hover_right.gif) right center no-repeat;
}

#menu li a span {
	display:block;
	height:31px;
	width:9px;
	float:left;
	margin:-7px 2px 0 0;
}

#menu li a:hover span {
	background:url(images/hover_left.gif) right center no-repeat;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slide {
	width:933px;
	height:233px;
}

#slider {
	position:relative;
	float:left;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	display:none;
}
	
.nivo-directionNav a {
	display:block;
	width:12px;
	height:23px;
	background:url(images/arrow.gif) no-repeat;
	text-indent:-9999px;
	border:0;
	overflow: hidden;
}
a.nivo-nextNav {
	background-position:-12px 0;
	right: -12px;
}


a.nivo-nextNav:hover {
	background-position:-12px -22px;
}


a.nivo-prevNav {
	left:-12px;
}

a.nivo-prevNav:hover {
	background-position:0 -22px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-directionNav a{top: 40%;}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/

.lines {
	background:url(images/line.gif);
	height:5px;
	margin:3px 0 10px;
}

#block {
	margin-bottom:10px;
}

#block_top {
	background:url(images/block_top.gif);
	height:29px;
}

#block_middle {
	background:url(images/block_middle.gif);
	padding-bottom:5px;
}

#block_bottom {
	background:url(images/block_bottom.gif);
	height:22px;
}

#right {
	float:right;
	width:483px;
	margin:0 38px 0 0;
}

#left {
	float:left;
	width:278px;
	margin:0 0 0 38px;
}

#block_middle h1 {
	font:bold 12px tahoma;
	margin-bottom:10px;
}

#block_middle h3,#block_middle h2 {
	text-align:justify;
	line-height:20px;
}

.more,.archive {
	background:url(images/more.gif);
	width:68px;
	height:25px;
	display:block;
	float:right;
	margin:-12px -69px 0 0;
}

.archive {
	background:url(images/archive.gif);
	float:left;
	margin:-12px 0 0 -69px;
}

.bank {
	float:left;
	margin:0 0 10px 20px;
}

.copy {
	float:left;
	line-height:17px;
	margin:-6px 15px 10px 0;
}

textarea,
input[type=text],
input[type=password] {
	border:1px solid #CCC;
	padding:2px 6px 4px;
	margin:3px 0 5px;
	width:200px;
	border-radius:4px;
}

textarea {
	height:100px;
}

input[type=submit],
button{
	border:1px solid #CCC;
	padding:2px 6px 4px;
	margin:0 0 5px;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
}

#login {
	height:40px;
}

.log {
	margin:8px 6px 0 0;
	float:right;
}

.log input {
	width:207px;
	height:22px;
	border:none;
	float:right;
	text-align:left;
	direction:ltr;
	padding: 0 0 0 5px;
	margin: 0 0 0 4px;
	border:1px dotted #CCC;
	border-radius:4px;
}

input[type=checkbox]{
	width: 20px;
}
.log label{
	float: right;
	margin-left: 10px;
	line-height: 22px;
}

.log input.sub {
	border:1px dotted #CCC;
	cursor:pointer;
	height:23px;
	text-align:center;
	padding:0 5px 3px;
	width:auto;
}

.log input.sub:hover {
	background:#CCC;
}

.forget a {
	float:left;
	margin:10px 0 0 20px;
}

#license_checker_link{
	float: left;
	margin: 5px 10px 0 0;
}
#script_license{
	width: 500px;
}

.pagination_info{
	float: left;
}
.pagination{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination, .pagination_info{
	margin-top: 20px;
}
.pagination li{
	float: right;
	margin-left: 10px;
	
}
.cb{
	clear: both;
}

.error{
	color: #FF0000;
	margin-bottom: 20px;
}