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

html
{
    background-color:#757575;    
}

body
{
	font-family:Tahoma, Helvetica, Geneva, Arial, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
	/*background-color:#757575;*/
}

#center
{
	width:1250px;
	margin: 0 auto;
	overflow:hidden;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}

#header
{
	width:1250px;
	height:30px;
	overflow:hidden;
	background-color:#404343;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#ffffff;
	color:#ffffff;
	font-size:20px;
    padding-top: 5px;
    font-weight: bold;
}

#flash
{
	width:1250px;
	height:100px;
	overflow:hidden;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#ffffff;
}

#menu
{
	width:1248px;
	height:30px;
	overflow:hidden;
	background-color:#404343;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ffffff;
	font-variant:small-caps;
	padding-left:2px;
}

#content
{
	width:1250px;
	height:auto;
	overflow:hidden;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ffffff;
	background-color:#404343;
}

#content_menu
{
	width:120px;
	height:auto;
	overflow:hidden;
	float:left;
	background-color:#404343;
	padding-left:2px;
	padding-top:5px;
	color:#ffffff;
	font-variant:small-caps;
}

#content_center
{
	width:1118px;
	height:auto;
	overflow:hidden;
	float:left;
	background-color:#ffffff;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:500px;
}

#content_center a, #content_center a:active, #content_center a:visited
{
	color:#333333;
	text-decoration:none;
}

#content_center a:hover
{
	color:#669900;
}

#login
{
	margin: 0 auto;
	margin-top:100px;
	background-image:url(pictures/login_back.jpg);
	background-repeat:no-repeat;
	width:407px;
	height:253px;
	padding-top:112px;
	padding-left:150px;
	overflow:hidden;
}

.content_menu_item a, .content_menu_item a:active, .content_menu_item a:visited
{
	color:#ffffff;
	text-decoration:none; 
}

.content_menu_item a:hover
{
	color:#ffffff; 
	text-decoration:none; 
}

.content_menu_item_selected a, .content_menu_item_selected a:active, .content_menu_item_selected a:visited
{
	color:#404343; 
	text-decoration:none
}

.content_menu_item_selected a:hover
{
	color:#404343; 
	text-decoration:none
}

#content_help
{
	width:90px;
	height:auto;
	overflow:hidden;
	float:left;
	background-color:#404343;
	padding:5px;
	color:#ffffff;
}

#footer
{
	width:1250px;
	height:20px;
	overflow:hidden;
	background-color:#404343;
	color:#ffffff;
	padding-top:10px;
}

#popup
{
	padding:30px;
}

.content_menu_item
{
	font-size:14px;
	color:#FFFFFF;
	width:118px;
	min-height: auto;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	padding-top:5px;
	overflow:hidden;
}

.content_sub_menu_item
{
	font-size:14px;
	color:#FFFFFF;
	width:108px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	overflow:hidden;
	background-color:#404343;
}

.content_sub_menu_item_selected
{
	font-size:14px;
	color:#FFFFFF;
	width:118px;
	height:20px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	padding-top:5px;
	padding-left:20px;
	overflow:hidden;
}

.content_menu_item_selected
{
	font-size:14px;
	color:#404343;
	width:118px;
	background-color:#ffffff;
	height:20px;
	padding-top:5px;
	overflow:hidden;
}

.menu_item:first-child
{
    width:120px;
}

.menu_item:last-child
{
    float:right;
    width:120px;
}

.menu_item
{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	border-right:solid;
	border-right-color:#ffffff;
	border-right-width:1px;
	padding-top:7px;
	width:200px;
	height:23px;
	float:left;
	overflow:hidden;
}

.logout
{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:7px;
	width:70px;
	height:23px;
	float:right;
	overflow:hidden;
}

a, a:active, a:visited
{
	color:#ffffff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:none;
}

h1
{
	color:#333333;
	font-size:16px;
}

h2
{
	color:#669900;
	font-size:14px;
}

.green_border
{
	border-style:solid; 
	border-width:1px; 
	border-color:#669900; 
	background-color:#dfdfdf;
	margin-bottom:5px;
}

.green_header
{
	background-color:#669900; 
	font-size:14px; 
	font-weight:bold; 
	padding:3px;
	color:#FFFFFF;
	font-variant:small-caps;
}

.green_padding
{
	padding:5px;
}

.grey_border
{
	border-style:solid; 
	border-width:1px; 
	border-color:#333333;
	margin-bottom:15px;
	overflow:hidden;
	background-color:#FFFFFF;
}

.grey_header
{
	background-color:#333333;
	color:#FFFFFF; 
	font-size:14px; 
	font-weight:bold; 
	padding:5px;
	font-variant:small-caps;
}

.button
{
	font-size:14px;
}

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

table
{
	width:100%;
	border-collapse:collapse;
}

input[type=text], input[type=password]
{
	font-size:14px;
	border-style:solid;
	border-color:#777777;
	border-width:1px;
	padding:3px;
	width:235px;
	margin:0px;
	font-family:Tahoma, Helvetica, Geneva, Arial, sans-serif;
}

select
{
	font-size:14px;
	border-style:solid;
	border-color:#777777;
	border-width:1px;
	padding:3px;
	width:243px;
	margin:0px;
	font-family:Tahoma, Helvetica, Geneva, Arial, sans-serif;
}

.furatpageractive {
    border: 2px solid #669900;
}

textarea
{
	font-size:10px;
	border-style:solid;
	border-color:#777777;
	border-width:1px;
	padding:3px;
	width:235px;
	margin:0px;
	font-family:Tahoma, Helvetica, Geneva, Arial, sans-serif;
}

button
{
    background:#669900;
    padding:5px 10px;
    color:#ffffff; 
    margin:5px;
    cursor:pointer;   
}

.selectedProductRow
{
    background: #5DADE2 !important;
}

.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #333333;
    opacity:0.5
}
 
.back-to-top i {
    font-size: 60px;
}
