﻿body {
	margin:0;
	padding: 0;
	background: #d1d1d1 repeat left top;
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}
body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #5377c7;
}

a:visited {
	color: #5377c7;
}

a:hover {
	text-decoration: underline;
	color: #4868ae;
}

a:active {
	color: #5377c7;
}

body.Admin {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
img {
	border-width: 0;
	/*height: 49px;
	width: 137px;*/
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}

/* 1.1 SHIM */

.shim {
    display: none;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #profile, #changepassword, #changesecurityquestion, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#blog {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
	height: 100%;
}

#news {

}

#whatsuplatelyarchive, #whatsuplately 
{
	height: 100%;
	float: left;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

#archive-list
{
	padding-bottom: 4px;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
	padding-bottom: 5px;
}

dd {
	margin-left: 200px;
	height: 2.0em;
	padding-bottom: 5px;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

.sepBullet
{
	color: #d32525;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/*-------------------------- ToolBar ---------------------------*/
.ToolBar
{
    padding-top:2px;
    height:25px;
    vertical-align:middle;
    background-image:url(images/ToolBar.gif);
    background-repeat:repeat-x;
}

.ToolBarBtn{
    border:none;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	background-color:Transparent ;
    background-repeat:no-repeat;
    background-position:left;
    cursor:pointer;
    text-align:right;
    border:solid 1px black;
    padding:2px;
    color:White;
    margin-top:1px;
}
/*Nika 26/11/87*/
.SearchToolStyle{
	font-size:11px;
    margin-top:1px;
}
.ToolBar a{
	font-size:12px;
	font-weight:bold;
    margin-top:1px;
    padding-bottom:14px;
    text-decoration:none;
    color:White;
}
.ToolBar a:Hover{
	font-size:12px;
	font-weight:bold;
    margin-top:1px;
    padding-bottom:9px;
    text-decoration:underline;
    color:White;
}
/*Nika 26/11/87*/
#BtnPrint
{
    background-image : url(images/views_extra_large_icons.gif);
    width:130px;
    
}
#BtnSearch
{
    background-image : url(images/search2.png); 
    width:117px;
    font-weight:bolder;
    border:0px;
}
#BtnLogOut
{
    background-image : url(images/shut.gif); 
    width:20px;
    border:none;
   
}
/*-------------------------MODALPOPUP-----------------------------------*/
.modalBackground {
    top:0px;
    height:100%;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	width:422px;
}
#PopupMsg
{
	width: 422px;
	background-color: #F2F2F2;

	}
#PopupMsg h4 
{
	font-size: 14px;
	line-height: 18px;
	height: 35px;
	text-align: Left;
	font-weight: normal;
	padding: 10px;
	
}
#titlebar ,.titlebar  {
background-color:#63727a;
font-weight:700;
font-size:12px;
height:16px;
color:White;
}
/*------------------------- Splitter -----------------------------------*/

#MySplitter {
	/*border: 4px solid #aca;*/
	height:100px
	/* No padding allowed */
}
#LeftPane 
{
	height:100%;
	padding: 4px;
	overflow: auto;
	width: 220px;		/* optional, initial splitbar position */
	min-width: 180px;	/* optional */
	/* No margin or border allowed */
}

#LeftPane a
{	margin:3px;
	text-decoration: none;
	/*font-weight:normal;farhad bekhatere bold shodane selected node tree*/
	color: #5377c7;
	}
#LeftPane a:hover
{	margin:3px;
	text-decoration: Underline;
	/*font-weight:normal;farhad bekhatere bold shodane selected node tree*/
	color: #FFFFFF;
	}
#LeftPane a:visited
{	margin:3px;
	text-decoration: none;
	/*font-weight:normal;farhad bekhatere bold shodane selected node tree*/
	color: #5377c7;
	}
#LeftPane a:active
{	margin:3px;
	text-decoration: none;
	/*font-weight:normal;farhad bekhatere bold shodane selected node tree*/
	color: #5377c7;
	}
#RightPane 
{
	height:100%;
	padding: 5px;
	min-width: 100px;
	overflow:auto;
	/* No margin or border allowed */
}
#MySplitter .vsplitbar {
	width: 6px;
	background: #223b60 url(images/vsplitter.gif) no-repeat center;
}
#MySplitter .vsplitbar.active, #MySplitter .vsplitbar:hover {
	background: #3f6193 url(images/vsplitter.gif) no-repeat center;
}

/*---------nika 30/9/87---------*/
.TreeScope{
 background-color:#eaeaea;
 position:absolute;
 left:30px;
 top:20px;
}
.TreeScope a:visited{
 color:#7c6f57;
 text-decoration:none;
}
.TreeScope a:hover{
 color:gold;
 text-decoration:none;
}
.ColorRed{
color:Red;	
}
.margins
{
	margin:10px;
	}
.DivRbtn
{
	background: #d1d1d1 repeat left top;
	}
	
	
	/* Content Page Layout */
.demoarea {
	position:inherit;
	width:96%;
	padding:20px;
	background:#FFF url(BluTemImages/demotopLeft.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
	width:96%;
}
.HeaderRightPanel
{
	color:white;
	font-size:1.2em;
	font-weight:bold;
	left:10px;
		}
.demobottom {
	position:inherit;
	width:100%;
	height:8px;
	background:#FFF url(BluTemImages/demobottomLeft.png) no-repeat left bottom;
}
.MainRightPanel
{
	/*background-color:White;*/
	background-color:#efefef;
	padding:10px 
	}
#master_content
{
	float: left;
	width: 96%;
	margin:2%;
	color: #666666;
}

#master_content ul
{
	margin: 10px 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	width: 100%;
	height: 19px;
	background:#efefef url(BluTemImages/rightcoltopLeft.gif) no-repeat Left top;
 }

#master_contentplaceholder
{
	width:96%;
	padding: 2%;
	/*border-left: 1px solid #0F2543;*/
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
	background-image:url(BluTemImages/MainLeftBg.gif);
	background-repeat:repeat-y;
	background-position:left;

}

	/* Content Page Layout */

/*side bar left*/
#sidebarLeftTop
{ border:solid 1px;
	margin:5px;
	padding-top:40px;
	width:100;
	height:105px;
	background: #efefef url(BluTemImages/sidebar_header2.gif) no-repeat Right top;
	}
#sidebarLeftTop p
{
	top:10px;
	}
#sidebarLeftBottom1
{	border:solid 1px;
	margin:1px;
	margin-top:135px;
	width:100;
	height:100%;
	background: #EFEFEF url(BluTemImages/sidebar_header2.gif) no-repeat Right top;
	}
.leftmargin
{
	margin-left:5px;
	}
	.pragraph
	{
	padding:5px;
	padding-top:2px;	
	color: #666666;
		}
	