body,html
{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:0.86em;
	font-family: Arial,Helvetica, Verdana,sans-serif;
	color:#999999;
}

img
{
border:none;
}

p
{
	margin:0;
	margin-bottom:4px;
}

input
{
	border:1px solid #999999;
	color:#333333;
	background-color:#EEEEEE;
	height:.96em;
	font-size:.88em;
	padding:1px;
}

input.button
{
	border:2px solid #999999;
	color:#333333;
	background-color:#EEEEEE;
	height:2em;
	font-size:.9em;
	font-weight:bold;
	padding:1px;
}

input.button:hover
{
	border:2px solid #FFCC66;
	color:#333333;
	background-color:#EEEEEE;
	height:2em;
	font-size:.9em;
	font-weight:bold;
	padding:1px;
}

textarea
{
	border:1px solid #999999;
	color:#333333;
	background-color:#EEEEEE;
	font-size:.88em;
	padding:1px;
}

h1
{
	margin:0;
	margin-bottom:5px;
	border-left:2px solid #FFCC66;
	padding-left:5px;
	font-size:2.3em;
}

h2
{
	margin:1px;
	font-size:1.5em;
}

a:link
{
	color:#999999;
}

a:visited
{
	color:#555555;
}

a:hover
{
	color:#FFCC66;
}

a:active
{
	color:#FFCC66;
}

#mainCont
{
	width:100%;
	height:95%;
	position:relative;
}

#logoCont
{
	width:100%;
	background-image:url('http://www.screenink.com/newSI/imgs/newScreen.png');
	background-repeat:repeat-x;
	height:165px;
	text-align:center;
}

#menuCont
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px solid #999999;
	margin-bottom:5px;
	padding-bottom:5px;
}

#pageCont
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:90%;
}

#footCont
{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
}

#newsCont
{
	border:none;
	padding:5px;
	margin:5px 5px 5px 15px;
	width:700px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
	/* overflow:hidden; */
	position: relative;
}

#share_container {
	position: absolute;
	left: -100px;
	padding: 3px;
	z-index: 5000;
}

#share_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#share_container ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#newsCont table {
	margin-left: 30px;
}
ul#menu
{
	list-style:none;
	font-size:.95em;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
}

ul#menu li
{
	color:#999999;
	list-style:none;
	display:inline;
	margin-left:15px;
}

ul#menu a
{
	color:#999999;
	text-decoration:none;
}

ul#menu a:hover
{
	color:#FFCC66;
	text-decoration:none;
}

a.footer
{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

a:hover.footer
{
	color:#FFCC66;
	text-decoration:none;
	font-weight:bold;
}

.niItem
{
	font-size:130%;
	padding:7px;
	position: relative;
}

#newsItemInnerCont
{
position: relative;
overflow-x:hidden;
overflow-y:auto;
height:300px;
width: auto;
}

/* Blog page related styles */
#blogCont {
	float: left;
	width: 68%;
	padding: 1%;
	overflow: auto;
	height: 500px;
}

#twitterCont {
	float: left;
	width: 28%;
	padding: 1%;
	height: 500px;
	overflow: auto;
}

div.titem {
	padding: 3px 1px;
	border-bottom: 1px solid #666;
}

div.titem a {
	text-decoration: none;
}

#upload_link {
	display: none;
}
/* End blog related styles */

/* Image uploader related styles */

/* End of image uploader related styles */