@charset "utf-8";

@import url(mouseovers.css);
@import url(background.css);
@import url(favorites.css);
@import url(footer.css);
@import url(leftcolumn.css);
@import url(menu.css);
@import url(team.css);
@import url(redacteur.css);
@import url(monthly.css);
@import url(profile.css);
@import url(about.css);
@import url(tips.css);
@import url(post.css);
@import url(quicklinks.css);
@import url(replies.css);
@import url(respond.css);
@import url(rightcolumn.css);
@import url(scrolloffame.css);
@import url(starrating.css);
@import url(tags.css);
@import url(studietips.css);
@import url(promogames.css);

.ColumnWrapper
{
	clear: both;
	padding-left: 40px;
}

.Content
{
	margin: 0px auto 0px auto;
	overflow: hidden;
	width: 1003px;
}

.DEVELOPMENT
{
	background-color: #FFFF00;
	border: 1px solid black;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

.DEVELOPMENTLINK
{
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

/* MODAL POPUP */

.ModalPopupBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalPopup {
	width: 350px;
	height: 150px;
	background-image: url(../images/panel_background.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
}

.PanelBody
{
	width: 300px;
}

/* Added H1 tags to imagelabel.ascx to improve SEO */
.ImageLabelH1
{
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
	visibility: collapse;
	display: none;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
}
h2
{
    font-size: 10pt;
}

/* Search control */
.SearchOption
{
    display: inline-block;
    height: 90px;
}
.searchcontrol .txtbox
{
    font-size: 9pt;
    color: #bbb;
    padding: 4px 5px 6px 5px;
    height: 12px;
    width: 230px;
    border: solid 1px #ccc;
    background: White url(../images/logo-bing.png) no-repeat 170px top;
    font-style: italic;
    font-family: Arial;
}
.searchcontrol .txtbox.active
{
    font-size: 8pt;
    color: Black;
    font-style: normal;
}
.searchcontrol .btnSearch1
{
    bordeR: solid 2px white;
    position: absolute;
    margin: 2px 0 0 -26px;
}

.SearchOrderText
{
    font-weight: bold;
    margin-bottom: 8px;
}

/* IE8 Download */
#ie8popup
{
    margin: -90px 0 0 35px;
}
.PopupText
{
     font-family:Segoe UI, Segoe, Verdana;
     font-size:13px;
     font-style:normal;
     color:#000;
     text-align:left;
     padding: 0px 0 0 7px;
     float:left;
}
#TopText
{
	width:210px;
}
#closeButton
{
	font-family:Segoe UI, Verdana; 
	font-size:14px; 
	color:#006699; 
	float:right; 
	cursor:pointer; 
	margin-right:22px; 
	margin-top:5px;
}
#IE8DowlloadPopup
{
	float:right; 
	display:none;  
	position:absolute; 
	z-index:8; 
	background-image: url('../images/popup_empty2.png'); 
	background-position:0 0; 
	background-repeat: no-repeat; 
	width:245px; 
	height:200px;
	margin: -125px 0 0 35px; 
	padding:0 0 0 10px;	
}
#IE8Download
{
	float:right; 
	background-color:#ffffff; 
	display:block; 
	position:absolute; 
	z-index:10;  
	margin:0px 0 0 0; 
	padding:0 0 0 0;
	width:256px;
	height:55px;	
}