/* 1-GENERAL SETTINGS */

/* 1.1 General elements */
BODY {
	background-color: #369;
	background-image: url("img/bg_top.png");
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
}

table.TableUserInfo td {
  padding: 3px 0px;
}

.TableRowBorder td {
  border-bottom: 1px solid #fff;
  word-wrap: break-word;
}

input, select, input.FormTextField, select.FormTextField, textarea {
  font-family: Verdana;
  font-size: 11px;
  color: #fff;
  background-color: #333;
  border: 1px solid #666;
}

.FormButton {
  font-family: Verdana;
  font-size: 11px;
  color: #CCC;
  background-color: #333;
  border: 1px solid #666;
}


/* 1.2 Links */
A, A:link, A:visited {
	color: #36D;
	text-decoration: none;
}

A:hover {
	color: #fff;
}

A.link2, A.link2:link, A.link2:hover, A.link2:visited {
	text-decoration: none;
}

/* 1.3 Containers */
#container {
	margin: 0px auto;
	width: 1024px;
	word-wrap: break-word;	/* proprietary IE stuff = bad, but easy... */
}

#main-container {
	max-width: 1024px;
	text-align: left;
}

/* 1.4 Misc */
.clear {
	clear: both;
}

.clear1 {
	font-size: 1px;
	height: 1px;
}


/* 2-CONTENT BOXES */

/* 2.1 Standard content box */
.contentbox {
	margin-bottom: 18px;
}

.contentbox .boxtitle {
	color: #fded4b;
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana;
}

.contentbox .title {
	color: #36D;
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana;
	margin-left: 7px;
}

/* 2.2 Content box components */
/* 2.2.1 Header component */
.boxtop {
	margin: 0px 0px 13px 0px;
}

/* 2.2.2 Meta component */
.boxmeta {
	font-size: 10px;
	margin-top: 0.8em;
}

/* Meta blocks */
.boxmeta .boxmeta_l {
	background: url("img/h15box_r.png") no-repeat;
	float: right;
	width: 5px;
	height: 15px;
}

.boxmeta .boxmeta_m {
	background-color: #000;
	padding: 1px 5px;
	height: 13px;
	float: right;
}

.boxmeta .boxmeta_r {
	background: url("img/h15box_l.png") no-repeat;
	float: right;
	width: 5px;
	height: 15px;
}

/* Meta links */
.boxmeta A, .boxmeta A:link, .boxmeta A:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.boxmeta A:hover {
	text-decoration: underline;
}

/* 2.2.3 Block splitting components */
.boxsplit {
	max-width: 514px;
	margin-top: 1em;
}

.boxsplit .split_l {
	float: left;
	padding-right: 8px;
	border-right: 1px solid #666;
}

.boxsplit .split_r {
	float: left;
	padding-left: 8px;

}

/* 2.2.4 Comment components */
.comment {
	margin: 5px 0px;
}

.commentmeta {
	color: #36D;
	font-size: 0.7em;
}

.comment_sep {
	background: url("img/comment_sep.png") no-repeat;
	height: 1px;
	width: 100%;
	margin: 7px 0px;
}


/* 2.3 Black rounded-corner box */
.bl-black {
	background: url("img/bl-black.png") 0 100% no-repeat #000;
}

.br-black {
	background: url("img/br-black.png") 100% 100% no-repeat;
}

.tl-black {
	background: url("img/tl-black.png") 0 0 no-repeat;
}

.tr-black {
	background: url("img/tr-black.png") 100% 0 no-repeat;
	padding: 5px;
}

/* 2.4 Blue rounded-corner blox */
.bl-blue {
  background: url("img/bl-blue.gif") 0 100% no-repeat #95ACC3;
}

.br-blue {
  background: url("img/br-blue.gif") 100% 100% no-repeat;
}

.tl-blue {
  background: url("img/tl-blue.gif") 0 0 no-repeat;
}

.tr-blue {
  background: url("img/tr-blue.gif") 100% 0 no-repeat;
  padding: 5px;
}

/* 3-COLUMN SPECIFIC COMPONENTS */

/* 3.1 Header */
#header {
	width: 1024px;
	max-width: 1024px;
	text-align: center;
	height: 190px;
}

#logo {
	width: 570px;
	height: 140px;
	background: url("img/campushec_logo.png") top left no-repeat;
}

#tabs {
	width: 570px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

#tabs img {
	border: 0px;
}

#header .left {
	/*background-image: url("img/coincoin.png"); */
	background-position: 30% 100%;
	background-repeat: no-repeat;
	height: 190px;
}

.contenttop {
  background: url("img/190boxtop.png") 50% 0 no-repeat;
  text-align: left;
  font-size: 11px;
  color: #006;
  padding: 30px 8px;
  width: 177px;
  height: 130px;
}

/* 3.2 Left */
.left {
	width: 222px;
	float: left;
}

.left .contentbox {
	width: 202px;
}

.left .contentbox .box_h {
	height: 15px;
	background: url("img/202box_bg_h.png") no-repeat;
}

.left .contentbox .box_m {
	padding: 1px 18px;
	margin: 0;
	background: url("img/202box_bg_m.png") repeat-y;
}

.left .contentbox .box_f {
	height: 19px;
	background: url("img/202box_bg_f.png") no-repeat;
}

/* 3.3 Main/middle column */
.main {
	width: 570px;
	float: left;
}

.main .contentbox {
	width: 550px;
}

.main .contentbox .box_h {
	height: 15px;
	background: url("img/550box_bg_h.png") no-repeat;
}

.main .contentbox .box_m {
	padding: 1px 18px;
	margin: 0;
	background: url("img/550box_bg_m.png") repeat-y;
}

.main .contentbox .box_f {
	height: 19px;
	background: url("img/550box_bg_f.png") no-repeat;
}

/* 3.4 Right column */
.right {
	width: 232px;
	float: left;
}

.right .contentbox {
	width: 232px;
}

.right .contentbox .box_h {
	height: 15px;
	background: url("img/232box_bg_h.png") no-repeat;
}

.right .contentbox .box_m {
	padding: 1px 18px;
	margin: 0;
	background: url("img/232box_bg_m.png") repeat-y;
}

.right .contentbox .box_f {
	height: 19px;
	background: url("img/232box_bg_f.png") no-repeat;
}


/* 4-MODULE-SPECIFIC */

/* 4.1 Rumeuroscope */

.rumeur {
	height: 500px;
	width:194px;
	overflow:auto;
	padding:1px;
	scrollbar-3dlight-color: #333;
	scrollbar-arrow-color: #CCC;
	scrollbar-base-color: #333;
	scrollbar-face-color: #333;
	scrollbar-track-color: #333;
	scrollbar-darkshadow-color: #333;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #333;
}

.rumeur p {
	margin: 0 0 0.6em 0;
}

.rumeur .rumeur_sep {
	color: #36D;
	font-weight: bold;
}

/* 5-BB-CODE RELATED */
.bb-img, .bb-img-left, .bb-img-right {
  margin: 3px;
  width: 130px;
}

.bb-img-left {
  float: left;
}

.bb-img-right {
  float: right;
}

.bb-right {
  text-align: right;
  display: block;
}

.bb-left {
  text-align: left;
  display: block;
}

.bb-center {
  text-align: center;
  display: block;
}

.bb-quote, .forum .quote {
 	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	line-height: 1.4em;
}
