
/** --------------------------------------------------------------------------------
  *  file: xios_std.css
  *  description: The Xios default style sheet.
  *  version: 2.0
  * --------------------------------------------------------------------------------
  */



/******** normal page style elements ********/

td, 
body {
    font-family:            Verdana;
    font-size:              8pt;
    color:                  #818181;
}

body {
    background-color:       #333333;
}

a {
    color: #999999;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    text-decoration:        underline;
}


/******** form input elements (default) ********/

.xs_inputtext001, .xs_inputtext002, 
.xs_inputtext003, .xs_inputtext004, 
.xs_inputtext005, .xs_inputtext005a, 
.xs_inputtext006, .xs_inputtext006a, 
.xs_inputtext {
    font-family:            Arial;
    font-size:              8pt;
    padding-left:           2px;
    padding-right:          2px;
    background-color:       #CACACA;
    color:                  #000000;
    border-color:           #000000;
    border-width:           1px;
    border-style:           solid;
}
select.xs_inputselect001, select.xs_inputselect002, 
select.xs_inputselect003, select.xs_inputselect004, 
select.xs_inputselect005, select.xs_inputselect005a, 
select.xs_inputselect006, select.xs_inputselect006a, 
select.xs_inputselect {
    font-family:            Arial;
    font-size:              8pt;
    padding-left:           2px;
    padding-right:          2px;
    background-color:       #CACACA;
    color:                  #000000;
}
input.xs_inputsubmit001, input.xs_inputsubmit002, 
input.xs_inputsubmit003, input.xs_inputsubmit004, 
input.xs_inputsubmit005, input.xs_inputsubmit005a, 
input.xs_inputsubmit006, input.xs_inputsubmit006a, 
input.xs_inputsubmit {
    border-width:           2px;
    font-family:            Arial;
    font-size:              8pt;
    padding-left:           8px;
    padding-right:          8px;
    background-color:       #E0E0E0;
    color:                  #000000;
}


/******** footer - powered by : xios ********/

.xs_txt {
    color: #999999;
    font-family: Tahoma;
    font-size: 8pt;
	
}
.xs_lnk {
    color: #cccccc;
    text-decoration: none;
}
.xs_lnk:hover {
    color: #FFFFFF;
    text-decoration: none;
}


/******** caption headings ********/

.xs_h1 {                            /* primary heading style */
    font-size: 12pt;
    font-weight: bold;
    font-family: Tahoma;
    color: #C7C7C7;
}
.xs_h1a {                           /* alternate heading style */
    font-size: 12pt;
    font-weight: bold;
    font-family: Tahoma;
    color: #959594;
}


/******** panel context menus ********/

.xs_contextmenu {
    font-family:            Arial;
    color:                  #737373;
}
.xs_contextmenulink {
    color:                  #888888;
}
a.xs_contextmenulink:hover {
    color:                  #666666;
}
.xs_error {
    font-weight:            bold;
    color:                  #D80000;
}


/******** top banner clan title ********/

td.xs_clantitle {
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    vertical-align: middle;
}
div.xs_clantitle {
    padding-top: 8px;
    padding-right: 28px;
    text-align: right;
    vertical-align: middle;
}
font.xs_clantitle {
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
}


/******** win/loss styles ********/

td.xs_winresult {
    background-color: #415348;
    color: #01AB3F;
}
b.xs_winresult, 
font.xs_winresult {
    font-weight: bold;
    color: #01CC4B;
}

td.xs_lossresult {
    background-color: #733B3B;
    color: #BA2E2E;
}
b.xs_lossresult, 
font.xs_lossresult {
    font-weight: bold;
    color: #D13333;
}

td.xs_naresult {
    background-color: #4F4F4F;
    color: #8e8e8e;
}
b.xs_naresult, 
font.xs_naresult {
    font-weight: bold;
    color: #8e8e8e;
}


/******** news ********/

.newsheading {
    font-family: tahoma;
    font-size: 10pt;
    font-weight: bold;
    color:              #888888;
    font-weight:        bold;
    padding-bottom:     6px;
}
.newstext, 
.newscontent {
    font-family: tahoma;
    font-size: 8pt;
    font-weight: none;
    color:              #cccccc;
    padding-bottom:     10px;
}


/******** panel 000 : top panel ********/

