
.bodytext{
	font-style:normal;
	
	font-size:14px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: justify;
}

.grouptext{
	font-style:normal;
	font-size:14px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;

}
.heading{
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	color:#ED8224;
	font-family:Arial, Helvetica, sans-serif;
}
.box {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 0px;
	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 10px;
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;
	width:1003px;
	margin:0px 0px 0px 0px;
	padding:10px;
	height:100%;
	border:1px solid #ffff01;
	-moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
    }
	
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;
    }	
	
	/*nav*/
	/* Navigation */

#nav {
  float: right;
  width: 603px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: transparent url(../images/nav-bg.gif) left top repeat-x;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#nav ul li {
  float: left;
  list-style-image: none;
  list-style-type: none;
  background: transparent url(../images/nav-right.gif) right top no-repeat;
}

#nav ul li#last {
  background: transparent;
}

#nav ul li a {
  height: 44px;
  display: block;
  color: #c6c6c6;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 44px;
}

#nav ul li a#nav-01 { width: 92px; }
#nav ul li a#nav-02 { width: 89px; }
#nav ul li a#nav-03 { width: 105px; }
#nav ul li a#nav-04 { width: 105px; }
#nav ul li a#nav-05 { width: 105px; }
#nav ul li a#nav-06 { width: 80px; }

#nav ul li a.over {
  color: #fff;
  background: transparent url(../images/nav-over.gif) center bottom no-repeat;
}

#nav ul li a:hover {
  color: #fff;
  background: transparent url(../images/nav-over.gif) center bottom no-repeat;
}

#nav ul ul {
  position: absolute;
  left: -9999em;
  margin: 0;
}

#nav li li {
  width: 100%;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  border-left: 1px solid #f5f4f4;
  border-right: 1px solid #f5f4f4;
  border-bottom: 1px solid #b2b2b2;
}

#nav li li a {
  height: 25px;
  display: block;
  color: #555;
  background: #d2d2d2;
  margin: 0;
  padding: 0 0 0 10px;
  text-decoration: none;
  text-align: left;
  line-height: 25px;
}

#nav li li a:hover {
  color: #fff;
  background: #f5b234;
  text-decoration: none;
  text-align: left;
}

#nav li li li a {
  color: #555;
  background: #e0e0e0;
}

#nav li li li a:hover {
  color: #fff;
  background: #f5b234;
}

#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li li:hover ul ul, #nav li li.sfhover ul ul {
  left: -9999em;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul {
  left: auto;
}

.photobox {
	background: #FFF url(images/boxbg.png) repeat-x top;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
	
	
	.tableinsidecontent{
	background-color:#E8E8E8;
	font:13px/20px "Trebuchet MS";
	color:#000;
	text-align:left;
	margin: 10px;
	padding: 5px;
}

.tableinsidecontent2{
	background-color:#b6dde8;
	color:#000;
	text-align:left;
	margin: 2px;
	padding: 5px;
	border: thin solid #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: normal;
}
.tableinsidecontent3{
	background-color:#dbeef3;
	color:#000000;
	margin: 2px;
	padding: 5px;
	border: thin solid #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: normal;
}

.tableinsidecontent4{
	background-color:#b01614;
	color:#ffffff;
	margin: 2px;
	padding: 5px;
	border: thin solid #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: normal;
}
