@font-face
{
    font-family: Timeline;
    src: url(/myFrame/css/font/Timeline.ttf);
}

@font-face
{
    font-family: BebasNeue;
    src: url(/myFrame/css/font/BebasNeue.otf);
}

a:link
{
	color:#333;
	/*background-color:#D8EDC0;*/
	text-decoration:none;
}

a:visited
{
	color:#333;
	/*background-color:#E0E0E0;*/
	text-decoration:none;
}

a:focus
{
	color:#6aab44;
	text-decoration:none;
}

a:hover
{
	/*background-color:#DAEDC2;*/
	text-decoration:underline;
}

a:active
{
	color:#AA0000;
	text-decoration:underline;
}

a.newsLine:link, a.newsLine:visited, a.newsLine:hover, a.newsLine:active,
a.fileLine:link, a.fileLine:visited, a.fileLine:hover, a.fileLine:active
{
	background-color:transparent;
}

a.subBtn, div.subBtn
{
	display:block;
	text-align:center;
	margin:2px;
	padding:2px;
	
	font-family:Helvetica;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	
	border-style:solid;
	border-width: 2px;
	
	background-color:#2F5C8A;
	border-top-color: #8CBCED;
	border-right-color: #446180;
	border-bottom-color: #123152;
	border-left-color: #4986C4;
}

a.subBtn:hover, div.subBtn:hover, div.subBtn.hover
{
	margin:2px;
	padding:2px;
	
	cursor:pointer;
	
	border-style:solid;
	border-width: 2px;
	
	background-color:#598ABD;
	border-top-color: #123152;
	border-right-color: #4986C4;
	border-bottom-color: #8CBCED;
	border-left-color: #446180;
}

body, html
{
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}

html {
	overflow-y:scroll;
}

body
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
 	background: #c3c3c3 url(pics/bg.png) repeat-x;
 	/*background:linear-gradient(90deg, #E2EDD5, #44692D 50%, #E2EDD5);
 	background:-webkit-linear-gradient(0deg, #E2EDD5, black 50%, #E2EDD5);*/
}

h1, h2, h3, h4
{
	font-family: BebasNeue;
	color: #333333;
	margin-bottom:0;
	padding-bottom:0;
}

h1
{
	/*font-style: italic;*/
}

p
{
	/*margin-top:0;*/
	margin: 5px;
	padding-top:0;
}

hr
{
	margin-top:0.2em;
	margin-bottom:0.2em;
	padding:0;
	border-top:1px solid black;
	border-bottom:0;
	border-left:0;
	border-right:0;
}

blockquote
{
	display:block;
	padding:13px 0px 0px 45px;
	border-left: #ccc 2px solid;
	background:url(/myFrame/css/pics/bq.png);
	background-repeat:no-repeat;
	background-position:left center;
	min-height: 32px;
}
	blockquote p
	{
		margin:0px;
		padding:0px;
	}
	
