/*
  The original gvp Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #D0D2D8;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #B0B4BE; border: 1px #FFFFFF solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #ffffff; }
td.row2	{ background-color: #ddd; }
td.row3	{ background-color: #bbb; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000}
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* 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 : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.navi			{ text-decoration: none; font-weight: bold; font-size: 11px; color : #000000;}
a.navi			{ text-decoration: none; color : #006699; }
a.navi:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; color: #333; letter-spacing: -1px;}
.copyright_box { background: url(../../../php/templates/gvp/images/copyright_bg.gif)}
a.copyright		{ color: #333; text-decoration: none;}
a.copyright:hover { color: #f30; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* 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 : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");














/*start here*/

/*****************************************
	BASE STYLES
*****************************************/

body {
	margin:0px;
	font:normal 12px Arial;
	color:#333;
	background: url(images/main_bg1.gif) repeat-x #ccc;	
	}

ul, li, form {
	list-style:none;
	margin:0px;
	padding:0px;
	}

img {
	border:0px;
	}

a {
	text-decoration:none;
	color:#000;
	font-weight:bold
	}

#maincolumn {
	width:100%;
	text-align:left;
	margin:0px auto;
}

#header {
	width:100%;
	height:60px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/header_bg.png', sizingMethod='scale');
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#logo {	width:200px;
	height:76px;	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/logo.png', sizingMethod='image');
	padding-left:20px; float:left
}
#player {	width:318px;
	height:41px;	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/btn_play.png', sizingMethod='scale');
	padding-top:5px;margin-right:20px; float:right; text-align:center; color:#000000
}
#global-nav {
	height:26px;
	background:#696E74;
	background-image: url(global_nav_bg.gif);
	}

#global-nav #menu {
	float:left;
	margin-left:0px;
	display:inline;
	border-left:0px solid #000;
	}

#global-nav a {
	height:26px;
	float:left;
	color:#444;
	font:bold 11px Arial;
	line-height:24px;
	padding:0px 10px;
	}
	
#global-nav .link {
	border-right:1px solid #ccc;
	border-left:1px solid #fff;
	float:left;
	}
#global-nav .linkl {
	border-right:1px solid #ccc;
	border-left:0px solid #fff;
	float:left;
	}

#global-nav .on a {color:#f30;}

#global-nav a:hover {
	color:#f30;
	text-decoration:none;
	background:#13181B;
	background:url(images/global_nav_bg_hl.gif);
	}

#global-sub-nav {
	height:30px;
	width:900
	padding-left:10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/topnav-sub-grad5.png', sizingMethod='scale');
	color:#666;
	border-bottom:#CCCCCC solid 0px;
	}

#global-sub-nav a {
	color:#444;
	font:bold 11px Arial;
	line-height:30px;
	}

#global-sub-nav a:hover,
#global-sub-nav a.on {
	color:#f30;
	text-decoration:none;
	}

#main-col {	
}
#main-col .post-content {	padding:0px 10px;

}









#ddimagetabs{
}

#tabcontentcontainer{
width: inherit; /*width of 2nd level content*/
height:25px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
width:inherit; /*width of 2nd level content*/
height:25px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}


table {border-collapse:collapse}


#table-container {padding-left:0px;}

#left-col {width:100%}
#right-col {width:175px; background:#383838;}


#post-header {	background-color:#FFFFFF; background:url(../../../test/olivier/weblogs/templates/orangeBlue/images/header_bg11.gif) repeat-x ; width:100%; 
}
#post-header h1 {
}
#post-trackback { text-align: right;}
#post-trackback a {color:#f30}
#post-entry {padding:10px; width:100%;}

#box-header {	background:url(../../../test/olivier/weblogs/templates/orangeBlue/images/header_bg2.gif) repeat-x #f30; width:100%; height:19px
}

.fav_dtl li {
background:url(../../../test/olivier/weblogs/templates/orangeBlue/images/i_cd.gif) no-repeat 0px 2px;
	height:12px;
	line-width:100%;
	float:top;
	color:#444;
	font:bold 11px Arial;
	padding:0px 15px;
	}
.fav_dtl li:hover { background-color:#00cc33
	}
	
.fav_dtl li .1 {background-color:#999999}
.fav_dtl li .2 {background-color:#444444}
.fav_dtl_ctnr {background-color:#FFFFFF}

table {border:0px}

.box {border:0px solid #fff; padding:0px; margin:0px; border-collapse:collapse}
.box_tl{ width:20px;height:28px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/box_tl.png', sizingMethod='image');}
.box_t{ width:100%; height:26px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/box_t.png', sizingMethod='scale'); font-size:15px; font-weight:bold;white-space: nowrap; vertical-align:bottom}
.box_tr{ width:25px;height:28px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/box_tr.png', sizingMethod='image	');}

.box_cl{ width:8px;height:17px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/box_cl.png', sizingMethod='scale');}
.box_c{ width:100%; height:17px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/box_c.png', sizingMethod='scale');}
.box_cr{ width:13px;height:17px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/box_cr.png', sizingMethod='scale');}

.box_bl{ width:8px;height:17px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/box_bl.png', sizingMethod='image');}
.box_b{ width:100%; height:17px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/box_b.png', sizingMethod='scale');}
.box_br{ width:13px;height:17px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/box_br.png', sizingMethod='image');}

.ibox {border:0px solid #fff; padding:0px; margin:0px; border-collapse:collapse}
.ibox_tl{ width:24px;height:10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/ibox_tl.png', sizingMethod='image');}
.ibox_t{ width:100%;height:10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/ibox_t.png', sizingMethod='scale');}
.ibox_tr{ width:31px;height:10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/ibox_tr.png', sizingMethod='image');}

.ibox_cl{ width:24px;height:13; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/ibox_cl.png', sizingMethod='scale');}
.ibox_c{ width:100%; height:13px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/ibox_c.png', sizingMethod='scale'); color:#000}
.ibox_cr{ width:24px;height:13; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/ibox_cr.png', sizingMethod='scale');}

.ibox_bl{ width:24px;height:13px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/ibox_bl.png', sizingMethod='image');}
.ibox_b{width:100%;height:13px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/ibox_b.png', sizingMethod='scale');}
.ibox_br{ width:24px;height:13px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/skin_white/ibox_br.png', sizingMethod='image');}


.toolbar{background:url(audio_hl.jpg) repeat-y left #632100; color:#FFFFFF; border: 1px 1px 0px 1px solid #fff; padding:0px; font-size:12px; font-weight:bold; width:100%; line-height:20px}
.info{background:url(audio_hl.jpg) repeat-y left #632100; color:#FFFFFF; border: 1px 1px 0px 1px solid #fff; padding:0px; font-size:12px; font-weight:bold;margin:0 auto;width:100%;}

.hdr_bar { height:25px;width:100%;background-color:#a7ff41;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/header_bar.png', sizingMethod='scale');
line-height:25px; text-indent:10px; border-style: solid; border-width: 1px 1px 0px 1px; border-color: #fff;color:#fff
}
.nav_tree {background-color:#f4f4f4; width:165px;height:100%;float:left}
.audio_lib_ctnt {background-color:#f33;height:100%; float:left; border-right:solid 1px #aaa}
.search{ margin-top:3px;float:right;width:24px;height:13px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='weblogs/templates/orangeBlue/images/search.png', sizingMethod='image');}

.forumlines {border: 0px 1px 0px 1px #666 solid; border-top-width:0px; border-bottom-width:0px; padding:10 15px}
.mw {border: 0px 1px 0px 1px #666 solid; border-top-width:0px; border-bottom-width:0px;}
.postauthor {font: 22px bold; color:#f30}