.xs_panel000 {
    background-color: #000000;
    border-top-color: #000000;
    border-left-color: #000000;
    color: #000000;
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-style: none;
}
.xs_border000 {
    background-color: #000000;
}
.xs_heading000 {
}
.xs_txt000 { color: #ffffff; }
.xs_lnk000 { color: #999999; }
a.xs_lnk000:hover { color: #666666; }



/******** panel 001 : navigation panel ********/

.xs_panel001 {
    background-color: #3c3c3c;
	background-image: url( http://www.xiosgaming.com/_images/skins/quakecon/status_background.gif );
    background-repeat: no-repeat;
    border-top-color: #888888;
    border-left-color: #888888;
    color: #000000;
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
}
.xs_txt001 {
    color: #cccccc;
    font-weight: bold;
    font-family: Arial;
    font-size: 8pt;
}
.xs_lnk001 {
    color: #cccccc;
}
a.xs_lnk001:hover {
    color: #ffffff;
    text-decoration: none;
}
div.xs_div001 {
    padding: 1px;
    padding-left: 6px;
    padding-right: 6px;
}


/******** panel 002 : side menu ********/

.xs_panel002 {
    background-color: #3c3c3c;
    background-image: url( http://www.xiosgaming.com/_images/skins/quakecon/menu_background.gif );
    background-repeat: no-repeat;
	border-top-color: #888888;
    border-left-color: #888888;
    color: #000000;
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
}
.xs_txt002 { color: #cccccc; }
.xs_lnk002 {
    color: #cccccc;
    font-weight: bold;
    font-family: Arial;
    font-size: 8pt;
}
a.xs_lnk002:hover {
    color: #ffffff;
    text-decoration: underline;
}
td.xs_td002 {
    text-align: left;
}
div.xs_div002 {
    padding: 17px;
    padding-left: 14px;
}


/******** panel 003 : page caption ********/

.xs_border003 { background-color: #000000; }
table.xs_panel003 {
    width: 100%;
}
td.xs_bg003 {                                   /* page caption */
    background-color: #4c4c4c;
    border-width: 1px;
    border-color: #000000;
    border-bottom-style: solid;
    text-align: left;
}
font.xs_txt003 {
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #BCBCBC;
}
div.xs_div003 {
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
}


/******** panel 004 ********/

.xs_bg004 { background-color: #222222; }
.xs_border004 { background-color: #000000; }
.xs_txt004 { color: #aaaaaa; }                  /* primary text color */
.xs_txt004a { color: #aaaaaa; }                 /* alternate text color */
.xs_lnk004 { color: #999999; }                  /* primary link */
a.xs_lnk004:hover { color: #ffffff; }
.xs_lnk004a { color: #999999; }                 /* alternate link */
a.xs_lnk004a:hover { color: #ffffff; }
img.xs_margin004 { width: 12px; }               /* margin on left and right side in content panel */


/******** panel 005 : table headers ********/

.xs_bg005 {
    background-color: #000000;
    color: #000000;
}
.xs_border005 { background-color: #000000; }
.xs_heading005 {
 background-color: #000000;
    background-image: url( http://www.xiosgaming.com/_images/skins/quakecon/heading_background.gif );
    background-repeat: no-repeat;
    border-top-color: #888888;
    border-left-color: #888888;
    color: #cccccc;
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
}
.xs_bg005 {
    background-color: #666666;
    color: #000000;
}
.xs_border005a { background-color: #000000; }
.xs_heading005a {
 background-color: #000000;
    background-image: url( http://www.xiosgaming.com/_images/skins/quakecon/heading_background.gif );
    background-repeat: no-repeat;
    border-top-color: #888888;
    border-left-color: #888888;
    color: #cccccc;
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
}
.xs_bg005a {
    background-color: #000000;
    color: #000000;
}
.xs_txt005 { color: #cccccc; }
.xs_txt005_1 { color: #cccccc; }
.xs_txt005_2 { color: #cccccc; }
.xs_txt005a { color: #cccccc; }
.xs_txt005a_1 { color: #cccccc; }
.xs_lnk005 { color: #cccccc; }
.xs_lnk005:hover { color: #999999; }
.xs_lnk005a { color: #cccccc; }
.xs_lnk005a:hover { color: #999999; }

input.xs_inputsubmit005 {
    background: #6A6A6A;
    color: #CBCBCB;
    font-weight: bold;
    border-left-color: #999999;
    border-top-color: #999999;
    border-right-color: #464646;
    border-bottom-color: #464646;
}
input.xs_inputsubmit005a {
    background: #6A6A6A;
    color: #CBCBCB;
    font-weight: bold;
    border-left-color: #999999;
    border-top-color: #999999;
    border-right-color: #464646;
    border-bottom-color: #464646;
}
input.xs_inputradio006a {
    background: transparent;
    border-style: none;
    padding: 0px;
    padding-top: 1px;
    padding-right: 2px;
    margin: 0px;
}
.xs_inputcheck {
    background: transparent;
    border-style: none;
}


/******** panel 006 ********/

.xs_bg006 {
    background-color: #3c3c3c;
    color: #999999;
}
.xs_bg006a {
    background-color: #3c3c3c;
    color: #999999;
}
.xs_bg006_hilight {
    background-color: #3c3c3c;
    color: #999999;
}
.xs_bg006_disable {
    background-color: #5E5E5E;
    color: #888888;
}
.xs_border006 { background-color: #000000; }
.xs_txt006 { color: #cccccc; }
.xs_txt006a { color: #FFFFFF; }
.xs_txt006_hilight { color: #C7C7C7; }
.xs_lnk006 { color: #999999; }
.xs_lnk006:hover { color: #FFFFFF; }
.xs_lnk006a { color: #aaaaaa; }
.xs_lnk006a:hover { color: #FFFFFF; }
.xs_lnk006b { color: #777777; }
.xs_lnk006b:hover { color: #FFFFFF; }
.xs_lnk006c { color: #888888; }
.xs_lnk006c:hover { color: #FFFFFF; }
.xs_lnk006_disable { color: #8F8E8E; }
.xs_lnk006_disable:hover { color: #6E6E6E; }

.xs_inputtext006a, 
select.xs_inputselect006a {
    background-color: #BFBFBF;
    border-color: #000000;
}



























