td, tr
{
	color:#000;
	background-color:#fff;
 	background:linear-gradient(180deg, #fff, #eee);
 	background:-webkit-linear-gradient(top, #fff, #eee);
}

td:hover
{
	cursor:auto;
}

#title
{
	box-shadow: 10px 10px 10px #333;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background:url(/myFrame/return_request/title.php);
	background-repeat:repeat-x;
	background-color:#000;
	margin-top:16px;
	height:197px;
	position: relative;
	/*border-bottom:1px solid black;*/
}
	
	#titleLogo
	{
		background-repeat:no-repeat;
		height:120px;
	}
	
	#titleright
	{
		float:right;
		background-repeat:no-repeat;
		width:10px;
		height:120px;
	}
	
	#logincontrol
	{
		float:right;
	}

#main
{
	/*clear:both;*/
	position:relative;
	text-align:left;
	padding-top:0em;
	padding-bottom:2em;
	margin:0;
	margin-top:15px;
	margin-bottom:30px;
	min-height:600px;
	display:block;
	
	background: url(pics/mainBg.png);
	background-repeat:no-repeat;
	background-color:#fff;
	border-radius: 24px;
 	/*background:linear-gradient(180deg, #000, #ddd 190px, #fff 500px);
 	background:-webkit-linear-gradient(top, #000, #ddd 190px, #fff 500px);*/
}

.mainTitle
{
	font-family: BebasNeue;
	height:35px;
	font-size: 3em;
	padding-left: 30px;
	color: #333;
	/*text-transform: uppercase;
	font-weight: bold;
	height: 41px;
	font-family: monospace;
	margin-bottom: 10px;*/
	padding-top: 6px;
	clear:left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dbPost .mainTitle
{
	border-top-left-radius:23px;
	height:35px;
	width:455px;
	background-color: 6aab44;
	padding-left: 16px;
	margin-left: 16px;
	margin-bottom: -16px;
	margin-top:16px;
	font-size:2.5em;
}

.post
{
	float:left;
	position:relative;
	width: 470px;
	margin: 16px 0px 32px 16px;
	border-left: 1px solid #f3f3f3;
	box-shadow: 10px 10px 10px #eee;
}

.noteContent
{
	padding:1em 0px 0.5em 0px;
	border-left: 1px solid #f3f3f3;
	box-shadow: 10px 10px 10px #eee;
}

.noteContent p, .noteContent h1, .noteContent h2, .noteContent h3
{
	margin:2px 5px 2px 5px;
}

.postMeta
{
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #333;
	font-size: 0.9em;
	background: #f3f3f3;
}

	.postMeta span
	{
		padding: 4px;
	}
	
	.postDate
	{
		float:right;
	}
	
	.postAuthor
	{
		float:left;
	}

.postBottom
{
	border-top:1px solid #f3f3f3;
	width: calc(100% - 10px);
	height:20px;
	padding: 2px 5px 2px 5px;
    clear: both;
}

	.postBottom a
	{
		position:absolute;
		bottom:4px;
	}

a.postLink:link
{
	position:absolute;
	display:block;
	margin-top:2px;
	width: 340px;
	white-space: nowrap;
	overflow: hidden;
	height:20px;
}

.fb-like, .fb-like span > .fb-line iframe
{
	position: absolute !important;
	right:5px;
	bottom:2px;
	z-index:0 !important;
}

#newsBoxRight
{
	background: url(pics/boxBarbg.png);
	background-repeat:repeat-x;
	background-color:#fff;
	border-radius: 24px;
	
	position:absolute;
	width: 200px;
	/*height: 280px;*/
	min-height:100px;
	max-height:600px;
	margin-left: 854px;
	padding-bottom:20px;
}
	.newsBoxContent
	{
		word-wrap: break-word;
		padding: 0px 5px 0px 5px;
	}
	

	.newsPost
	{
		height:80px;
		/*border-bottom:2px solid #6aab44;*/
		margin-bottom:5px;
		margin-top:5px;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	.newsPost h1,.newsPost  h2,.newsPost  h3
	{
		margin-top:0px;
		height:21px;
		white-space:nowrap;
		max-width: 100%;
		overflow: hidden;
	}
	
	.newsPost h1.alt, .newsPost h2.alt, .newsPost h3.alt
	{
		color:#6aab44;
	}
	
	.newsBoxContent span.divide
	{
		border-top:2px solid #6aab44;
		display:inline-block;
		text-align:center;
		width:100%;
		color:#333;
		font-size:0.8em;
		background-color:#f3f3f3;
		margin: -2px 0px 0px -5px;
		padding-right: 10px;
	}
	
	.boxTitle
	{
		font-family:BebasNeue;
		text-align:center;
		padding-top:15px;
		color:#333;
		font-size:2.5em;
		width:100%;
		height:35px;
	}
	
	.facebookTitle
	{
		background: url(pics/facebook.png);
		background-repeat:no-repeat;
		background-position:center, center;
		background-size:55%;
		color:transparent;	
	}
	
	.twitterTitle
	{
		background: url(pics/twitter.png);
		background-repeat:no-repeat;
		background-position:center, center;
		background-size:65%;
		color:transparent;
	}
	
	.externalLinks
	{
		position:absolute;
		top:0px;
		right:16px;
		height:32px;
	}
	
		.smallTwitter
		{
			background: url(pics/twitterSmall_white.png) no-repeat;
		    width: 32px;
		    height: 32px;
		    background-size: 32px;
		    display:inline-block;
		    padding-left:5px;	
		}
		
		.smallFacebook
		{
			background: url(pics/facebookSmall_white.png);
		    width: 32px;
		    height: 32px;
		    background-size: 32px;
		    display:inline-block;
		}
		
		.smallYoutube
		{
			background: url(pics/youtubeSmall_white.png);
		    width: 32px;
		    height: 32px;
		    background-size: 32px;
		    display:inline-block;
		}
		
			.smallTwitter .innerText, .smallFacebook .innerText, .smallYoutube .innerText
			{
				display:none;
			}

@media all and (max-width: 1300px)
{
	#container
	{
		margin-left: 16px !important;
	}
	
	#newsBoxLeft
	{
		margin-left: 854px !important;
	}
	
	#newsBoxRight
	{
		margin-left: 1070px !important;
		padding-right:16px;
	}
}

#newsBoxLeft
{
	position:absolute;
	width: 200px;
	margin-left: -216px;
}

.shoutBox
{
	display:inline-block;
	background: url(pics/boxBarbg.png);
	background-repeat:repeat-x;
	background-color:#fff;
	border-radius: 24px;
	
	width: 200;
	min-height:100px;
	max-height:500px;
	padding-bottom:20px;
	margin-bottom:20px;
}

	.rightCol
	{
		margin-top: 65px;
    	float: right;
		width: 340px;
		overflow-x:hidden;
		overflow-y:visible;
		z-index:1;
	}

	.leftCol
	{
		float:left;
		width:50%;
	}

	.startCol
	{
		float:left;
		width:570px;
		padding:0 5px 0 5px;
		text-align:center;
	}
	
	.startCol .dbPost h3
	{
		text-align:left;
		margin-bottom:0px;
	}
	
	.startCol .dbPost .comment
	{
		display:block;
		text-align:left;
	}
	
	.startCol a.thumbnail img
	{
		max-width:100%;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.startCol p,h1,h2,h3
	{
		text-align:left;
	}
	
	.newsCol
	{
		float:right;
		width:330px;
		padding:0 10px 0 20px;
		margin-top:10px;
		border-left: #666 1px dashed
	}
	
		.newsCol h3
		{
			margin-bottom: 0px;
		}
	
	.aRight
	{
		text-align: right;
	}
	
	.aLeft
	{
		text-align: left;
	}
	
	.aCenter
	{
		text-align: center;
	}

.comment
{
	font-style:italic;
	color:#444;
}

.thumbsHolder
{
}

.thumbElement
{
	float:left;
	
	padding:5px;
	margin:2px;
	border:solid 1px #ddd;
	
	text-align:center;
}

.registerLink
{
	display:inline-block;
}

.redText {
	color:red;
	background: url(pics/shader_000_75.png);
}

.testFail {
	display:block;
	min-height:1em;
	min-width:1em;
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

.blockLabel.small {
	float:left;
	width:5em;
	padding-top:0.5em;
}

.blockLabel {
    display:inline;
    line-height: 2em;
}

.blockLabel:before
{
    content:"\a";
    white-space: pre;
}

.blockLabel2 {
	display:block;
	float:left;
	padding-top:0.5em;
}

.checkBoxLabel{
	display:inline-block;
	margin-top:0.5em;
}

.checkBox {
	display:inline-block;
	padding:0px;
	margin:0px;
}

.inputText
{
    position:absolute;
    display:inline-block;
    left:11em;
    width:14em;
}

input[type="checkbox"].inputText
{
	width:15px;
	height:15px;
}

.submitBtn {
	display:inline-block;
	margin:0px;
	padding:0px;
}

.inputFile {
	margin-bottom:0.5em;
}

.fSet {
	width:25em;
	padding:0.2em;
	margin:0.2em;
}

.floatR, .right {
	display:block;
	float:right;
}

.floatL, .left {
	float:left;
}

.clear {
	clear:both;
}

.clearR {
	clear:right;
}

.clearL {
	clear:right;
}

.centerText {
	text-align:center;
}

.bigText {
	font-size:1.5em;
}

.languageFieldSet
{
	width:35em;
}

.generalFieldSet.small
{
	width:25em;
}

.generalFieldSet
{
	width:30em;
}

.generalSubmitBtn
{
	margin-top:0.5em;
	margin-right:1em;
}

.note
{
	border:dashed 1px #01458A;
	margin:1em;
	padding:0.2em;
}

.noteHead
{
	margin-left:auto;
	margin-right:auto;
}

.srcCurrPage
{
	font-weight:bold;
}

/*
.XHRloader
{
	position:absolute;
	z-index:100;
	
	display:block;
	height:16px;
	width:16px;
	margin:0px;
	
	background:url(../css/pics/loader.gif);
	background-repeat:no-repeat;
}
*/
.placer span
{
	display:none;
}

input.formLink
{			
	display:inline;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	background-color:#ddd;
	color:#000;
	
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
}

.formLink:hover
{
	cursor:pointer;
	background-color:#000;
	color:#fff;
	text-decoration:none;
}

.thumbsHolder .hrefForm div
{
	margin-top:1em;
}

.col_1_4
{
	float:left;
	width:23%;
	padding:0 1% 0 1%;
}

/*
.allTables .td.FileType
{
	width:5em;
}

.allTables .td.Folders
{
	width:5em;
}

.allTables .td.Files
{
	width:5em;
}

.allTables .td.RoleTypeID
{
	width:5em;
}

.allTables .td.Date
{
	width:15em;
}

.allTables .td.Bytes
{
	width:5em;
}

.allTables .td.Filename
{
	width:15em;
}

.allTables .td.Title
{
	width:15em;
}
*/
/*.Register
{
	width:300px;
	padding:10px;
}*/

.Register #captcha
{
	margin-left:105px;
}

.orderBox
{
	position:relative;
	display:inline-block;
	overflow:hidden;
	width:300px;
	border:5px solid #5F855F;
	padding-top:5px;
	padding-bottom:5px;
}

	.orderBox.active
	{
		border:5px solid #AD0000;
	}
	
	.orderBox.passive
	{
		border:5px solid #5F855F;
	}

.orderBox .orderElement
{
	cursor:move;
	width:300px;
	height:18px;
	padding-top:2px;
	padding-bottom:2px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

	.orderBox .orderElement.active
	{
		color: #fff;
		background: url(pics/shader_000_75.png);
	}
	
	.orderBox .orderElement.passive
	{
		color: #000;
		background: none;
	}

/*.floater
{
	z-index:7;
	position:absolute;
	top: 140px;
    left: 50%;
    margin-left:-380px;
    width:760px;
	
	background-color:#fff;
	border:2px #333 solid;
}

.wideFloater
{
	z-index:6;
	position:absolute;
	top: 140px;
	left: 1%;
    width: 98%;
	
	background-color:#fff;
	border:2px #333 solid;
}*/

fieldset
{
 	background:linear-gradient(180deg, #fff, #eee);
 	background:-webkit-linear-gradient(top, #fff, #eee);
	border-radius: 7px;
	border: #eee 1px solid;
}

.editHTML fieldset
{
	padding: 10px;
    margin: 10px;
    min-width: 27em;
    display: block;
}

fieldset.centered
{
	display:block;
	margin:10px;
}

	legend
	{
		color: #fff;
		font-weight: bold;
		background-color: #6AAB44;
		border-top: #6AAB44 1px solid;
		border-radius: 5px;
		padding: 2px 5px 2px 5px;
	}

div.killer
{
	width:10px;
	height:10px;
	float:right;
}

div.killer:hover
{
	cursor:pointer;
}

.lineBox .Title
{
	display:inline-block;
	overflow: hidden;
	white-space: nowrap;
	
	text-align:right;
	
	width:140px;
	height:15px;
	padding-right:5px;
}

.lineBox .Value
{
	display:inline-block;
	overflow: hidden;
	white-space: nowrap;
	
	width:150px;
	height:15px;
	padding-left:5px;
}

.Box
{
	margin:10px;
	display:inline-block;
	text-align: left;
	width:500px;
	
 	background:linear-gradient(180deg, #fff, #eee);
 	background:-webkit-linear-gradient(top, #fff, #eee);
}

	.boxContent
	{
		padding:10px;
		
		border-color:#E3E3E3;
		border-style:solid;
		border-width:0px 1px 0px 1px;
	}

.lineBox
{
	margin:10px;
	display:inline-block;
	text-align: left;
	background-color: #fff;
}

	.lineHead
	{
		font-family:Helvetica;
		font-size:16px;
		font-style:italic;
		
		height:25px;
		padding:2px 5px 0 10px;
		
		color:#fff;
		background-color:#2F5C8A;
	}
	
	.lineFoot
	{
		color:#666;
		background-color:#E3E3E3;
		text-align:right;
	
		height:22px;
		padding:1px 5px 0 10px;
		
		border-color:#C4C4C4;
		border-style:solid;
		border-width:1px 0px 1px 0px;
	}

	.lineBox .row
	{
		border-color:#E3E3E3;
		border-style:solid;
		border-width:0px 1px 0px 1px;
		
		height:18px;
		padding:4px 0px 2px 0px;
		
		display: inline-block;
	}

	.lineBox .row:hover
	{
		background-color:#D5DBED;
	}
	
	.lineBox .alt
	{
		background-color:#E2EDD5;
	}
	
	.lineBox .lineInput
	{
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
	
		margin:0px;
		padding:0px;
		
		display:inline-block;
		background-color:#fff;
		
		border-color:#C4C4C4;
		border-style:solid;
		border-width:1px 0px 1px 0px;
	}

.altBG
{
	background-color:#E2EDD5;	
}

.altBG2
{
	background-color:#B3BEFF;	
}

.nomargin
{
	margin:0px;	
}

.fileLine
{
	text-align:center;
	display:block;
	width:250px;
}

.boxLine
{
	text-align:center;
	display:block;
	width:250px;
}

.newsLine
{
	display:block;
	width:300px;
	overflow:hidden;
	white-space: nowrap;
}

.fileBox .lineBox .lineFoot
{
	text-align: center;
}


.scrollSubBtn
{
	width: 100%;
	height: 2em;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: transparent;
	font-family: BebasNeue;
	font-size:1.2em;
	color: #6aab44;
	
	border:1px solid #ccc;
	
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
}

.scrollSubBtn:hover
{
	cursor:pointer;
	border-top-color: #aaa;
	border-left-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

.subBtn
{
	display:inline-block;
	margin:0;
	padding:0;
	
	font-family:Helvetica;
	font-size:12px;
	color:#fff;
	
	border-style:solid;
	border-width: 2px;
	
	background-color:#5c5c5c;
	border-top-color: #bcbcbc;
	border-right-color: #626262;
	border-bottom-color: #323232;
	border-left-color: #868686;
}

.subBtn:hover
{
	margin:0;
	padding:0;
	
	cursor:pointer;
	
	border-style:solid;
	border-width: 2px;
	
	background-color:#8b8b8b;
	border-top-color: #323232;
	border-right-color: #868686;
	border-bottom-color: #bcbcbc;
	border-left-color: #626262;
}

.submitField
{
	width:100%;
	text-align:right;
}

.MessageTextarea
{
	width:100%;
	height:250px;
}

.CommentTextarea
{
	width:100%;
	height:150px;
	resize:vertical;
}

.messageCaptcha
{
	width:350px;
	margin-left:auto;
	margin-right:auto;
	
}

.editHTML
{
	
}

.postAddEdit
{
	width:800px;
}

.srcBox .addBox
{
	margin:0px;
}

fieldset.srcBox, fieldset.addBox
{
	float:right;
	height:50px;
	border-radius: 0px;
	border: #eee 1px solid;
}

#entryview_holder fieldset.srcBox, #teamview_holder fieldset.srcBox, #userview_holder fieldset.srcBox,
#entryview_holder fieldset.addBox, #teamview_holder fieldset.addBox, #userview_holder fieldset.addBox
{
	margin-top:25px;
}

fieldset.addBox
{
	text-align:center;
}

fieldset.srcBox legend, fieldset.addBox legend
{
	text-align:right;	
}

.validateBox
{
	position: absolute;
    font-weight: bold;
    white-space: nowrap;
    z-index: 5;
    height: 16px;
    width: 16px;
    padding: 0px;
    overflow: hidden;
    background-image: url(pics/fail.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: transparent;
    color: transparent;
    padding: 2px;
    border: 2px dotted transparent;
    border-radius: 16px;
}

.validateBox:hover
{
	width: auto;
    color: #D95450;
    background-color: #fff;
    border-color: #D95450;
    height:16px;
    padding: 2px 5px 2px 25px;
}

.validateBox.open
{
	width: auto;
    color: #D95450;
    background-color: #fff;
    border-color: #D95450;
    height:16px;
    padding: 2px 5px 2px 25px;
}

.imageSelect
{
	display:block;
	min-width:90px;
	min-height:90px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}

.cookieDisclaimer
{
	visibility:hidden;
	position:fixed;
	background-image:url(pics/shader_000_50.png);
	color:#fff;
	text-align:center;
	top:0px;
	width:100%;
	z-index: 200;
}

a.profileImg
{
	width: 100%;
	width: auto !important;
	height: auto !important;
	display: inline !important;
}

a.profileImg img
{
	max-width: 100%;
	max-height: 315px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.shortTags a.hashtag
{
	display:inline-block;
	margin:1px 5px 1px 2px;
}

a.hashtag, a.mention
{
	font-weight:bold;
}

.profileUser
{
	font-size: 20px;
	font-family: BebasNeue;
	padding:2px;
}

.profileHomepage
{
	padding:2px;
	font-family: BebasNeue;
	font-size: 1.5em;
	margin: 10px 0px 0px 0px;
	display: block;
	overflow:hidden;
}

.profilePresentation
{
	display:block;
	padding:5px 2px 5px 2px;
}

.teamDate
{
	float:right;
}

div.DeveloperClass
{
	text-align:center;
	height:29px;
	box-shadow:none;
	border:none;
	font-size: 25px;
}

span.DeveloperClass
{
	display:inline-block;
	border-top:3px solid black;
	font-family: BebasNeue;	
	text-align:center;
	width:33.3%;
}

span.DeveloperClass.Artist
{
	float:left;
	color:#8E0000;
	border-color:#8E0000;
}

span.DeveloperClass.Designer
{
	position:absolute;
	left:33.4%;
	color:#18731B;
	border-color:#18731B;
}

span.DeveloperClass.Programmer
{
	float:right;
	color:#0066FF;
	border-color:#0066FF;
}

.post.Achievements, .post.Education, .post.EventRoles, .post.shortGames, .post.shortTags, .post.shortPartners, .post.postNote
{
	width: 300px;
	padding-bottom:5px;
	float:none;
	margin-top:0px;
	z-index:2;
	  /*float: right;
	  
	  margin-right: 21px;	*/
}
.post img
{
    max-width: 100%;
}
	.divList.news .post img
	{
	    display: block;
	    float: left;
	    clear: both;
	    max-height: inherit !important;
	}
	
	.post.shortPartners img
	{
		max-width:90%;
		display:inline-block;
	}
	
	.post.Achievements img
	{
		max-width:100px;
		display:inline-block;
	}
	
	.post.shortGames .img
	{
		display:inline-block;
		padding: 2px 0px 2px 7px;
	}

.post embed
{
	max-width:100%;
}

.divList
{
	position:relative;
}

.rightcol .divList
{
	width:300px;
	
	margin: 0px 0px 5px 16px;
	border-left: 1px solid #f3f3f3;
	box-shadow: 10px 10px 10px #eee;
}



.rightcol h2.inlineTitle
{
	background-color: #6aab44;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 302px;
	text-align: center;
	margin-left: 16px;
	height: 1.2em
	padding: 3px 0px 0px 0px;
}

.post h2.inlineTitle
{
	background-color: #6aab44;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}

.comments .divElement
{
	position:relative;
	height: inherit;
	border-top:3px solid #fff;
	/*overflow: auto;*/
}

.entrySubmission .divElement
{
	position:relative;
	height: inherit;
	border-top:3px solid #fff;
	height:150px;
	/*overflow: auto;*/
}

.divElement
{
	position:relative;
	height:90px;
	background: linear-gradient(to right, #fff , #EEE);	
	border-top:3px solid #fff;
}

	.divElement span.title, .divElement span.name 
	{
		position: absolute;
		bottom: -4px;
		left: 91px;
		font-family: BebasNeue;
		font-size: 2.5em;
		width: calc(100% - 96px);
		padding-left: 5px;
		background: url(pics/shader_fff_80.png);
	}
	
		.rightCol .divElement span.title, .rightCol .divElement span.name
		{
			font-size: 1.6em;
			left: 0px;
			padding-left: 5px;
			background: url(pics/shader_fff_80.png);
			overflow:hidden;
			width:calc(100% - 5px);
		}
	
	.divElement span.admin
	{
	  position: absolute;
	  bottom: 0px;
	  right: 2px;
	}
	
	.divElement span.members
	{
		position:absolute;
		top: 45px;
		left: 100px;
	}
	
	.divElement span.user
	{
		position: absolute;
		left: 0px;
		top: 95px;
		width: 90px;
		overflow: hidden;
		font-family: BebasNeue;
		font-size: 1.4em;	  
	}
	
	.divElement span.date
	{
	  top: 0px;
	  right: 5px;
	  position: absolute;
	  font-style: italic;
	  color:#444;
	  font-size: 0.8em;
	  z-index: 1;
	}
	
	.divElement span.comment
	{
		margin: 16px 6px 20px 106px;
		display: inline-block;
		font-style:normal;
		min-height:90px;
		color:#000;
	}
	
		.divElement span.commentTitle
		{
			font-family:BebasNeue;
			display: block;
			font-size: 1.5em;
		}
		
	.divElement span.img
	{
	  position: absolute;
	  top: 0px;
	  left: 0px;
	}
	
	.divElement span.removed
	{
		display: block;
		text-align:center;
		font-style: italic;
	}

.divElement .post.DeveloperClass
{
  margin: 0px;
  width: calc(100% - 100px);
  position: absolute;
  top: 40px;
  right: 2px;
  font-size: 1.4em;
}

.divElement .miniatureAchievements
{
  position: absolute;
  text-align: right;
  top: 0px;
  right: 2px;
  width: calc(100% - 92px);
  white-space: nowrap;
  overflow: hidden;
}

.divElement .miniatureAchievements img
{
	max-height:40px;
}

.teamLinkView_add
{
	position: absolute;
	left: calc(100% - 108px);
	top: -11px;
	width: 110px;
}

.teamLinkView_add fieldset
{
	border-radius:0px;
}

.teamLinkView_add legend
{
	text-align:right;
}

.approveTeamMember
{
  width: 100%;
  /*position: relative;
  top: -55px;*/
  text-align: center;
  background-color: #fff;
  border-color: red;
  font-weight: bold;
  padding: 2px;
}

form.handleTeamMember 
{
  padding: 0px;
  margin: 0px;
}

.handleTeamMember fieldset
{
  width: 100%;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  border-radius: 0px;
  text-align:center;
  background: linear-gradient(to right, #fff , #EEE);
  border-width: 0px;
  border-top-width: 2px;
  border-top-left-radius: 45px;
  border-top-right-radius: 10px;
  border-color: #6AAB44;
}

.handleTeamMember legend
{
  text-align:right;
}

.handleTeamMember button
{
  padding: 2px;
  margin: 0px 10px 10px 0px;
}

.handleTeamMember button:hover
{
  padding: 2px;
  margin: 0px 10px 10px 0px;
}

#teamview, #userview, #entryview
{
	clear:both;
}

.srcBoxResult
{
  right: 15px;
  z-index: 5;
  position: absolute;
  font-style: italic;
  top: -14px;
  font-size: 11;
}

.dateBox
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 24em;
}

.eventDates, .registerDates, .submitDates
{
	display:inline-block;
}

.dateLabel
{
	display:inline-block;
	width:10em;
}

.imgList
{
	text-align:center;
	margin:0px 0px 16px 0px;
}

.comments form
{
	margin:0px;
}

.comments fieldset
{
	width:inherit;
	border-radius:0px;
	margin:16px 0px 0px 0px;
	padding:1em 1em 2em 1em;
}

.comments legend
{
	text-align:right;
}

.comments .thumbnail img
{
	border-top-left-radius:16px;
}

.comments .removeBtn
{
	position:absolute;
	right:25px;
	bottom:0px;
}

.comments .editBtn
{
	position:absolute;
	right:0px;
	bottom:0px;
}

.comments .cancelBtn
{
	position: absolute;
	right: 42px;
	bottom: 3px;
}

.comments .saveBtn
{
	position: absolute;
	right: 3px;
	bottom: 3px;
}

.entrySubmission .imageSelect
{
	width: 40px;
    min-width: initial;
    min-height: initial;
   	float: right;
    margin-left: 2px;
}

.entrySubmission .saveBtn
{
	position: absolute;
	right: 1em;
	bottom: 1em;
}

.entrySubmission .submitUpload
{
    position: absolute;
	left: 16px;
    top: 40px;
}

.entrySubmission .submitUpload label
{
	margin-right: 2px;
    position: relative;
    top: 11px;
}

.entrySubmission .submitHref
{
	position: absolute;
    left: 16px;
    top: 83px;
    text-align: left;
}

.entrySubmission .submitMail
{
    position: absolute;
    left: 16px;
    top: 118px;
}

.entrySubmission .divElement .name
{
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top:5px;
  background-color: #efefef;
  text-indent: 0.5em;
}

.entrySubmission .teamName
{
  font-family:Arial;
  font-size:10px;
}

.entrySubmission .isSubmitted
{
	position: absolute;
	top: 40%;
	width:100%;
	text-align:center;
}

.entrySubmission .isSubmitted h1
{
	text-align:center;
}

.hashElement.new
{
	background: linear-gradient(to right, #fff , #EFC);
}

	.hashElement.new .hashDate
	{
		background-color: #6AAB44;
	}
	
	.hashElement .hashType .new
	{
		display:none;
	}
	
	.hashElement.new .hashType
	{
		color:#fff;
	}
		.hashElement.new .hashType .new
		{
			display:inline-block;
			padding-left:0.5em;
		}

.hashElement
{
	position:relative;
	background: linear-gradient(to right, #fff , #EEE);		
	border-top:3px solid #fff;
	
	padding: 50px 16px 10px 85px;
	min-height: 60px;
}
	.hashType
	{
		position:absolute;
		top:0px;
		left:16px;
		z-index:1;
		color: #888;
	}
	
	.hashTitle
	{
	  position: absolute;
	  left: 16px;
	  top: 16px;
	  font-family: BebasNeue;
	  font-size: 2em;
	}
	
	.hashAuthor
	{
	  position: absolute;
	  top: 16px;
	  right: 16px;
	}
	
	.hashDate
	{
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  text-align: center;
	  width: 100%;
	  background-color: #ddd;
	}
	
	.hashText
	{
		display: block;
	    position: relative;
		left: 100px;
 		top: 40px;
 		width: calc(100% - 100px);
	}
	
	.hashImg
	{
	  position: absolute;
	  top: 50px;
	  left: 16px;
	}
	
	.hashImg .thumbnail, .hashImg .thumbnailPic
	{
		width:60px;
		height:60px;
	}
	
.hashMeta
{
	margin-top: 16px;
	padding: 16px;
	background: linear-gradient(to left, transparent , #EFC);
	min-height: 16px;
}

.hashMetaCount
{
	float:right;
	background-color: #6aab44;
	border-radius: 7px;
	padding: 2px 5px 2px 5px;
	font-family: BebasNeue;
	font-size: 1.6em;
}

.hashMetaURL.twitterTitle
{
	background: url(pics/twitterSmall.png);
	background-repeat: no-repeat;
	background-size: 27px;
}

.hashMetaURL.instaTitle
{
	background: url(pics/instaSmall.png);
	background-repeat: no-repeat;
	background-size: 25px;
}

.hashMetaURL.facebookTitle
{
	background: url(pics/facebookSmall.png);
	background-repeat: no-repeat;
	background-size: 27px;
}

.hashMetaURL
{
	display:block;
	height: 20px;
	padding-left:32px;
	padding-top: 7px;
}

#jsDebug
{
	display:none;
	position:fixed;
	
	width:200px;
	height:200px;
	background:#fff;
	color:#000;
	top:0px;
	left:0px;
}

#main .filehandlerHolder
{
	margin-top: 16px;
	height:600px;
}

.shortGames img
{
	float:left;
}

.eventRole
{
	position:relative;
	
    height: 91px;
    width: 100%;
    background:linear-gradient(90deg, #fff, #eee);
    margin-bottom:5px;
}

	.eventRole .profileImg
	{
		position:absolute;
	}

	.eventRole .name
	{
		position: absolute;
	    left: 100px;
	    top: 16px;
	    font-size: 2em;
	    font-family: BebasNeue;
	}

	.eventRole .contact
	{
		position: absolute;
	    left: 100px;
	    top: 60px;
	}

	.eventRole .title
	{
		position: absolute;
	    left: 100px;
	    top: 40px;
	}

.emptyResults
{
	width: 100%;
    text-align: center;
    font-style: italic;
    border: #eee 1px solid;
    background: linear-gradient(45deg, #fff, #eee);
    color: #888;
}

.fbPostImg
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    float: left;
    padding: 3px 5px 0px 0px;
}

#mentionAlert
{
	background:url(pics/mention.png) no-repeat;
	width: 25px;
    height: 25px;
    float: left;
    background-size: 25px;
    position: absolute;
    top: 3px;
    left: 0px;
}

#mentionAlert.active
{
	background:url(pics/mention_active.png) no-repeat;
    background-size: 25px;
}
