﻿/*
 *
 *		File			:	main.css
 *		Author			:	Ozgur Akbaba, DGMND
 *		Date			:	07.07.09
 *		Description		:	MasterPage CSS Stylesheet
 *
 */
 
* {
    margin:0;
    padding:0;
}

html, body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Arial;
	scroll:no;
	height:100%;	
	/*  alternative
	background-color: #636363;
    background-image: url(../images/enisolar_bg.jpg);
    */
    
	background-color: #FFFFFF;
    background-image: url(../images/enisolar_bg_2.jpg);
    
    background-repeat: repeat-x;
    background-position: top left;
}

/* 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;
}

/* Hyperlink */
a:link {
	color: #b2b2b2; 
	font-size: 7pt; 
	text-decoration: none; 
	font-family: Verdana;
}

a:visited 
{
	color: #212121; 
	font-size: 7pt; 
	text-decoration: none; 
	font-family: Verdana;
}

a:hover {
	color: #636363; 
	font-size: 7pt; 
	text-decoration: none; 
	font-family: Verdana;
}

a:active {
	color: #F1F1F1; 
	font-size: 7pt; 
	text-decoration: none; 
	font-family: Verdana;
}

span {
	color: #b2b2b2; 
	font-size: 8pt; 
	text-decoration: none; 
	font-family: Verdana;
}

b {
	color: #636363; 
	font-size: 10pt; 
	text-decoration: none; 
	font-family: Verdana;
}

.txt {
	color: #313131; 
	font-size: 10pt; 
	text-decoration: none; 
	font-family: Verdana;
}

.tbxwhite {
	color:#313131;
	background-color:#f5f5f5;
	border-width:0px;
	border-color:#333;
	border-style:solid;
	font-family:Helvetica;
	font-size:10pt;
}

/* AJAX Modal Popup */
.modalPopup {
	background-color:#202020;
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	width:300px;
}
.modalPopupVid {
	background-color:#202020;
	width:300px;
	height:400px;
}
.modalBackground {
	background-color:#111111;
	filter:alpha(opacity=75);
	opacity:0.75;
}