@charset "utf-8";
/* CSS Document */
/* Developed by: Dalplus Technologies
** Author : Cristopher C. Selga
** Project: BICTA Website
** Date: March 26, 2010
*/




 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	/*background-color: #A70E13;*/
	background-image:url(../images/bg.jpg);
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #A9A9A9;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #E5e5e5;
	scrollbar-darkshadow-color: #CCCCCC;
	/*background-image:url(../images/BlkGalaxySmall.jpg)*/
}

.imgPlacer {
	background-image:url(../images/index_02.gif);
	width:434px;
	height:81px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
}

/* tooltip styling. by default the element to be styled is .tooltip  */

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}


.iconSpacer {
	background-image:url(../images/spacer.jpg);
	width:2px;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited {
	color : #dcc56b;
	text-decoration:none;
}
a:hover		{
	color : #ffffff;
	text-decoration:underline;
}
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: #e1e2e2; border: 3px #a9a9a9 solid; height:150px;}

/* 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: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  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/index_02.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: Georgia, "Times New Roman", Times, serif;
			text-decoration: none; line-height : 120%; color : #dcc56b;
}


/* General text */
.gen { font-size : 13px; }
.genmed { font-size : 15px; color:#dcc56b; }
.gensmall { font-size : 13px; }
.date	{ font-size : 12px; }
.gensmall {
	color : #dcc56b;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.gen,a.genmed,a.gensmall { color: #FFFFF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000 }
/* Date */
.date {
	color : #dcc56b;
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: underline; color : #0784ea; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #666699; }
a.cattitle:hover{ text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #0787ea; }
a.forumlink 	{
	text-decoration: underline;
	color : #0787ea;
}
a.forumlink:hover{ text-decoration: none; color : #000000; }


/* 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: none; }


/* 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: none; 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 : #000000 }
a.postlink:visited { text-decoration: none; color : #000000; }
a.postlink:hover { text-decoration: none; color : #FF0604}


/* 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dcc56b;
	letter-spacing: -1px;
}
a.copyright		{
	color: #dcc56b;
	text-decoration: none;
}
a.copyright:hover { color: FFFFFF;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-color : #CCCCCC;
}

/* 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-image:url(../images/search_button.png);*/
	width:32px;
	height:32px;
	border:0px;
	}

/* 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");*/
.genmed {
	color : #dcc56b;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
} 
.genlarge {
	color : #dcc56b;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
} 
.genred {
	color : #FF0000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
} 
/* This is the border line & background colour round the entire page */
.borderline	{ background-color: #FFFFFF; border: 1px #494949 solid; }

.gen { color : #000000;  } 

/* IMAGE PLACE HOLDER */
#divMoon {
	position:absolute;
	left:980px;
	top:45px;
	width:300px;
	height:94px;
	layer-background-color:#000;
	border:1px none #000000;
	z-index:3;
}
/* IMAGE PLACE HOLDER */
#divRays {
	position:absolute;
	left:0px;
	top:0px;
	width:1270px;
	height:328px;
	background-image:url(../images/rays.png);
	z-index:0;
}


#divFlash {
	position:absolute;
	left:450px;
	top:95px;
	width:800px;
	height:600px;
	layer-background-color:transparent;
	border:1px none #000000;
	background-color:transparent;
	z-index:0;
}

#divLogo {
	position:absolute;
	left:9px;
	top:101px;
	width:200px;
	height:93px;
	layer-background-color:#000;
	border:1px none #000000;
	z-index:1;
}

#divWhiteLine {
	position:absolute;
	width:680px;
	height:2px;
	left:0px;
	top:110px;
	z-index:auto;
}
#divBlackLine {
	position:absolute;
	width:680px;
	height:4px;
	left:-0px;
	top:113px;
	z-index:auto;
}
#divWhiteLine2 {
	position:absolute;
	width:680px;
	height:2px;
	left:0px;
	top:600px;
	z-index:auto;
}
#divBlackLine2 {
	position:absolute;
	width:680px;
	height:4px;
	left:-0px;
	top:605px;
	z-index:auto;
}
#divNavBar {
	position:absolute;
	left:9px;
	top:268px;
	z-index:40;
}

#divOurObjective {
	position:relative;
	width:455px;
	height:40px;
	left:5px;
	top:120px;
	z-index:1;
}

#divStructures {
	position:absolute;
	width:148px;
	height:40px;
	left:112px;
	top:120px;
	z-index:auto;
}

#divTheCommittees {
	position:absolute;
	width:148px;
	height:40px;
	left:219px;
	top:120px;
	z-index:auto;
}

#divNominations {
	position:absolute;
	width:148px;
	height:40px;
	left:326px;
	top:120px;
	z-index:auto;
}

#divTheCategories {
	position:absolute;
	width:148px;
	height:40px;
	left:433px;
	top:120px;
	z-index:auto;
}

#divCriterias {
	position:absolute;
	width:148px;
	height:40px;
	left:540px;
	top:120px;
	z-index:auto;
}

#divRoyalPatronAward {
	position:absolute;
	width:148px;
	height:40px;
	left:5px;
	top:440px;
	z-index:auto;
}

#divBenefits {
	position:absolute;
	width:148px;
	height:40px;
	left:5px;
	top:440px;
	z-index:auto;
}

#divPrizes {
	position:absolute;
	width:148px;
	height:40px;
	left:5px;
	top:440px;
	z-index:auto;
}


#divCounter {
	position:absolute;
	width:148px;
	height:40px;
	left:5px;
	top:440px;
	z-index:auto;
	
}

#divNews {
	position:absolute;
	left:10px;
	top:160px;
	width:673px;
	height:230px;
	layer-background-color:#000;
	filter:alpha(opacity=50);
	border:1px none #000000;
	z-index:1;
	font-family:"Tahoma";
	color:#FFF;
}
.clean-gray{
border:solid 1px #DEDEDE; 
background:#000;
color:#22222;
padding:10px;
text-align:left;
width:260PX;


}

.transparent_class {
	background-color:#000;
	filter:alpha(opacity=10);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.60;
}

/** POPUP **/
.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}


#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background-image:url(../images/bg.jpg);
	padding:20px;
	border: 15px solid #ddd;
	float: left;
	font-size: 12px;
	color:#dcc56b;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}



/*-- BOX -



/* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(../images/img.php.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:335px !important; /* IE Win = width - padding */
      width: 320px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto;
	 
	  }
	  

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top right;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:5px; /* interior-padding right */ 
      padding:15px 0 15px 40px} /* mirror .cssbox_head right/left */

