body {
	margin: 0;
}

IMG.login_logo {
	position: relative;
	left: 50%;
	margin-top: 70px;
	margin-left: -318px;
}

a {
	text-decoration: none;
	color: #B71828;
}

a:hover {
	color: red;
}

.notfound {
    display: none;
}

.login_container_title {
	position: relative;
	margin-top: 50px;
	border: 1px solid #000;
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-family: verdana;
	font-size: 0.8em;
	border-radius: 10px;
	background-color: #B71828;
	color: #fff;
	text-align: center;
}

.login_container {
	position: relative;
	margin-top: 1px;
	border: 1px solid #000;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-family: verdana;
	font-size: 0.8em;
	border-radius: 10px;
	background-color: #E8E8E8;
}

.btnLogin  {
	font-size: 0.9em;
	background-color: #B71828;
	color: #fff;
	border: 1px solid #000;
	padding: 5px;
}

.login_lostpw {
	font-family: verdana;
	font-size: 0.7em;
	padding-right: 13px;
	text-align: right;
	vertical-align: top;
}

.login_lostpw a {
	text-decoration: none;
	color: #000;
}

.login_lostpw a:hover {
	text-decoration: none;
	color: #B71828;	
}

.login_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 0.9em;
	font-family: verdana;
	background-color: #000;
	color: #fff;
	width: 99%;
	height: 50px;
	text-align: center;
}

.placeholder {
	position: relative;
	margin-top: 100px;
}

.intern_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 0.9em;
	font-family: verdana;
	background-color: #000;
	color: #fff;
	width: 99%;
	height: 50px;
	text-align: center;
}

.intern_container_title {
	position: relative;
	margin-top: 50px;
	border: 1px solid #000;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-family: verdana;
	font-size: 1em;
	border-radius: 10px;
	background-color: #B71828;
	color: #fff;
	text-align: center;
}

.intern_container {
	position: relative;
	margin-top: 1px;
	border: 1px solid #000;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-family: verdana;
	font-size: 1em;
	border-radius: 10px;
	background-color: #E8E8E8;
}

.top_menu_container {
	width: 100%;
	overflow: hidden;
	background-color: #333;
}

.top_menu_container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	z-index: 999;
}

.top_menu_container li {
	float: right;
}

.top_menu_container  li a {
	display: inline-block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 15px 15px;
	font-family: verdana;
	font-size: 0.8em;
}

.top_menu_container li a:hover {
	background-color: #B71828;
}

.top_menu_container .dropdown .dropbtn {
	font-family: verdana;
	font-size: 0.8em;
	border: none;
	outline: none;
	color: #fff;
	padding: 15px 15px;
	background-color: inherit;
	margin: 0;
}

.dropbtn2 {
	font-family: verdana;
	font-size: 0.8em;
	border: none;
	outline: none;
	color: #fff;
	padding: 10px 15px;
	background-color: inherit;
	margin: 0; 
}

.top_menu_container .dropdown:hover {
	background-color: #B71828;
}

.top_menu_container .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.top_menu_container .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.top_menu_container .dropdown-content a:hover {
	background-color: #B71828;
	color: #fff;
}

.top_menu_container .dropdown:hover .dropdown-content {
	display: block;
}

.menu_container {
	position: relative;
	width: 1030px;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;	
}

.top_greetings {
	position: relative;
	left: 10px;
	top: 10px;
	font-family: verdana;
	font-site: 0.8em;
	color: #fff;
}

#nameBox {
    background-color: #B71828;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100px;
	color: #fff;
	line-height: 35px;
	font-size: 1.2em;
	font-family: verdana;
	margin-top: 4px;
	margin-right: 5px;
	margin-left: 10px;
}

#notyMessage {
	margin-top: -4px;
}

.menu_container ul {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	border-radius: 10px;
}

.menu_container li {
	float: left;
}

.menu_container li a {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: verdana;
	font-size: 0.8em;
}

.menu_container .dropdown .dropbtn {
	font-family: verdana;
	font-size: 0.8em;
	border: none;
	outline: none;
	color: #fff;
	padding: 14px 16px;
	background-color: inherit;
	margin: 0;
}

.menu_container li {
  border-right: 1px solid #bbb;
}

.menu_container li:last-child {
  border-right: none;
}

.menu_container li a:hover, .dropdown:hover .dropbtn {
	background-color: #B71828;
}

.menu_container .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 10;
}

.menu_container .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.menu_container .dropdown-content a:hover {
	background-color: #B71828;
	color: #fff;
}

.menu_container .dropdown:hover .dropdown-content {
	display: block;
}

#messageNotyCount {
    display: none;
    float: right;
    background-color: #B71828;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    line-height: 15px;
    font-size: 0.8em;
    font-family: verdana;
    margin-top: -5px;
    margin-left: 5px;
}

#notyCount {
    position:absolute;
    display: none;
    float: right;
    background-color: #B71828;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    line-height: 15px;
    font-size: 0.8em;
    font-family: verdana;
    margin-top: -5px;
    margin-left: 10px;
}

.notyDescription {
    display: table;
    width: 100%;
}

.notyImage {
    display: table-cell;
    box-sizing: border-box;
    padding-right: 10px;
    vertical-align: middle;
}

.notyTitle {
    display: table-cell;
    box-sizing: border-box; 
    vertical-align: middle;
}

.sortContainer {
    border: 1px solid silver;
}

.sortContainer .cats {
    margin: 5px;
    padding: 10px;
    background: black;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-family: verdana;
}

.sortContainer .forums {
    margin-left: 25px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    background: silver;
    color: black;
    cursor: pointer;
    font-size: 12px;
    font-family: verdana;
}

.aButton{
    -moz-appearance: button;
    -ms-appearance: button;
    -o-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    text-decoration: none;
    color: #fff;
    padding: 0.2em 0.4em;
    background: #333333;
    border: 1px solid #000;
    font-family: verdana;
    font-size: 12px;
}

.alert {
    height: 50px;
    width: 991px;
    margin-left: calc(50% - 516px);
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 11px;
    color: white;
    text-align: center;
    font-family: verdana;
    font-size: 14px;
}

.alert_lable {
    float:left;
}

.alert_text {
    margin-left: 20px;
    line-height:45px;
    float:left;
}

.alert_closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alert_closebtn:hover {
    color: black;
}