﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body
{
    background-color:#460152;	
    background:#460152;
    font-family: Tahoma;	
    color:#FFFFFF;
}

.bodyclass
{
	background-color:#460152;
	background:#460152;
   	font-family: Tahoma;	
	color: #FFFFFF;
}
.bodyclassI
{
	/*background-image:url(../../Images/girl.jpeg);*/
	background-color:black;
	/*background-repeat:no-repeat;
	background-position:center 5px;*/
	float:left;
	height:100%;
	width:100%;
	/*position:absolute;
	margin-left:0px;*/
}
.bodyclassI2
{
	/*background-image:url(../../Images/girl.jpeg);*/
	background-color:black;
	/*background-repeat:no-repeat;
	background-position:center 5px;*/
	float:left;
	height:100%;
	width:100%;
	/*position:absolute;
	margin-left:0px;*/
}
a 
{
	color:#ee0bfb;
	font-weight:bold;
	font-size:small;
	line-height: 1.6;
}
/*a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}*/

p, ul
{
    margin-bottom: 0px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger !important;
}

/*
#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; 
}
*/

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}
li
{
    margin-left:-35px;
}
ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
    margin-bottom:5px;
    margin-top:0px;
    list-style-type: none;
}

#menucontainer
{
    margin-top:40px;
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.mainDiv
{
	margin-left:0px;	 
	font-family:Tahoma;
	font-size:x-small;
	color:#000000;
	font-weight:bold;
	background:#262626;
	background-color:#262626
}
.mainDivChat
{
	margin-left:0px;	 
	font-family:Tahoma;
	font-size:small;
	color:#000000;
}
.outerDiv
{
	margin-left:0px;	 
	font-family:Tahoma;
	font-size:x-small;
	color:#262626;
	font-weight:bold;
	background-color:#000000;
    border-top-color:#333333;
}
.outerDivIndex
{
	font-family:Tahoma;
	font-size:x-small;
	color:white;
	font-weight:bold;
	background-color:#000000;
    border-top-color:#333333;
}
.innerDivIndex
{
	font-family:Tahoma;
	font-size:x-small;
	color:white;
	font-weight:bold;
	width:100%;
	background-color:#460152;

}
.userName
{
	color:#FFFFFF;
	font-size:23px;
	font-weight:bold;
}

.online
{
	color:Green;
}

.catchLine
{
	color:Red;
	font-weight:100;
        font-size:17px;
}

.button-link-one
{
	-wap-accesskey: 1;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand;
	font-size:x-small;	    
}

.button-link-two
{
	-wap-accesskey: 2;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand; 
	font-size:x-small;   
}

.button-link-three
{
	-wap-accesskey: 3;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand;
	font-size:x-small;	    
}

.button-link-four
{
	-wap-accesskey: 4;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand;
	font-size:x-small;    
}

.button-link-five
{
	-wap-accesskey: 5;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand;
	font-size:x-small;    
}

.button-link-six
{
	-wap-accesskey: 6;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand; 
	font-size:x-small;   
}

.button-link-seven
{
	-wap-accesskey: 7;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand; 
	font-size:x-small;   
}

.button-link-eight
{
	-wap-accesskey: 8;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand;
	font-size:x-small;	   
}

.button-link-nine
{
	-wap-accesskey: 9;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand;
	font-size:x-small;	   
}

.button-link-zero
{
	-wap-accesskey: 0;
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand;
	font-size:x-small;	    
}

.imageborder
{
	border-color:Black;
 	border-style:solid;
 	border-width:0.1em;
 	width:120;
 	height:120;
}

.imageborder2
{
	border-color:Black;
 	border-style:solid;
 	border-width:0.1em;
 	width:auto;
 	height:auto;
}

/* main content area background and rounded corners */
.maincontent{display:block}
.maincontent *{
  display:block;
  height:1;
  overflow:hidden;
  font-size:.01em;
  background:#262626;
  background-color:#262626}
.maincontent1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1;
  padding-right:1;
  border-left:1 solid #5a5a57;
  border-right:1 solid #5a5a57;
  background:#9d9d99;
  background-color:#9d9d99
  }
.maincontent2{
  margin-left:1;
  margin-right:1;
  padding-right:1;
  padding-left:1;
  border-left:1 solid #151514;
  border-right:1 solid #151514;
  background:#aaaaa5;
  background-color:#aaaaa5
  }
.maincontent3{
  margin-left:1;
  margin-right:1;
  border-left:1 solid #aaaaa5;
  border-right:1 solid #aaaaa5;}
.maincontent4{
  border-left:1 solid #5a5a57;
  border-right:1 solid #5a5a57}
.maincontent5{
  border-left:1 solid #9d9d99;
  border-right:1 solid #9d9d99}
.maincontentfg
{
	padding-left:0.30%;
	padding-right:0.30%;
	padding-top:0.30%;
	padding-bottom:0.30%;
    background:#262626;
    background-color:#262626;
    margin-left:0;	 
	font-family:Tahoma;
	font-size:small;
	color:#FFFFFF;
	font-weight:bold;
}
.maincontentfgChat
{
	padding-left:0.30%;
	padding-right:0.30%;
	padding-top:0.30%;
	padding-bottom:0.30%;
    background:#262626;
    background-color:#262626;
    margin-left:0;	 
	font-family:Tahoma;
	font-size:small;
	color:#000000;
}
.maincontentfgIndex
{
	
    background-color:black;
	font-family:Tahoma;
	font-size:x-small;
	color:#000000;
	width:70;
	font-weight:bold;
	/*position:relative;
	top:90px;*/
	
}
.maincontentfgIndex a
{
	background-color:black;
}
form
{
	margin-bottom:0px;
	margin-top:0px;
}
input.button
{
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand;
	font-size:medium;	    
}
input.submit
{
	color:#C106D2;
	font-weight:bold;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 0 0 0 0;
    text-align:left;
	cursor: pointer;
	cursor: hand;
	font-size:medium;	    
}
.spacer
{
  height:1px;
}

