﻿body 
{
	background-color        :Black;
	margin									:0px 0px 0px 0px;
	padding									:0px 0px 0px 0px;
	width										:100%;
	
	/*scrollbar-face-color: #ff9900;*/
	scrollbar-face-color: black;
	scrollbar-shadow-color: WhiteSmoke;
	scrollbar-3dlight-color: #C4D9F7;
	scrollbar-highlight-color: white;
	scrollbar-track-color: white;
	scrollbar-base-color:gray;  
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: white;
}

H1
{
	font-family				:BadaBoom BB,Tahoma,Trebuchet MS,Arial;
	font-size					:35px;
	font-style				:normal;
	color							:#fd8f00;
}

.mainHeader
{
	background-image        :url(Images/header.png);
	background-repeat       :no-repeat;
	height									:234px;
	width										:884px;
}

.page_border_left
{
	background-image        :url(Images/border_left.gif);
	background-repeat       :repeat-y;
	width			:42px;
}

.page_border_right
{
	background-image        :url(Images/border_right.gif);
	background-repeat       :repeat-y;
	width			:42px;
}				

.page_border_bottom
{
	background-image        :url(Images/border_bottom.gif);
	background-repeat       :repeat-x;
	height									:42px;
}				

.page_background
{
	background-image        :url(Images/content2.gif);
	background-repeat       :repeat-x;
}

.page_content
{
	background-image        :url(Images/content.gif);
	background-repeat       :no-repeat;
	height									:902px;
	width										:884px;
}

.max_width
{width						:100%;}

.padding_right
{
	padding-right			:20px;
}

.padding_left
{
	padding-left			:30px;
}
.padding_top
{
	padding-top				:25px;
}

.padding-bottom
{
	padding-bottom		:45px;
}

.default_height
{
	height						:450px;
}


/*LABEL*/
.label_text
{
	white-space				:nowrap; 
	font-family				:Myriad Pro,Trebuchet MS,Tahoma; 
	color							:White; 
	font-size					:9pt; 
	font-weight				:normal;
}
/*TEXT BOX*/
.textbox_text
{
	font-family				:Tahoma,Trebuchet MS,Arial; 
	color							:black; 
	font-size					:8pt; 
	font-weight				:normal;
}
/*BUTTON*/
.button
{
	background-image: url(Images/button.gif);
	border					: 1px outset gray;
	font-family     : Tahoma,Trebuchet MS,Arial;
	font-size       : 8pt;
	width           : 70px;
	cursor					: pointer;
}

/*WELCOME*/
.welcome_name
{
	white-space				:nowrap; 
	font-family				:Arial,Trebuchet MS,Tahoma,Verdana; 
	font-weight				:normal;
	color							:#00c6ff; 
	font-size					:12pt; 
}

/*CUSTOM VALIDATOR*/
.validator_label
{
	white-space				:nowrap; 
	font-family				:Tahoma,Trebuchet MS,Verdana; 
	font-size					:8pt; 
	font-weight				:normal;
	color							:Red;
}

/*LOGIN*/
.sign_up
{
	background-image  :url(Images/signup.gif);
	background-repeat :no-repeat;
	width							:171px;
	height						:15px;
}

.login
{
	background-image  :url(Images/login.gif);
	background-repeat :no-repeat;
	width							:45px;
	height						:19px;
}

.slash
{
	background-image  :url(Images/slash.gif);
	background-repeat :no-repeat;
	width							:12px;
	height						:11px;
}
/*FEATURES AREA*/
.features_title
{
	font-family				:BadaBoom BB,Trebuchet MS, Tahoma,Arial;
	font-size					:22px;
	font-style				:normal;
}

.features_title_white1
{
	font-family				:BadaBoom BB,Trebuchet MS, Tahoma,Arial;
	font-size					:22px;
	font-style				:normal;
	color							:white;
}

.features_title_white
{color							:blue;}

.features_title_orange
{color							:#fd8f00;}

.features_contents
{
	font-family				:Myriad Pro,Trebuchet MS,Tahoma,Arial;
	font-size					:10pt;
	font-weight				:lighter;
	text-align				:justify;
}

/*RATINGS*/
.ratings_label
{
	font-family				:BadaBoom BB, Tahoma,Trebuchet MS;
	font-size					:20px;
	font-style				:normal;
	white-space				:nowrap;	
}

.ratings_egg
{
	background-image	:url(Images/egg.gif);
	background-repeat   :no-repeat;
}

.ratings_half_egg
{
	background-image	: url(Images/egg_half.gif);
	background-repeat :no-repeat;
}

.ratings_basag
{
	background-image	: url(Images/egg_basag.gif);
	background-repeat   :no-repeat;
}

/*WEBISODES*/
.webisodes_label
{
	font-family				:BadaBoom BB, Tahoma,Trebuchet MS;
	font-size				:20px;
	font-style				:normal;
	white-space				:nowrap;
}
/*COMMENTS*/
.comment_username
{
    font-family             :Myriad Pro,Tahoma,Trebuchet MS;
    font-size               :9pt;
    white-space             :nowrap;
    color                   :#ff9000;
}

.comment_content
{
    font-family             :Myriad Pro,Tahoma,Trebuchet MS;
    font-size               :9pt;
    color                   :white;
}

/*BUTTON*/
.buttonlogin
{
width:45px;
height:19px;
background-color:#FFFFFF;
background-image:url(Images/login_default.gif);
border-style:none;
cursor:pointer;
}

.buttonlogout
{
width:54px;
height:14px;
background-color:#FFFFFF;
background-image:url(Images/logout_default.gif);
border-style:none;
cursor:pointer;
}

/*GOOGLE*/
.google_textbox
{
    background-color:transparent;
    border:solid 1.5px Gray;
    cursor:text;
    color:White;
}

.google_button
{
    background-color: transparent;
    color: Orange;
    border:solid 1px Yellow;
    cursor:pointer;
}
