/*
+-------------------------------------------------
| Borderline Skin Series by InvisionSkins.com
| Custom skinpack for Invision Power Board 1.3
|
| version 1.3.T - Borderline Table Version
| Borderline[Slate] CSS file
| December 14, 2003
|
+-------------------------------------------------
| copyright 2002-2003 Goof Muilwijk [Roadkill71]
| email: roadkill71@invisionthings.com / legal@invisionthings.com
| website: http://www.invisionskins.com
| 
+-------------------------------------------------
*/


/* FIX IE6 Scrollbars bug - Leave this in! */
 html { overflow-x: auto; }


/* base classes */
label      { cursor:pointer; }
form       { display:inline; }
img        { vertical-align:middle; border:0px }
img.attach { max-width:500px;
width:expression( 
    document.body.clientWidth > (500) * 
    parseInt(document.body.currentStyle.fontSize)?
        "500px":
        "auto" );
}


BODY {
width: auto;
text-align:center;
background-color:#999999;
color: #000000;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 8pt;
margin:10px;
}


TABLE, TR, TD {
background-color: transparent;
color: #000000;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 8pt;
}


a:link, a:visited, a:active {
background-color: transparent;
color: #000000;
text-decoration: underline;
}

a:hover {
background-color: transparent;
color: #9CAFC3;
text-decoration:underline;
}



/* global wrapper */

#ipbwrapper {
text-align: left;
width: 790px;
margin-left: auto;
margin-right: auto;
background: #cccccc;
padding: 10px;
border: 2px #68829D solid;
}


/* outer border */
.border {
background-color: #d9e0e8;
color: #000000;
padding: 5px;
border: 1px solid #000000; 
}


.tableborder {
background-color:#ffffff;
color:#000000;
margin:0px;
padding:0px;
border:1px solid #000000;
}


/* boardheader sections */
#ipsbanner { position:absolute;top:1px;right:5%; }

#logographic {
background-image:url(im/logo4.gif);
background-repeat: no-repeat;
height: 80px;
}

#logostrip {
background-color: #9cafc3;
background-image:url(im/header_tile.gif);
background-repeat: repeat-x;
color: #ffffff;

margin:0px;
padding:10px;
height:190px;
border:1px solid #000000;
}

#logostrip a:link,
#logostrip a:active,
#logostrip a:visited {
text-decoration: none!important;
font-size: 18px;
font-weight: bold;
}

#logostrip a:hover {
text-decoration: none!important;
color: #ffffff;
}

.home {
float: left;
background-color: transparent;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#submenu {
text-align: right;
background-color: transparent;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#submenu a:link, #submenu a:visited, #submenu a:active {
background-color: transparent;
color: #000000;
text-decoration: none;
}

#submenu a:hover {
background-color: transparent;
color: #9CAFC3;
text-decoration: underline;
}


#userlinks {
clear: both;
background-color: #D9E0E8;
color: #000000;
border: 1px solid #000000;
margin-bottom: 10px;
}


/* forum navigation */
#navstrip  {
background-color: transparent;
color: #000000;
font-size: 9px;
padding:3px;
margin-bottom:10px;
border-bottom: 1px dashed #000000;
}

.newslink  {
background-color: #EEE;
color: #000000;
padding:6px;
width:100%;
border: 1px solid #999;
}

#navstrip a:link, #navstrip a:visited, #navstrip a:active {
background-color: transparent;
color: #000000;
text-decoration: none;
}

#navstrip a:hover {
background-color: transparent;
color: #000000;
text-decoration: underline;
}


/* main header - gradient background */

.maintitle {
vertical-align:middle;
text-align: left;
background-image: url(im/tile_back.gif);

background-repeat: repeat-x;
background-color: #9cafc3;
color:#ffffff;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
padding:3px;
border-bottom: 1px solid #000000;
}

.maintitle a:link, .maintitle a:visited, .maintitle a:active {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}

.maintitle a:hover {
background-color: transparent;
color: #ffffff;
text-decoration: underline;
}


/* subheaders */

.titlemedium {
text-align: left;
background-color: #bbc8d6;
color:#000000; 
text-decoration: none;
font-weight: bold;
padding:3px; 
margin:0px;
border-bottom: 1px solid #999;
}

.titlemedium  a:link, .titlemedium  a:visited, .titlemedium  a:active, .titlemedium a:hover { 
background-color: transparent;
color: #000000;
text-decoration: underline; 
}



