﻿/*
 * DIGIMIND
 * Global StyleSheet File
 * Created by:	Ozgur Akbaba
 * Created on 07.08.2008
 */

html, body 
{
	padding:0;
	margin:0;
	background-color:#ececec;
	font-family:Trebuchet MS;
	font-size:11px;
}

a:link, a:visited
{
color:#fff;
text-decoration:none;
font-size:8pt;
}

a:hover, a:active
{
color:#fff;
font-style:inherit;
text-decoration:none;
font-size:8pt;
}

.button
{
height:20px;
margin:0px;
padding:0px 1px;
color:#FFFFFF;
border:1px solid #FFFFFF;
font:bold 10px Trebuchet MS;
background:#9798A1;
}

.error
{
	font-family:Trebuchet MS;
	font-size:9pt;
	color:#9e0b0f;
}

.accHeader
{
	background-color:#ececec;
	font-family:Trebuchet MS;
	font-size:8pt;
	font-style:normal;
}

.accContent
{
	font-family:Trebuchet MS;
	font-size:8pt;
	font-style:normal;
}

.infoLayer
{
	padding-left:3px;
}

.clientsCredits
{
	padding-left:5px;
}
/* AJAX Modal Popup */
.modalPopup {
	background-color:#202020;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	width:400px;
}
.modalPopupVid {
	background-color:#202020;
	width:500px;
	height:420px;
}
.modalBackground {
	background-color:#111111;
	filter:alpha(opacity=95);
	opacity:0.95;
}
