/*
The HAS-Clan Website Style
*/

/* Start of GLOBAL Elements */

/* The HEADER elements */

body
{
background-color : rgb(0, 0, 0);
color : rgb(102, 153, 255);
}

.normal
{
font-size : 13pt;
font-style : normal;
text-align : center;
}

/* The MENU elements */

.left
{
float : left;
padding-right : 5px;
padding-left : 5px;
height : 1000px;
width: 150px;
}

.menuhead
{
font-size : 18pt;
font-style : italic;
text-align : center;
font-weight : bold;
}

.menu
{
font-size : 14pt;
text-align : left;
}

.main
{
padding-left : 200px;
padding-right : 50px;
font-size : 12pt;
}

/* End of GLOBAL Elements */
/* Start of INDEX Elements */

#newshead
{
font-size : 16pt;
font-style : italic;
text-align : center;
font-weight : bold;
}

#servers
{
background-color : rgb(32, 32, 32);
text-align : center;
}

#servers2
{
background-color : rgb(32, 32, 32);
text-align : center;
}

/* End of INDEX Elements */
/* Start of MEMBERS Elements */

.memberhead
{
font-size : 16pt;
font-style : italic;
text-align : center;
font-weight : bold;
}

.member
{
font-size : 13pt;
font-weight : normal;
text-align : center;
}  

.names
{
border: 0 ;
}

#leaderstable
{
background-color : rgb(32, 32, 32);
text-align : center;
border-color: rgb(255,0,0);
}

#viptable
{
background-color : rgb(32, 32, 32);
text-align : center;
border-color: rgb(255,0,255);
}

#memberstable
{
background-color : rgb(32, 32, 32);
text-align : center;
border-color: rgb(0, 153, 255);
}

#inactivetable
{
background-color : rgb(32, 32, 32);
text-align : center;
border-color: rgb(120, 120, 120);
}


/* End of MEMBERS Elements */
/* Start of HISTORY Elements */

/*Nothing yet*/


/* End of HISTORY Elements */
/* Start of RULES Elements */

#rulestable 
{
width: 500px;
height: 200px;
text-align: left;
}

/* End of RULES Elements */
/* Start of DOWNLOADS & LINKS Elements */

.downloadtable
{
background-color : rgb(0, 0, 0);
text-align : center;
}

.downloadtext
{
font-size : 14pt;
font-style : normal;
text-align : left;
height: 40px;
}

.downloadlink
{
font-size : 18pt;
font-style : normal;
text-align : center;
height: 40px;
}

/* End of DOWNLOADS & LINKS Elements */


A:link {
text-decoration : none;
color : rgb(102, 153, 255);
}
A:visited {
text-decoration : none;
color : rgb(102, 153, 255);
}
A:hover {
text-decoration : underline;
color : rgb(102, 153, 255);
}
A:active {
text-decoration : underline;
color : green;
}
