@charset "utf-8";
/* CSS Document */

html, body {
background-color: #000000;
background-image:url(../images/background_repeat.jpg);
background-repeat:repeat;
padding:0px;
margin:0px;
text-align:left;
}

/*Because IE and FF do not play well together, I'm first zeroing out the padding and margins for these list items so I can define them explicitly later on. */
ul, li{
    margin:0;
    padding:0;
}

/* Form elements */
input,textarea, select {
    color : #000000;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border-color : #666666;
    border-right-width:1px;
    border-left-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
	
	
}

/* The text input fields background colour */
input.post, textarea.post, select {
    background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
    background-color : #ffffff;
    color : #000000;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}

/* The main submit button option */
input.mainoption {
    background-color : #ffffff;
    font-weight : bold;
    border-color : #666666;

}

/* None-bold submit button */
input.liteoption {
    background-color : #ffffff;
    font-weight : normal;
    
}

td, .contentFrame {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#333333;
}

th {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
        font-weight: bold;
    color:#000000;
    padding:5px;
    background-image: url(../images/1px_border.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

h1,h2,h3, h1.title{
    color:#000000;
    padding:0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
h4,h5{color:#FF9900; Margin-bottom:10px; Margin-top:10px; padding:0px;}
h1{font-size: 16px;}
h2{font-size: 13px;
    color: #000000;
	text-align:left;
}
h3{font-size: 12px;
}
h4{
    font-size: 10px;
    color: #333333;
}
h5{font-size: 10px;}
h1.title{font-size: 12px;}

a {color:#333333;}
a:hover {
    color:#fc6b00;
    text-decoration: none;
}

/*ul {
    margin-left: 5px;
    padding-left: 15px;
    list-style-type: disc;
    text-indent: -4px;
    vertical-align: middle;
}*/
li {
    margin: 0px;
    padding: 0px;
    list-style-type: disc;
}

form {margin: 0px; padding: 5px;}

/* -------------- IDs -------------- */
#footerBorder{border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;}
#siteFrame{}
/*#leftSiteBorder{    background-image: url(/resources/images/main_template/left_shade.gif);
        background-repeat: repeat-y;
    background-position: right top;}
#rightSiteBorder{    background-image: url(/resources/images/main_template/right_shade.gif);
        background-repeat: repeat-y;
    background-position: left top;}*/


#headerNav{}
#headerBackground{
    background-image: url(/resources/images/main_template/header_background.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#footerBackground{
    background-image: url(/resources/images/main_template/footer_background.jpg);
        background-repeat: no-repeat;
    background-position: left bottom;
    }
#mainBody{ display: table; padding:0px;}

#hosting1,#hosting2,#hosting3,#hosting4 {
    border: 2px solid #000000;

    margin-right: 5px;
    margin-left: 5px;    
}
#hosting1,#hosting2,#hosting3,#hosting4{height:140px; padding: 5px;} 

#hostingTable{    
padding:5px;
margin:10px;

border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: dashed;
    border-right-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;}



#towerAd{padding:10px;}
/* -------------- Classes -------------- */
.dataHeader{    background-color: #CCCCCC;
    color: #ffffff;
    padding: 5px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
        background-image: url(/resources/images/guildAdmin/orangeShade.gif);
    background-repeat: repeat-x;
    background-position: top;

font-size: 10px;}
.newsdate{}
.contentFrame{
    padding: 15px;
    padding-top:0px;
}
.contentFrame ul{
    padding-left: 30px;
    line-height: 1.5em;
}
.contentItem{   background-color: #F5F5F5; border: 1px dashed #999999;}


.contentBody {padding:5px;} /* */


.orderBox{
    padding: 0px;
    border: 1px dashed #999999;
    background-color: #F5F5F5;

}
.hostingBlockLeft{
    background-color: transparent;
    border-top: 1px solid #666666;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.hostingBlockRight{
   background-color: transparent;
   border-top: 1px solid #666666;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
 .hostingBlockLeft ul, .hostingBlockRight ul {
    margin-left: 0;
    padding-left: 1em;
    text-indent: -4px;
    padding-bottom: 12px;
    list-style-position: inside;
    list-style-type: disc;
    line-height: 1.5em;
 }

.homePageContentBlock{
    padding: 8px;
    border: 1px solid #cccccc;
    border-right:3px solid #cccccc;
    border-bottom:3px solid #cccccc;
    background-color: #F5F5F5;

/*background-image: url(/resources/images/main_template/guildAdmin/ga_gradient.jpg);*/
}
.contentBlock1{
    padding: 5px;
    border: 1px dashed #999999;
    background-color: #F5F5F5;
}

.contentBlock2{padding: 5px;
    border: 1px dashed #999999;
}

.contentBlock3{
    padding: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

.contentBlock4{
    padding: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: dashed;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

.newsItem{
background-image:url(../images/1px_border.jpg);
background-position:top;
background-repeat:repeat-x;
    padding: 5px;
       border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
      border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
     border-right-color: #FF9900;
    border-bottom-color: #FF9900;
    border-left-color: #FF9900;
	text-align:left;
}
.newsItem ul{
    margin-left: 1em;
    padding-left: 1em;
    text-indent: .1em;
    padding-bottom: 8px;
    list-style-position: outside;
}
.blogItem{
    padding: 10px; 
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}
.blogColumn{
    padding: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: dashed;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}
.breadcrumbFrame{
    font-weight:bold;
    font-size:12px;
    text-align:left;
}
.subNavLink
{
    line-height:18px;
}
.subContentLeft
{
    float:left;
    width:150px;
    text-align:left;    
}
.subContentRight
{
    float:left;
    width: 650px;
}
.templatebread
{
	padding: 1px;
	background-color:#F5F5F5;
	margin:10px;
	}

.blogMenuBlock2{
    padding: 10px;
    background-color: #F5F5F5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.tab{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;}
    
.tabSelected{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;}

.loginInput { 
    font-size: 10px; 
     background-color: #ffffff; 
     border: 1px solid #cccccc; 
     margin:2px;
}


.small {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.medium {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.big {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.xbig {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 24px;
}

    .error1{
    font-size: 12px;
    color: #FF0000;
    font-weight:bold;
}

    .error2{
    font-size: 10px;
    color: #ffffff;
}

    .noError1{
    font-size: 10px;
    color: #990000;
    visibility:hidden;
}

    .noError2{
    font-size: 10px;
    color: #ffffff;
    visibility:hidden;
}

/* This is the outline round the main forum tables */
.forumline    { background-color: #FFFFFF; border: 1px #dddddd solid; }

.row1{background-color: #eeeeee;       border: 1px #dddddd solid;}
.row2    { background-color: #dddddd;    border: 1px #dddddd solid;}
.row3    { background-color: #cccccc;    border: 1px #dddddd solid;}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
            background-image: url(images/cellpic1.gif);
            background-color:#cccccc; border: 1px #dddddd solid;}

td.row3Right,td.spaceRow {
    background-color: #cccccc; border: 1px #dddddd solid;}
    
    td.rowpic {
        background-color: #cccccc;
    #D1D7DC; border: 1px #dddddd solid;
}


/* Forum category titles */
.cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #ffffff}
a.cattitle        { text-decoration: none; color : #ffffff; }
a.cattitle:hover{ text-decoration: underline; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav            { font-weight: bold; font-size: 11px; color : #ffffff;}
a.nav            { text-decoration: none; color : #ffffff; }
a.nav:hover        { text-decoration: underline; }

hr {
border: 0;
color: #999999;
background-color: #999999;
height: 1px;
width: 100%;
text-align: left;
}
.errorFrame{background-color: #FFFFCC; border: 1px #FF0000 solid; padding:10px; color:#000000; margin-bottom:5px; width:100%; display:table;}
div.errorFRame h3{color:#FF0000; font-size:11px;}



li {
    list-style-type: square;
}

#adminBarFrame{ background-color:#000000;color: #ffffff;font-size: 10px; padding:1px;}

.adminBar {color: #ffffff;; font-size: 10px; padding:3px;}
a.adminBar {color:orange; font-size: 10px;text-decoration: none;}
a.adminBar:active {color: orange; font-size: 10px;text-decoration: none;}
a.adminBar:visited {color: orange; font-size: 10px;text-decoration: none;}
a.adminBar:visited:hover {color: #ffffff; font-size:10px;text-decoration: underline;}
a.adminBar:hover {color: #ffffff; font-size: 10px;text-decoration: underline;}

.footerText{color:#999999;}
a.footerLink, a.footerLink:active, a.footerLink:visited{color:#999999;}
a.footerLink:hover, a.footerLink:visited:hover {color:#FF9900;}

td.heightMax{height:565px;display:table;}

h2.orderHeader{color:#999999; background-color:#eeeeee; padding:5px; margin-left: 3px; margin-right:3px; }

.note{font-size:9px;}
 
.newsList li { 
    margin-bottom:5px;
    list-style-image: url(/resources/bullets/user-document.gif);
}

input.loginInput
{
    color:#cccccc;
    background:#333333;
    border:2px;
}

input.loginSubmit
{
    color:#cccccc;
    background:#333333;
    border:2px;
    font-size:12px;
    margin-top:0px;
    padding:0px;
}
.FrameBottomLeft
{
  
  background-image:url(/resources/images/main_template/guildadmin/leftorange.png);
    background-repeat:no-repeat;
    background-position:left;
    
    }
    
    .FrameBottomRight
{
     background-image: url(/resources/images/main_template/guildadmin/rightorange.png);
    background-repeat:no-repeat;
    background-position:right;
    
}
.boxheader{
background-image:url(/resources/images/main_template/orangestripped1.gif);
background-repeat:repeat-x;
height:30px;
}
.leftline{
background-image:url(../../resources/images/main_template/guildAdmin/leftline.png);
background-repeat:repeat-y;
}
.rightline{
background-image:url(../../resources/images/main_template/guildAdmin/rightline.png);
background-repeat:repeat-y;
background-position:right;
}
.bottomline{
background-image:url(../../resources/images/main_template/guildAdmin/bottomorange.png);
background-repeat:repeat-x;
background-position: bottom;
}
.repeat{
background-repeat:repeat-x;
background-image:url(../../resources/images/main_template/guildAdmin/bottomorange.png);
}

#template-header {
background-image: url(../images/texture_background_full.jpg);
background-repeat:repeat-x;
background-position:top;
margin-bottom:0px;

}

#middlebackground {
background-image:url(../images/background_bottom.jpg);
background-repeat:repeat-x;
background-position:bottom;
background-color:#CCCCCC;

}

#content-positioner
{
	width:932px;
	margin:0 auto;



	
}
/*.header-overlay{
background-image:none;
background-repeat:no-repeat;
height:100px;
background-position:center;


}*/

.content-top{
background-image:url(../images/content_top.jpg);
background-position: top;
background-repeat:no-repeat;
height:168px;
}


#content-container
{
	margin-top:0px;
	background-color: transparent;
}

.content
{
	background-color: #FFFFFF;
    padding:10px;
	padding-top:0px;
}


#footer {
	background-image:url(../images/footer_texture.jpg);
	height:108px;
	background-repeat:repeat-x;
	
}

#footer_gl
{
    background-image:url(../images/footer_texture.jpg);
    height:108px;
    background-repeat:repeat-x;
}

.reflection-image
{
	margin-top:10px;
	width:932px;
}

#generator, #copyurl, #preview { 
    border: 1px solid #ccc; 
    padding: 1em; 
    margin: auto; 
    background-color: #fdfdfd; 
} 

/*body, td { 
font-family:verdana; 
font-size:9pt; 
}*/

.footerlinks {
color:#FFFFFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;

}

.footerlinks a:link {
color:#FC6B00;
}

.footerlinks a:active{
color:#999999;
}


.footerlinks a:visited{
color:#FC6B00;
}

.footerlinks a:hover {
color:#999999;
}

.contentbox {

}

.right450{
background-image: url(../images/contentbox450.jpg);
background-repeat:no-repeat:;
background-repeat:no-repeat;



}

.middle225{
background-image: url(../images/contentbox225.jpg);
background-repeat:no-repeat:;
background-repeat:no-repeat;


}

.left225{
background-image: url(../images/contentbox225.jpg);
background-repeat:no-repeat:;
background-repeat:no-repeat;

}

.boxheadline{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-align:center;
line-height:30px;
}

.boxheadline a:link{
color:#000000;
text-decoration:none;
}

.boxheadline a:visited{
color:#000000;
text-decoration:none;
}

.boxheadline a:hover{
color: #666666;
text-decoration:underline;
}

.liststyle {
padding-left:25px;
color:#000000;
font-size:12px;
text-align:left;
}

.boxlink a:link{
color:#000000;
text-decoration:none;
}

.boxlink a:visited{
color:#000000;
text-decoration:none;
}

.boxlink a:hover{
color: #666666;
text-decoration:underline;
}

#tablenav {
position:relative; 
bottom:0;
float:right;
margin-top:35px;
}

#Layer1 {
    position:absolute;
    width:200px;
    height:115px;
    z-index:1;
    left: 133px;
    top: 97px;
}
#Layer2 {
    position:absolute;
    width:709px;
    height:513px;
    z-index:1;
    left: 126px;
    top: 96px;
}
#Layer3 {
    position:absolute;
    width:200px;
    height:306px;
    z-index:1;
    left: 516px;
    top: 184px;
}
#Layer4 {
    position:absolute;
    width:200px;
    height:115px;
    z-index:1;
}
#Layer5 {
    position:absolute;
    width:326px;
    height:295px;
    z-index:1;
    left: 508px;
    top: 299px;
    visibility: visible;
}
.style9 {
    color: #EBB030;
    text-decoration: none;
}
.style12 {color: #000000; }
.style14 {
    color: #FC6B00
}
.style17 {font-size: 11px}
.faq_question
{
    padding:5px;
    font-weight:bold;
}
.faq_answer
{
    margin-left:20px;
    padding:5px;
}

/* these classes also in master.css */
.form_feedback
{
    margin-top:5px;
    margin-left:2px;
}
.response_bad
{
    background-color:#FF3300;
    color:#000000;
    padding:2px;
}
.response_good
{
    background-color:#669900;
    color:#000000;
    padding:2px;    
}

/* form field validation */
input, textarea, select {
    background:url("/resources/images/inputBg.gif") no-repeat scroll left top #FFFFFF;
    border:1px solid #AAAAAA;
    margin-top:2px;
    padding:2px;
    font-size:16px;
}

.LV_validation_message
{
    margin-left:5px;
    font-size:16px;
    font-weight:bold;    
}

.LV_invalid
{
    color:#CC0000;
}

.LV_valid
{
    color:#00CC00;
}    

.LV_invalid_field
{
    border: 1px solid #CC0000;
}
.LV_valid_field
{
    border: 1px solid #00CC00;
}
/* */
/* Form Field Classes */
.site_form
{
    margin:5px;
}
.site_form h2
{
    font-size:12px;
}
.site_form label
{
    font-weight:bold;
    font-size:14px;
}
.site_form .form_label_container
{
    margin-top:10px;
    margin-bottom:5px;
}
.site_form .error1
{
    margin-left:2px;
}
.site_form .form_input_container
{       
    margin-top:2px;
}
.site_form .form_input_group
{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;
}
.site_form .form_checkbox_group
{
    margin-top:10px;
    margin-bottom:10px;
}
.site_form .form_button_container
{
    margin-top:10px;       
}
.site_form .form_required_container
{  
    margin-top:10px;
}
.site_form .form_right_label_container
{
    display:inline;
}
/* */

