﻿/* pager */
table.pager 
{
    background-color: #E8EBEE;
    border: solid 1px #0F3A14;
}

table.pager td 
{
    padding: 3px;
    vertical-align: middle;
}
/* end pager */

.LoginStatus
{
	background-color:Gray;
	color:White;
	vertical-align:middle;
}
.buttonSearch
{
	margin-left:5px;
	background-color:Gray;
	color: White;
	vertical-align:middle;
	padding:4px;
}
.buttonSearch:hover
{
	color: Red;
}
/* buttons */
a.btnRight 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_next.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnLeft 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_back.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnUp
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_up.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDown
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_down.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnEdit
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon_edit.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDelete
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon_delete.gif);
    background-position: center;
    background-repeat: no-repeat;
}
a.btnAdd
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon_to_down.gif);
    background-position: center;
    background-repeat: no-repeat;
}
a.btnView
{
	float:left;
	position:relative;
   
    width: 22px;
    height: 22px;
    background-image: url(_images/view.gif);
    background-position: center;
    background-repeat: no-repeat;
}
a.btnDesign
{
	float:left;
	position:relative;
    
    width: 22px;
    height: 22px;
    background-image: url(_images/design.gif);
    background-position: center;
    background-repeat: no-repeat;
}
a.btnAddSection
{
	float:left;
	position:relative;
    
    width: 32px;
    height: 32px;
    background-image: url(_images/addSection.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.btnLang
{
	display: block;
	position:relative;
	float:left;
	border: 1px solid #666;
	text-decoration:none;
	
}
.btnLangOn
{
	display: block;
	position:relative;
	float:left;
	border: 1px solid #666;
	background-color:Orange;
	text-decoration:none;
	
}
/* end buttons*/

.MenuMartini:Hover
{
	color:#000000;
	z-index: 99;
}

.MenuWhite:Hover
{
	color:White;
	z-index: 99;
}

.AspMenu
{
	
	font-weight:normal;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #DDDDDD;
	padding: 1px 0;
	text-decoration: none;
	color:#000000;
	font-style:normal;
	z-index: 99;
	
}

.LinkMenu
{
	font-weight:normal;
	font-style:normal;
	font-family: Arial, Helvetica;
	font-size:11px;
	text-decoration:none;
	color: #000000;
	z-index: 99;
}

.Zindex
{
	z-index: 99;
}

.MenuMartini:link
{
	color:#616161;
	font-weight:bold;
	z-index: 99;
}

.LinkMenu:link
{
	color: #616161;
	font-weight:normal;
	z-index: 99;
}

.AspMenu:link
{
	font-weight:normal;
	color: #616161;
	z-index: 99;
	
}

.MenuMartini:active
{
	color:#616161;
	font-weight:bold;
	z-index: 99;
}

.MenuMartini:visited
{
	color:#616161;
	font-weight:bold;
	z-index: 99;
}

a:Visited
{
	color:#000000;
}

a.TextColor
{
	color:#666666;
}

TextColor
{
	color:#666666;
}