body {
	text-align: center;
	background-color: #CCC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

div#contentbackground{
	background-color: #FFF;
	padding: 5px;

}

div#topbar{
	text-align: right;
	position: relative;
	float:left;
	width:1014px;
	background: #FFF url('/img-sec/top-banner.png') no-repeat;
	height: 25px;
	font-size: 12px;
}

div#topbar span{
	margin-right: 5px;
	
}

div#topbar form{
	display: inline;
}
div#topbar form #searchfield{
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	background: transparent url(/media/271156/inputbox.png) no-repeat center top;
	width: 120px;
	height: 22px;
	border: 0;
	padding: 0;
}
div#topbar form #submitbutton{
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 0;
	background: transparent url(/media/271145/searchbutton.png) no-repeat center top;
	width: 53px;
	height:20px;
	padding: 0;
	border: 0;
	cursor: pointer;
}

div#topbar span img{
	border: 0;
	vertical-align: middle;
}

div#topbar span a {
	color: #000;
}

div#wrapper{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

div#logowrapper{
	position: relative;
	float: left;
	width: 320px;
	
}

div#topmenubar{
	margin-left: 375px;
	width: 620px;
	margin-top: -10;
}

div#sidemenuwrapper{
	padding-left: 25px;
	margin-top:65px;
	position: relative;
	float: left;
	width: 300px;
}

div#maincontentwrapper {
	padding-top: 15px;
	position: relative;
	float: left;
	width: 650px;
/* set minimum height */
	height: expression( this.scrollHeight < 381 ? "380px" : "auto" ); /* sets min-height for IE */
   	min-height: 380px; /* sets min-height value for all standards-compliant browsers */
	font-size: 15px;
}

div.clear{
	clear:both;
	height: 0px;
}
div#footer{
	clear: both;
	text-align: right;
	font-size: 13px;
}

div#partnerwrapper{
	padding-top:5px;;
	background: #FFF;
	text-align: center;
	border-top: 4px #CCC solid;
}

img.partner{
	height: 30px;
	padding-right: 10px;
	border: 0px;
}

/* news table */
table#news{
	font-size: 15px;
}

table#news th{
	font-size: 15px;
	text-align: left;
}

table#news td.newsitem {
	background: url('/img-sec/menu-over.png') top left no-repeat;
}

table#news td.newsitem a {
	display:block;
	margin-left: 17px;
	color: #000;
}


/* university table */
table#university{
	font-size: 15px;
}

table#university th{
	font-size: 15px;
	text-align: left;
}

table#university td.uniitem {
	background: url('/img-sec/menu-over.png') top left no-repeat;
}


table#university td.uniitem a {
	display:block;
	margin-left: 17px;
	color: #000;
}

table#university  tr.bottom-nav {
	font-size: 13px;
	color: #666;
}

/* Recent incidents table */

table#incidents{
	font-size: 13px;
}

table#incidents th{
	font-size: 13px;
	text-align: left;
}

table#incidents td.incitem {
	background: url('/img-sec/menu-over.png') top left no-repeat;
}

table#incidents td.incitem a {
	display:block;
	margin-left: 17px;
	color: #000;
}

table#incidents tr.bottom-nav {
	font-size: 11px;
	color: #666;
}


/* side menu table */
table#sidemenu{
	font-size: 15px;
}

table#sidemenu th{
	font-size: 15px;
	text-align: left;
}

table#sidemenu td.subnav1 {
	background: url('/img-sec/menu-over.png') top left no-repeat;
}

table#sidemenu td.subnav1 a {
	display:block;
	margin-left: 17px;
	color: #000;
}

table#sidemenu td.subnav2 {
	background: url('/img-sec/menu-out.png') top left no-repeat;
}

table#sidemenu td.subnav2 a {
	display:block;
	margin-left: 17px;
	color: #000;
}

table#sidemenu td.subnav3 a {
	display:block;
	padding-left: 20px;
}


