﻿a
{
    TEXT-DECORATION: none;
}
a:hover
{
    TEXT-DECORATION: underline;
}

a.projlist
{
    FONT-SIZE: 13px;
    COLOR: #292929;
    FONT-FAMILY: Arial;
	FONT-WEIGHT: thin;
    TEXT-DECORATION: underline;
}

a.projlist:hover
{
    TEXT-DECORATION: none;

}

.MenuButton
{
    TEXT-ALIGN: center;
	background:url('../imgs/menuButtonBG.gif');
}

.MenuButton a
{
    FONT-SIZE: 13px;
    COLOR: #525252;
    FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
}

.h1
{
    FONT-SIZE: 17;
    COLOR: #636363;
    FONT-FAMILY: Arial;
	font-weight:normal;
}

.h2 
{
    FONT-SIZE: 13;
    COLOR: #2a2a2a;
    FONT-FAMILY: Arial;
	line-height:1.4;
	font-weight:bold;
}

.h2-u
{
    FONT-SIZE: 13;
    COLOR: #2a2a2a;
    FONT-FAMILY: Arial;
	line-height:1.4;
	font-weight:bold;
	TEXT-DECORATION: underline;
}

.h2 a
{
    FONT-SIZE: 13;
    COLOR: #636363;
	font-weight:normal;
	padding:0 3;
	line-height:1.4;
}

.h3
{
    FONT-SIZE: 13;
    COLOR: #2a2a2a;
    FONT-FAMILY: Arial;
	line-height:1.6;

}

.list li {
	margin:10 0 5 25;
}

.list0  {
	margin:0;
	padding:0;
}

.morePages
{
    FONT-SIZE: 12;
    COLOR: #ababab;
    FONT-FAMILY: Arial;
	padding:10 10;
	line-height:1.4;	
}

.currentPage
{
    FONT-SIZE: 14;
    COLOR: #2a2a2a;
    FONT-FAMILY: Arial;
	padding:10 10;
	line-height:1.4;	
	TEXT-DECORATION: underline;
	font-weight:bold;
}

.dash
{
    FONT-SIZE: 13;
    COLOR: #636363;
    FONT-FAMILY: Arial;
}

.koteretBG
{
	
}

.projText
{
    FONT-SIZE: 13px;
    COLOR: #2a2a2a;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}

.projForText
{
    FONT-SIZE: 13px;
    COLOR: #636363;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
	line-height:1.4;
}

.projectsForText
{
    FONT-SIZE: 12px;
    COLOR: #737373;
    FONT-FAMILY: Arial;
	font-weight: bold;
    TEXT-DECORATION: none;
	line-height:1.6;
}

.projectsDescText
{
    FONT-SIZE: 12px;
    COLOR: #505050;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
	line-height:1.6;
}

.projectsBGheb
{
	background:url('../imgs/round-edge-left.gif') no-repeat #f7f7f7;
}


.projectsBGeng
{
	background:url('../imgs/round-edge-right.gif') right no-repeat #f7f7f7;
}

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 645px;	 
}

/* root element for scrollable items */
.items {	
	position:absolute;
	/* this time we have very large space for height */	
	width:410;
}

/* single scrollable item */
.items .projBG {
	margin:8 15;
	padding:3 0;
	font-size:12px;
	height:90px;
	width:380;
	border:1px solid #ddd; 
}

/* elements inside single item */
.items img {
	float:right;
	margin:0 3;
	padding:0;
	width:120px;
	background-color: #e4e4e4;
}

.items .imgheb {
	margin-left:10;
	float:right;
}

.items .imgeng {
	margin-right:10;
	float:left;
}

/* the action buttons above the scrollable */
#actions {
	margin:0;	
	background-color: #e4e4e4;
	height:24;
	padding:2 0 0 0;
	text-align:center;
}

#actions a {
	cursor:pointer;
	color:#1d1d1d;
	
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

#sideBar {
	width: 300px;
    height: 200px;
	margin-top:8;
	margin-bottom:15;
}

#footer {
	margin:0;	
	background-color: #e4e4e4;
	height:24;
	padding:3 0;
}

/* styling for the image wrapper  */ 
#image_wrap { 
    /* dimensions */ 
    width:300px; 
 
    /* centered */ 
    text-align:center; 
 
    /* some "skinning" */ 
    background-color:#efefef; 
    border:2px solid #fff; 
    outline:1px solid #ddd; 
    -moz-ouline-radius:4px; 
}