﻿html
{
	overflow:scroll;
}
body 
{
	font-family:Verdana;
	font-size:12px;
}

.width1024
{
	width:950px;
	
}
.autoMargin
{
	margin : 0 auto;
}
.mainDivs
{
    margin: 15px auto 15px auto;
    border: solid 1px Black;
    width: 960px;
}
.headerline
{
    background-color: #dedeee;
    border-bottom: dotted 1px #393939; /*width: 960px;*/
    padding: 4px;
    padding-left: 15px;
    font-weight:bold;	
}

.topBorder
{
    border-top: dotted 1px #393939;
}
.footerline
{
    /*width: 960px;*/
    padding: 4px;
    padding-left: 15px;
    background-color: #efefef;
    border-top: dotted 1px #393939;
}
.linkSmall
{
    font-size: 9px;
}
.linkMedium
{
    font-size: 11px;
}
.link
{
    text-decoration: none;
}
.linkOnline
{
	text-decoration: none;
	color : #393939;
}
.repeateritem
{
    padding: 6px;
    width: 960px;
    background-color: #ffffff;
}
.repeateralternating
{
    padding: 6px;
    width: 960px;
    background-color: White;
}
.invis
{
    display: none;
}
.nodeimage
{
	max-height: 350px; 
	width:180px;
	border: dotted 1px #393939;
}
.nodeimagethumb
{
	max-height: 175px; 
	width:125px;
	border: dotted 1px #393939;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.otdeveby
{
	font-family:Verdana;display:inline;
	font-size:11px;
	color : #787878;
}

#topNav a
{
	text-decoration : none;
	font-weight:bold;
	color : #232323;
}
#topNav a:hover
{
	text-decoration : none;
	font-weight:bold;
	color : Black;
}
.navLinkss
{
	padding:6px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	background-color:#b7cfe9;
	background-image:url('../images/navBGsimpleunsel.gif');
	background-position:center;	
	border:solid 1px #f6b0b0;
	cursor:pointer;
}
.mainCell
{
    vertical-align:top;
    width:438px; 
    border: solid 2px #28536e; 
    background-color: #ffffff; 
    background-image: url('../images/navBgGrad.jpg'); 
    background-repeat:repeat-x
}
 .profileImage
        {
            margin-bottom: 15px;
            margin-right: 15px;
            width: 200px;
            height: 220px;
        }