.titlemedium-spacer {
background-color: #bbc8d6;
color: #000000;
}


/* main content areas */

.content {
text-align: left;
vertical-align: top;
background-color: #ffffff;
color: #000000;
font-size: 9pt;
text-decoration: none;
border: 0px;
}

.content a:link, .content a:active, .content a:visited, .content a:hover {

background-color: transparent;
color: #000000;
text-decoration: underline;
}


/* content rows with bottom border */

.content-b {
text-align: left;
vertical-align: top;
background-color: #ffffff;
color: #000000;
font-size: 8pt;
text-decoration: none;
border-bottom: 1px solid #bbc8d6;

}

.content-b a:link, .content a:active, .content a:visited,  .content a:hover {
background-color: transparent;
color: #000000;
text-decoration: underline;
}


/* topic stuff */

.normalname {
background-color: transparent;
color: #6985A1;
}

.normalname a:link, .normalname a:visited, .normalname a:active { 
background-color: transparent;
color: #6985A1;
text-decoration: none;
font-weight: bold;
margin-left: 10px
}

.normalname a:hover {
background-color: transparent;
color: #ffffff; 
text-decoration: underline;}

.unreg {
background-color: transparent;
color: #990000;
}

.edit {
background-color: transparent;
color: #6A87A5;
font-size: 9px;
}


.signature {
background-color: transparent;
color: #6A87A5;
font-size: 10px;
}

.signature a:link, .signature a:visited, .signature a:active, signature a:hover { 
background-color: transparent;
color: #336699;
}



#QUOTE {
background-color: #D9E0E8;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
padding: 2px;
border: 1px solid #000000;
}



#CODE {
background-color: #ffffff;
color: #000000;
font-family: Courier, Courier New, Verdana, Arial, sans-serif;
font-size: 11px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
border: 1px solid #000000;
}


/* search classes */

fieldset.search {
padding:6px;
line-height:150%;
}


.googleroot {
padding:6px;
line-height:130%;
}

.googlechild {
padding:6px;
margin-left:30px;
line-height:130%;
}

.googlish, .googlish a:link, .googlish a:visited, .googlish a:active { font-weight:bold; }


.searchlite {
background-color:transparent;
color:#ff0000;
font-weight:bold;
}


/* misc */

.copyright {
font-size: 9px;
color: #000000;
}

.copyright_block {
background: #eee;
color: #000000;
padding: 5px;
border: 1px solid #999;
}

.warngood { color:green; background-color: transparent; }

.warnbad  { color:red; background-color: transparent; }

.moderator { color:green; background-color: transparent; }

.admin  { color:red; background-color: transparent; }


.codebuttons  { font-size: 10px; font-family: verdana, helvetica, sans-serif; vertical-align: middle; }

.forminput, .textinput, .radiobutton, .checkbox  { font-size: 11px; font-family: verdana, helvetica, sans-serif; vertical-align: middle; }



.purple { color:purple;font-weight:bold; background-color: transparent; }

.red    { color:red;font-weight:bold; background-color: transparent; }

.green  { color:green;font-weight:bold; background-color: transparent; }

.blue   { color:blue;font-weight:bold; background-color: transparent; }