table#sidemenu td.precell {
	width: 25px;
}

/* banner images */
ul#banners{
	list-style: none;
	float: left;
}
ul#banners li img{
	border: 0;
}

/* twitter widget */
ul#twitter_update_list{
	list-style-image: url('/img-sec/menu-over.png');
	list-style-type: square;
	text-align: left;
}
ul#twitter_update_list li {
	padding-bottom: 7px;
	
}

ul#twitter_update_list li span a{
	color: #000000;
}

/* site general links */
a:link {
	color: #F00;
	text-decoration: none;
}

a:visited {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

img {
	border: 0;
}
/* text mutators */

span.u{
	text-decoration: underline;
}

.red{
	color: red;
}

span.title {
	font-size: 16px;
	font-weight: bold;
}

span.timepost {
	font-size: 13px;
	font-style: italic;
}

p.contentText{
	padding-left: 15px;
	font-size: 15px;
}
p.contentText td{
	font-size: 14px;
}

ul.agenda, ol.agenda{
	font-size: 14px;	
}

ul.agenda ul {
	margin: 0;
}
h1.bread {
	margin: 0;
	font-weight: normal;
}
p#breadcrumb {
	margin: 0px;
	font-size: 11px;
}

hr#bottommenuborder{
	width: 85%;
	margin: 0;
	border: 0;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}

/* Form text mutators */

.bodyText{
	padding-left: 15px;
	font-size: 14px;
}

.style1 {
	vertical-align: top;
}

.style2 {
	font-size: 12px;
	vertical-align: top;
}

/* University calendar */

table.PDCalendar {
	background: #CCC;
}

table.PDCalendar th {
	width: 35px;
}

table.PDCalendar td {
	background: #FFF;
}

/* Sitemap layout */

#sitemap ul {
	display: inline;
	list-style-type: none;		
}
#sitemap ul li {
	Float: left;
	margin-left: 40px;
	padding: 2px;
}

#sitemap ul li a {
	font-size: 15;
	text-decoration: none;
	/*border: 1px solid #4D4D4D;
	display: block;	*/
	color: #4D4D4D;
	background: #FFF;
	Font-weight: bold;
}

#sitemap ul li ul {
	display: inline;
	list-style-type: none;	
}

#sitemap ul li ul li {
	margin: 0;
	float: none;
	padding:0;
}

#sitemap ul li ul li a {
	padding-left: 7px;
	margin-bottom: 2px;
	font-size: 14;
	background: #FFF;
	color: #F60000;
	border: 0;
	display: inline;
	font-weight: normal;
	
}

#sitemap ul li ul li a:hover {
	text-decoration: underline;
}

#sitemap ul li ul li ul li a {
	padding-left: 16px;
	color: #666;
}

/* doc2form feedback forms */

.Doc2Form strong {
	font-weight: normal;
}

#fs_28 ol {
	list-style: none;
}

#fs_28 ol li {
	width: 150px;
}

#fs_28 {
	width: 450px;
}

/* References */

div.reference {
	border: 1px solid #CCC;
	width: 90px;
	height: 65px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
	position: relative;
	overflow: hidden;
	display: table;
}

/* ArticlePage navigation */

ul.articleNavigation {
	list-style: none;
	display: Block;
}

ul.articleNavigation li{
	float: left; 
	position: relative; 
	list-style: none;
	display: Block;
}

ul.articleNavigation li.active a{
	font-weight: bold;
	color: #000;
}

table.articleTable {
	border: 0;
	background-color: #ccc;
}
table.articleTable td{
	background-color: #fff;
	padding: 5px;
}

p.articleNotes{
	font-size: 15px;
}

/* front page style */
table#frontpage {
	width: 640px;
	font-size: 15px;
	text-align: justify;
}

table#frontpage table {
	font-size: 15px;
	text-align: justify;
	margin-right: 7px;
}

