
.bodytext{
	font-style:normal;
	font-weight:normal;
	font-size:13px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: justify;
}
.heading{
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	color:#ED8224;
	font-family:Arial, Helvetica, sans-serif;
}
.box {
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-color: #F9F9F9;
}
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 985px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(menu1.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 10px 18px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 16px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(menu2.jpg) center center repeat-x;
}

.urbangreymenu{
width: 210px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(../../isssconf2012/image/media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}


#footerOuter{
	margin:0px auto;
	margin-top:20px;
	height:80px;
	/*background:url(../images/header_bg.jpg) repeat-x;*/
	background-image:-webkit-gradient(linear, 0% 9%, 0% 87%, from(#111111), to(#343434), color-stop(.5,#343434));
background: -moz-linear-gradient(top, #111111, #343434);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#0c587a',EndColorStr='#34a1da');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c587a, endColorstr=#34a1da)";

}
#footerInner{
	margin:0 auto;
	padding:10px 0 0 0;
	width:986px;

	
}
.copyright{
	float:left;
	width:500px;
	text-align:center;
	margin:0px 0px 0px 210px;
	height:100%;
	padding:0;
	color:#000;
}

.copyright p{
	font:11px/20px "Trebuchet MS"; 
	color:#fff;
}


.copyright a{
	font:11px/20px "Trebuchet MS"; 
	color:#fff;
	text-align:center;
	text-decoration:none;
}

.copyright a:hover{
	font:11px/20px "Trebuchet MS"; 
	color:#fff;
	text-align:center;
	text-decoration:underline;
}

.poweredby{
	float:right;
	margin:0px 30px 0px 0px;
	padding:0;
}

.poweredby p {
	font:11px/20px "Trebuchet MS"; 
	color:#fff;
	text-align:center;
}
.footerNavication ul li{
	list-style:none;
	float:left;
	margin:0;
	padding:5px 10px 0 0;
}


.leftContent{
	float:left;
	background:#e0e5e9;
	width:945px;
	margin:10px 10px 0px 10px;
	padding:10px;
	height:100%;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    }
	
td.peoplecell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color:#FFFFFF;
	text-decoration: none;
	line-height: 16px;
	margin: 5px;
	padding: 5px;
    }	
	
td.peoplecell2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color:#fbf8d8;
	text-decoration: none;
	line-height: 16px;
	margin: 5px;
	padding: 5px;
    }	