@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color: #000;
	font-family:  Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	width: 100%;
	float: left;
	height:100%;

}
#fullWidthHeader {
 background-color: #4a4a4a;
  border-bottom: solid 0px #656586; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  height: 100px;
  line-height: 15px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left;
}
#headercontainer{
	width:960px;
	margin-left:auto;
	margin-right:auto;

	height:100px;

}
#logoConatainer {
	float:left! important;
	width:360px! important;
	height:80px! important;
	/* padding-top:10px! important; */
}



#search {
	float:right;
	width:300px;

	height:80px;
}
#loginLink  {
  float:left;
  width:300px;
  color: #000000;
  height:80px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}


.center {
	padding-top:20px;


}


#menuWrapper {
  background-color: #000;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  min-width: 600px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 100%;
  height: 40px;
  font-family: Helvetica, Arial, sans-serif! important;
  font-size: 14px! important;
}

#menucontainer {
	background-color: #000;
	margin-left:auto;
	margin-right:auto;
    width: 960px;
  	height: 40px;

}
/* Commonly used to style page titles. */
h1 {
  color: #8281d1;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #8281d1;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color:#900;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #5f519e;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #b92200;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #b92200;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #392f69;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 960px;

}
#outerWrapper #contentWrapper {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	position:relative;

}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #FFFFFF;
  /* border-left: solid 1px #a8a2d1;  Sets the left border properties for an element using shorthand notation */
  float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 320px;
}
/*#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #FFFFFF;
  border-right: solid 1px #a8a2d1; /* Sets the right border properties for an element using shorthand notation */
 /* float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  /*width: 24%;
}*/
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  background-color: #FFFFFF;
  font-family: Helvetica, sans-serif;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 20px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 600px;
  position:relative;

}
#fullWidthFooter {
  background-color: #4a4a4a;
  border-top: solid 3px #4a4a4a; /* Sets the top border properties for an element using shorthand notation */
  bottom:0;
	width: 100%;
	/*height:235px;*/

}
#content2 {

  font-family: Helvetica, sans-serif;
  margin: 10 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
.blktxt {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.redtxt {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #940808;
	line-height:normal;
}.genbtn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #900;
	margin: 5px;
	padding: 5px;
	width: auto;
	float: right;
}
.genbtn2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #900;
	margin: 5px;
	padding: 5px;
	width: auto;
	text-align:center;

}
#blogmenu {

	width:580px;

	height: 60px;
	padding-top: 15px;
	margin-bottom:0px;
}
#imageNews {
	width: 150px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #333;
	float: left;
	height: 150px;
	position: relative;
	margin: 5px;

}
.hitsDesign {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	background-color: #000;
	height: 20px;
	width: auto;

	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	padding:;
	padding-left:10px;
}
.hitsDesign2 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	height: 20px;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	padding:;
	padding-left: 10px;
	margin-top: 150px;
}
#mainContainer {
	width: 600px;
	height:175px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top:0px;
	padding-bottom:10px;

}
#contentBlog {
	font-family:  Helvetica, sans-serif;
	font-size: 16px;
	line-height:normal;
	font-color: #000;
	font-weight: normal;
}
#blogintrotext {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-color: #000;
	font-weight: normal;
	height: auto;
}
#rdmore {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	padding: 2px;
	width: auto;
	text-decoration: none;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;

}
#display {
	width: 600px;
	height:300px;
	background-color:#CCC;
	border:#000;
	margin-bottom:20px;

}
#mainContainerDetails {
	width: 600px;
	height:auto;

	padding-top:40px;
	padding-bottom:10px;
}
#articles {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;

	padding:2px;
	width: auto;
	text-decoration: none;

	margin-top:55px;

}
#pagin{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding:2px;
	width: auto;
	text-decoration: none;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;

}#display #feat1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #900;
	float: left;
	height: 150px;
	width: 150px;
}
#display #feat2 {
	background-color: #006;
	float: left;
	height: 150px;
	width: 150px;
}
#display #feat3 {
	background-color: #030;
	float: left;
	height: 150px;
	width: 150px;
}
#display #feat4 {
	background-color: #FF0;
	float: left;
	height: 150px;
	width: 150px;
}
#display #lowfeat1 {
	background-color: #333;
	float: left;
	height: 150px;
	width: 150px;
}
#display #lowfeat2 {
	background-color: #90F;
	float: left;
	height: 150px;
	width: 150px;
}
#display #lowfeat3 {
	background-color: #0F0;
	float: left;
	height: 150px;
	width: 150px;
}
#display #lowfeat4 {
	background-color: #0FF;
	float: left;
	height: 150px;
	width: 150px;
}
#otherlinks {
	/*width: 960px;
	height: 200px;*/
	background-color: #4a4a4a;
	margin-right: auto;
	margin-left: auto;
}
#leftfoot1 {
	width: 10%;
	float: left;
	padding-top:15px;


}
#lftfoot {
	width: 60%;
	/*height: 200px;*/
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #FFF;

}
#rightfoot {
	width: 28%;
	/*height: 180px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;*/
	float: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
	line-height:normal;
}
.whttxt {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.whttxt2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.whttxt3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.coltxt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:#0C9;
}
.coltxt2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#C69;
}

#footbtn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	width: auto;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#folus {
  width:180px;
  height:185px;
  background-color:#0CF;
  float:right;

}
#oscat {
  width:180px;
  height:185px;
  background-color:#fff;
  float:right;

}
#gen {
  width:190px;
  height:185px;
  background-color:#000;
  float:right;

}

#page-footer{
  margin-bottom: 25px;
}
fieldset dl{
  height: auto! important;
}

/*.headerbar .inner{
  background-color: #990000! important;
}

.navbar .inner{
  background-color: #990000! important;
}
*/
#page-header .navbar{
  background-color: #990000! important;
  background-image: url("")! important;
}

#page-header .headerbar{
  background-color: #990000! important;
  background-image: url("")! important;
}

.headerbar .inner{
  background-color: #990000! important;
  background-image: url("")! important;
}
#page-footer .navbar{
  background-color: #990000! important;
  background-image: url("")! important;
}

.topiclist .header{
  background-color: #990000! important;
  background-image: url("")! important;
}

/* .pagination {
  width: auto;
  text-align: right;
  margin: 0px;
  padding: 3px;
  padding-right: 0px;
  
  border: 1px solid #CFCBBC;
} */

.panel{
  background-color: #990000! important;
}

.table1 thead{
  /* background-color: #990000! important; */
  background-color: white;
}
img
{  border-style: none;
}
.latest-conversation-wrapper{
	float: left;
	width: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
ul.recent-conversations {
	list-style: none; padding: 0 0 0 30px;
}
ul.recent-conversations li {
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
}
.recent-conversations a, .recent-conversations a:hover, .recent-conversations a:visited, .recent-conversations a:link, .recent-conversations a:active {
	color: #900;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
.play-bar input:not([type="image"]), textarea {
	box-sizing: border-box;
	font-family: Arial;
}
.play-bar #search-box{
	float: none;
	text-align: left;
}
.play-bar #search-button{
	float: none;
}