table#frontpage tr.bigcell{
	text-align: justify;
	width: 630px;
	background: url('/img-sec/big_back.png') no-repeat;
}

table#frontpage tr.bigcell td.bigscell{
	padding: 5px;
	vertical-align: top;
	height: 150px;
}
td.bigscell div
{
	margin-right: 5px;
}
td.logoholder {
	width: 210px;
}

td.logoholder img{
	margin-top: 10px;
}

td.subcell {
	width: 315px;
}

td.contentholder {
	width: 406px;
}

table#frontpage tr.smallcell{
	width: 632px;
	background: url('/img-sec/small_back.png') no-repeat;
}

table#frontpage tr.smallcell td{
	text-align: justify;
	padding: 8px;
	width: 300px;
	height: 150px;
	vertical-align: top;
}

/* Dasient Form */
table.dasientform{
	border: 0;
	text-align: center;
	/*background: #FF0000;*/
	background: url('/img-sec/background-dasient.png') no-repeat;
	color: #FFF;
	width: 200px;
	height: 79px;
/* 	margin-left: 0px; */
	margin-right: 15px;
	margin-bottom: 5px;
}

table.dasientform td{
	vertical-align: top;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
}
table.dasientform input{
	margin-left: auto;
	margin-right: auto;
	background: gainsboro;
	margin-bottom: 5px;
	border: 1px #666 solid;
	color: #666;
}
table.dasientform input#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ZionMasterMainContent_ctl00_DasientControlForm_6_btnSubmit,
table.dasientform input#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ZionMasterMainContent_ctl00_DasientControlForm_5_btnSubmit {
	background-color: transparant;
	background: url(/img-sec/btn_back.png) no-repeat;
	text-transform: lowercase;
	width: 59px;
	height: 20px;
	margin: 0;
	padding-bottom: 5px;
	border: 0;
	color: #FFF;

}
.defaultText { }
.defaultTextActive { color: #1A1A1A;}
#xsltsearch H2 {
	width: 650px;
	margin: 0 auto;	
}
#xsltsearch_results {
	width: 650px;
	margin: 0 auto;
}
.xsltsearch_formarea {
	width: 650px;
	margin: 0 auto;	
	text-align: center;	
	margin-bottom: 25px;
	margin-top: 25px;
	border: 1px solid gainsboro;	
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F8F8F8;
}
#xsltsearch_summary {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
		

/* partner style */

ul.partners{
	list-style: none;
}
ul.partners li{
	padding-left: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 120px;
	border-top: 1px dashed #CCC;
}
ul.partners .scansafe {
	border-top: 0;
	background: #FFFFFF url(../media/337790/scansafe.png) no-repeat 0 10px;
}
ul.partners .beeware {
	background: #FFFFFF url(../media/337810/beeware.jpg) no-repeat 0 10px;
}
ul.partners .dasient{
	background: #FFFFFF url(../media/337785/dasient.png) no-repeat 0 10px;
}
ul.partners .profense{
	background: #FFFFFF url(../media/337805/armorlogic.png) no-repeat 0 10px;
}
ul.partners .qualys{
	background: #FFFFFF url(../media/337800/qualys.jpg) no-repeat 0 10px;
}
ul.partners .whitehat{
	background: #FFFFFF url(../media/337820/whitehat.jpg) no-repeat 0 10px;
}
ul.partners .tufin{
	background: #FFFFFF url(../media/337825/tufin.jpg) no-repeat 0 10px;
}
ul.partners .f5{
	background: #FFFFFF url(../media/337795/f5.jpg) no-repeat 0 10px;
}
ul.partners .breach{
	background: #FFFFFF url(../media/337815/breach.jpg) no-repeat 0 10px;
}
ul.partners .authanvil{
	background: #FFFFFF url(../media/337780/authanvil.jpg) no-repeat 0 10px;
}

ul.partners .splunk{
	background: #FFFFFF url(../img-sec/partners/big/splunk.png) no-repeat 0 10px;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