.orange { color:#F90;font-weight:bold; background-color: transparent; }




.pformstrip {
 background-color: #bbc8d6;
 color:#000000;
font-weight:bold;
padding:4px;
margin-top:1px;
border-bottom: 1px solid #999;
 }

.darkrow1 {
 background-color: #bbc8d6;
 color:#000000;
padding: 5px;
border-bottom: 1px solid #999;
 }

.activeuserstrip {
 background: #bbc8d6;
 color:#000000;
 }

.darkrow2 {
 background-color: #bbc8d6;
 color:#000000;
}

.darkrow3 { background-color: #bbc8d6; color:#000000; }

.row3 { background-color: #bbc8d6 }


.row1 { 
background-color: #F6F6F7;
border-bottom: 1px solid #ddd;
padding: 3px;
 }

.row2 { 
padding: 3px;
background-color: #eeeeee;
border-bottom: 1px solid #999;
 }

.row4, .formbuttonrow { 
background-color: #F6F6F7;
border-bottom: 1px solid #999;
padding: 3px;
 }

.titlemedium1 { 
background-color: #F6F6F7;
border-bottom: 1px solid #999;
 }


.tablepad    { background-color:#ffffff;padding:6px }

.pformleftw { background-color: #ffffff; padding:6px; margin-top:1px;width:40%; border-top:1px solid #000000; border-right:1px solid #000000; }

.pformright { background-color: #ffffff; padding:6px; margin-top:1px;border-top:1px solid #000000; }

.tablefill   { border:1px solid #000000;background-color:#ffffff;padding:6px;  }

.pformleft  { background-color: #ffffff; padding:6px; margin-top:1px;width:25%; border-top:1px solid #000000; border-right:1px solid #000000; }

li.helprow { padding:0px; margin:0px 0px 10px 0px }

.postlinksbar {
 background-color:#D9E0E8;
padding:5px;
border-bottom: 1px solid #999;
margin-top:1px;
font-size:10px;
font-weight:bold;
 /+ background-image: url(im/tile_sub.gif);*/
border-bottom: 1px solid #999;
 }

.postdetails {
 font-size: 10px;
 }

.activeuserstrip { background-color:#ffffff; padding:6px }

.post1 {
 background-color: #ffffff 
}

.post2 {
 background-color: #ffffff;
padding: 10px;
border-bottom: 1px solid #999;
border-right: 1px solid #eee;
 }

.profilleft {
 background-color: #F6F6F7;
padding: 10px;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
 }

.profilright {
 background-color: #fff;
padding: 10px;
border-bottom: 1px solid #ddd;
 }

.activeuserstrip {
 background-color: #9CAFC3;
padding: 10px;
border-bottom: 1px solid #ddd;
 }



removed completely

.thin { padding:6px 0px 6px 0px;line-height:140%;margin:2px 0px 2px 0px;border-top:1px solid #FFF;border-bottom:1px solid #FFF }

.pagelinks   { float:left;line-height:1.2em;width:35% }

.desc { font-size:10px; color:#434951 }

.wrapmini    { float:left;line-height:1.5em;width:25% }

.tablebasic  { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }

.postcolor   { font-size: 12px; line-height: 160% }

.googlepagelinks { }

.googlebottom, .googlebottom a:link, .googlebottom a:visited, .googlebottom a:active {  }

.googlesmall, .googlesmall a:link, .googlesmall a:active, .googlesmall a:visited {  }

#photowrap { padding:6px; }

#phototitle { font-size:24px; border-bottom:1px solid black }

#ucpmenu    { line-height:150%;width:22%; border:1px solid #345487;background-color: #ffffff }

#ucpmenu p  { padding:2px 5px 6px 9px;margin:0px; }

#ucpcontent { background-color: #ffffff; border:1px solid #345487;line-height:150%; width:auto }

#ucpcontent p  { padding:10px;margin:0px; }

#padandcenter { margin-left:auto;margin-right:auto;text-align:center;padding:14px 0px 14px 0px }

ul#help    { padding:0px 0px 0px 15px }

.plainborder { border:1px solid #000000;background-color:#ffffff }

option.cat { font-weight:bold; }

option.sub { font-weight:bold;color:#555 }

.hlight { background-color: #ffffff }

.dlight { background-color: #ffffff }

#profilename { font-size:28px; font-weight:bold; }

#calendarname { font-size:22px; font-weight:bold; }

#photoimg   { text-align:center; margin-top:15px } 

.caldate   { text-align:right;font-weight:bold;font-size:11px;color:#777;background-color:#ffffff;padding:4px;margin:0px }

/* 
 * ========================================
 * new style quote and code wrappers MATT's DESIGN 
 * ========================================
 */

.quotetop{
	background: #E4EAF2 url(im/css_img_quote.gif) no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 3px;
}

.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-left: 4px solid #8394B2;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0 auto 8px auto;
        overflow:auto;
}

.codetop,
.sqltop,
.htmltop{
	background: #FDDBCC url(im/css_img_code.gif) no-repeat right;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
	width: 98%;
}

.codemain,
.sqlmain,
.htmlmain,
.download_file{
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;
	width: 98%;
        overflow:auto;
}

.download_file{
	font-family: Arial, Courier New, Verdana, Arial;
	padding: 10px;
        text-align: left;
        width: 90%;
}
#QUOTE,
#CODE{  
	background: #FAFCFE; 
	border: 1px solid #000; 
	color: #465584; 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	padding: 2px; 
	white-space: normal;
        overflow:auto;
}

#CODE{ 
	font-family: Courier, Courier New, Verdana, Arial;
}