@charset "utf-8";

/* Twewy-fan main CSS */

body, td	
{ font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 11pt; }

body
{ background-color: #282828;
background-image: url(../../coredocs/skull-bg.png);
background-repeat: no-repeat;
background-position: 300px 125px;
background-attachment: fixed;

margin: 5px; 
margin-top: 0px; }

th
{ font-size: 16px;
text-align: center;
padding: 5px;
border-color: #000000;
border-width: 1px;
border-style: solid;
border-right-width: 0px; }

table
{ border-width: 1px;
border-style: solid;
background-color: #7f7f7f;
border-color: #333333;
padding: 2px;
font-size: 11px;
color: #d8d8d8;
text-align: center; 
table-layout: auto;}

a:link {color: #d8d8d8; font-weight: normal; text-decoration: underline;}
a:visited {color: #e5e5e5; font-weight: normal; text-decoration: underline;}
a:hover {color: #0CA5F2; font-weight: normal; text-decoration: underline;}
a:active {color: #82CAD8; font-weight: normal; text-decoration: underline;}

#panel
{ background-color: #C8C8C8;
border-style: solid;
border-color: #515151;
border-top-width: 0px;
border-right-width: 1px;;
border-bottom-width: 2px;
border-left-width: 1px; 

padding: 3px;
font-size: 12px;
color: #010101;
overflow: hidden; }

#panel a:link {color: #000000; font-weight: normal; text-decoration: underline;}
#panel a:visited {color: #000000; font-weight: normal; text-decoration: underline;}
#panel a:hover {color: #0CA5F2; font-weight: normal; text-decoration: underline;}
#panel a:active {color: #82CAD8; font-weight: normal; text-decoration: underline;}

#username.administrator
{ color: green;
font-weight: bold;
font-style: italic; }

#username.administrator a:link {color: green; font-weight: bold; font-style: italic; text-decoration: none;}
#username.administrator a:visited {color: green; font-weight: bold; font-style: italic; text-decoration: none;}
#username.administrator a:hover {color: green; font-weight: bold; font-style: italic; text-decoration: underline;}
#username.administrator a:active {color: green; font-weight: bold; font-style: italic; text-decoration: underline;}

#username.users
{ color: #000000; }

#username.users a:link {color: #000000; font-weight: none; text-decoration: none;}
#username.users a:visited {color: #000000; font-weight: none; text-decoration: none;}
#username.users a:hover {color: #000000; font-weight: none; text-decoration: underline;}
#username.users a:active {color: #000000; font-weight: none; text-decoration: underline;}

#username.globalMod
{ color: #CC00CC;
font-weight: bold; }

#username.globalMod a:link {color: #CC00CC; font-weight: bold; text-decoration: none;}
#username.globalMod a:visited {color: #CC00CC; font-weight: bold; text-decoration: none;}
#username.globalMod a:hover {color: #CC00CC; font-weight: bold; text-decoration: underline;}
#username.globalMod a:active {color: #CC00CC; font-weight: bold; text-decoration: underline;}

#username.designer
{ color: #3399FF;
font-weight: bold; }

#username.designer a:link {color: #3399FF; font-weight: bold; text-decoration: none;}
#username.designer a:visited {color: #3399FF; font-weight: bold; text-decoration: none;}
#username.designer a:hover {color: #3399FF; font-weight: bold; text-decoration: underline;}
#username.designer a:active {color: #3399FF; font-weight: bold; text-decoration: underline;}

#username.shopManager
{ color: #E35E11; }

#username.shopManager a:link {color: #E35E11; font-weight: none; text-decoration: none;}
#username.shopManager a:visited {color: #E35E11; font-weight: none; text-decoration: none;}
#username.shopManager a:hover {color: #E35E11; font-weight: none; text-decoration: underline;}
#username.shopManager a:active {color: #E35E11; font-weight: none; text-decoration: underline;}

#username.ircMod
{ color: #12FF34; }

#username.ircMod a:link {color: #12FF34; font-weight: none; text-decoration: none;}
#username.ircMod a:visited {color: #12FF34; font-weight: none; text-decoration: none;}
#username.ircMod a:hover {color: #12FF34; font-weight: none; text-decoration: underline;}
#username.ircMod a:active {color: #12FF34; font-weight: none; text-decoration: underline;}

a:link {color: #d8d8d8; font-weight: normal; text-decoration: underline;}
a:visited {color: #e5e5e5; font-weight: normal; text-decoration: underline;}
a:hover {color: #0CA5F2; font-weight: normal; text-decoration: underline;}
a:active {color: #82CAD8; font-weight: normal; text-decoration: underline;}

/* Twewy-fan News CSS */

table.news
{ border-collapse: separate;
border-spacing: 0px 0px;
border-width: 0px;
border-color: transparent;
border-style: solid;
background-color: transparent;
padding: 10px;
font-size: 11px;
color: #d8d8d8;
text-align: left;
table-layout: auto; }

table.addnews
{ border-style: solid;
border-color: #C9C9C9;
border-width: 1px;
color: #D8D8D8;
text-align: left; }

#success
{ background: #D1FCD1;
color: #0DAA0F;
width: 50%;
padding: 3px;
border-width: 1px;
border-color: #21E44E;
border-style: solid;
text-align: left; }

#success a:link {color: #393939; font-weight: normal; text-decoration: underline;}
#success a:visited {color: #696969; font-weight: normal; text-decoration: underline;}
#success a:hover {color: #0CA5F2; font-weight: normal; text-decoration: underline;}
#success a:active {color: #82CAD8; font-weight: normal; text-decoration: underline;}

#error
{ background: #FFE3E3;
color: #FF0A0A;
width: 50%;
padding: 3px;
border-width: 1px;
border-color: #FF2C2C;
border-style: solid;
text-align: left; }

#error a:link {color: #393939; font-weight: normal; text-decoration: underline;}
#error a:visited {color: #696969; font-weight: normal; text-decoration: underline;}
#error a:hover {color: #0CA5F2; font-weight: normal; text-decoration: underline;}
#error a:active {color: #82CAD8; font-weight: normal; text-decoration: underline;}

td.headline
{ background: #7C7C7C;
text-align: right;
vertical-align: top;
border-color: #C9C9C9;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 2px;
padding: 3px;

font-size: 14pt;
color: #EFEFEF; }

td.username
{ background: #5E5E5E;
vertical-align: top;
border-color: #C9C9C9;
border-style: solid;
border-left-width: 1px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
padding: 3px;

font-size: 12pt;
color: #EE0202; }

td.date
{ background: #5E5E5E;
vertical-align: top;
border-color: #9C9C9C;
border-style: solid;
border-left-width: 0px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
padding: 3px;

font-size: 11pt;
font-style: italic;
color: #EFEFEF; }

td.userinfo
{ background: #5E5E5E;
vertical-align: top;
border-color: #9C9C9C;
border-style: solid;
border-left-width: 1px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
padding: 3px;

font-size: 12pt;
font-style: bold;
color: #EFEFEF; }

td.articlecontent
{ background: #7C7C7C;
vertical-align: top;
border-color: #9C9C9C;
border-style: solid;
border-left-width: 0px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
padding: 3px;

font-size: 11pt;
color: #EFEFEF; }

/* Twewy-Fan members.php */

#memberlist
{ text-align: left;
border-spacing: 0px; }

#member
{ width: 75%;
text-align: left;
border-spacing: 0px;
padding: 5px; }

.col1 
{ background-color: #7F7F7F;
border-width: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-color: #202020;
border-style: solid;
padding: 5px; 

text-align: left;
vertical-align: top;}

.col2
{ backbround-color: #6D6D6D;
border-width: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-color: #202020;
border-style: solid;
padding: 5px;

text-align: left;
vertical-align: top;}

.formMiniText
{ color: #77B7D0;
font-size: 9pt;
font-style: italic;
text-align: left;

padding-bottom: 10px;
padding-left: 20px; }