*{
	margin: 0;
	padding: 0;
	font-weight: 100;
	text-decoration: none;
	outline: none;
	list-style: none;
}

body,html{
	font-family: Georgia;
	font-size: 12px;
	color: #FFF;
	background-image:url('imgs/bg.jpg');
	height: 100%;
}

input[type=text], input[type=password]{
	background-color: #FFF;
	border: none;
	margin-top: 10px;
	padding: 5px;
	font-family: "Georgia";
	font-size: 18px;
	color: #333;
	width: 270px;
}
input[type=submit]{
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
}
.clear{
	clear: both;
}
.left{
	float: left;
}
.group_buttons{
	float: right;
	clear: right;
}
.button{
	font-size: 12px;
	color: #FFF;
	min-width: 50px;
	min-height: 10px;
	background-color: #17181d;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.groups{
	margin-left: 115px;
}
.dark{
	background-color: #101114;
	font-size: 16px;
	float: left;
	margin-left: 10px;

}


.button:hover{
	background-color: #1F2027;
}
.float_left{
	float: left;
}
.big{
	clear: both;
	font-size: 22px;
	text-align: center;
	margin-top: 50px;
}
.viewall{
	margin-top: 10px;
	margin-right: 5px;
	float: right;
}
.no_groups{
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
}
.note{
	clear: both;
	margin-top: 10px;
	font-size: 14px;
}
a{
	color: #fcf3c2;	
	border: none;
}
img{
	border: none;
}
a:hover{
	color: #FFE44F;
}
.right{
	float: right;
}
/**
 * Site Styles 
 */
#container{
	width: 950px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	background-color: #17181d;
	border-left: 1px solid #292a32;
	border-right: 1px solid #292a32;
}

#container.new{
	width: 370px;
	height: auto;
	min-height: auto;
	margin: 13% auto;
	border: 1px solid #292a32;
}
#container .smaller{
	width: 700px;
}

#container #top img{
	margin: 15px 15px 15px 25px;
	float: left;
	outline: none;
	border: none;
}
#container #top .links a{
	margin-top: 15px;
	margin-right: 10px;
	padding: 3px;
	float: left;
	font-size: 14px;
	color: #FFF;
	background-color: #23252c;
}
#container #top .links a:hover{
	background-color: #101114;	
}
#container #top .links a.selected{
	color: #fcf3c2;
}
#content{
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#content .left_box{
	float: left;
	margin: 15px 15px 10px 15px;	
	min-height: 200px;
	width: 300px;
	background-color: #101114;
	background-image: url('imgs/arrow_back.png');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px;
}
.left_box .login, .left_box .register{
	padding-left: 10px;
}
.padding{
	padding-left: 10px;
}
.left_box input[type=text], .right_box input[type=text], .left_box input[type=password]{
	background-color: #FFF;
	border: none;
	margin-top: 10px;
	padding: 5px;
	font-family: "Georgia";
	font-size: 18px;
	color: #333;
	width: 270px;
}

.left_box input[type=submit], input[type=button]{
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
.left_box input[type=file]{
	padding: 5px;
	font-size: 14px;
}
#content .right_box{
	float: right;
	margin: 15px;
	min-height: 75px;
	width: 250px;
	padding: 10px;
	background-color: #101114;
}
#content .right_box_nobg{
	float: right;
	min-height: 75px;
	width: 270px;
	margin-right: 15px;
}
#content .right_box_nobg ul li{
	text-align: center;
	padding: 5px;
	list-style: none;	
	background-color: #101114;
	margin-top: 5px;
	font-size: 14px;
}
#content h2{
	font-size: 22px;
	margin-top: 5px;
	color: #a0c9e3;
}
#content .right_box p{
	font-size: 16px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	margin-top: 10px;
	letter-spacing: .5px;
	
}
#content  li{
	padding: 5px;
	list-style: none;
	margin-left: 10px;
	background-color: #17181d;
	margin-top: 5px;
	font-size: 14px;
}
.line{
	border-top: 1px solid #292a32;
	width: 50%;
	height: 10px;
	margin: 15px auto 15px auto;
}
/**
 * Message box
 */
#message_box{

}

.error{
	background-color: #fcc2c3;
	clear: both;
	margin: 0 25px 5px 25px;
	padding: 5px;
	color: #333;
	text-align: center;
	font-size: 16px;
}
.success{
	background-color: #e0fcc2;
	clear: both;
	margin: 0 25px 5px 25px;
	padding: 5px;
	color: #333;
	text-align: center;
	font-size: 16px;
}
.normal{
	background-color: #fcdcc2;
	clear: both;
	margin: 0 25px 5px 25px;
	padding: 5px;
	color: #333;
	text-align: center;
}
.box{
	background-color: #101114;
	padding: 10px;	
	height: auto;
	min-height: 150px;
	margin-bottom: 15px;
}
.box li{
	margin-left: 25px;
}

.alt{
	background-color: #22232a;
}

/** Groups Styles **/
.groups_img{
	border: 4px solid #FFF;
	margin: 5px;
	float: left;
}
.groups_img:hover{
	border: 4px solid #A0C3E9;
}
.groups{
	margin-top: 40px;
	clear: both;
}

.center{
	text-align: center;
}

.blue{
	margin-right: 10px;
	color: #a0c9e3;
}

/**
 * Invites Table
 */
table.invites tr td{
	text-align: left;
	padding-bottom: 5px;
}

/**
 * URL Buttonss
 */
#short_url p{
	text-align: center;
}

#short_url input[type=button]{
	clear: both;
	margin-top: 25px;
	margin-right: 220px;
}

#top_header .button, #groups .button{
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

#groups label{
	width: 105px;
	float: left;
	margin-top: 15px;
	font-size: 16px;
}

#groups input[type=submit]{
	margin-right: 105px;
}
#groups p{
	margin-bottom: 10px;
}

#groups a.button img{
	float: right;
	margin-left: 10px;
}
#group_form{
	width: 495px;
}	
.group_thumb{
	border: 3px solid #FFF;
	height: 95px;
	width: 100px;
}
#groups .image_thumb{
	height:45px;
	width: 45px;
	background-color: #FFF;
	float: left;
	
	margin-bottom: 5px;
}	
#file_table{
	border-collapse: collapse;
}
#file_table tr{
	margin-bottom: 9000px;
}
#file_table tr td{
	height: 25px;
	margin-bottom: 9000px;
	border-bottom: 2px solid #101114;

}
#file_table tr.selected td{
	color: #FF5;
}

#paging .button{
	margin-right: 10px;
	min-width: 10px;
}
#paging .selected{
	color: #FF5;
}