﻿*
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #006699;
	text-decoration: none;
}

a:link
{
	color: #2195C8;
	text-decoration: none;
}
a:hover
{
	background-color: #2195C8;
	color: white;
}
a img
{
	border: 0px !important;
}
body
{
	font-size: 0.9em;
	background-color: #7593ac;
	font-family: arial, helvetica, sans-serif;
}

#outer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#webpage
{
	width: 960px;
	background: url(images/webpagehdr.gif) top left no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

#header
{
	background-color: #e3e9ee;
	background-image: url(images/lys-logo.png);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cacacc;
	height: 65px;
	width: 100%;
}

#search
{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 257px;
	height: 35px;
	background: url(images/searchbg.gif) top left no-repeat;
}

#search form
{
	margin: 3px;
}

#search .searchlabel
{
	display: none;
	visibility: hidden;
}

#search .searchbutton
{
	position: relative;
	top: 3px;
	right: -5px;
}

#search .searchtextbox
{
	width: 210px;
	font-size: 1.3em;
	border: 0;
	margin-left: 0.25em;
}

#appbar
{
	height: 31px;
	border-top: 1px solid #fff;
	background: url(images/appbarbg.gif) top left repeat-x;
	width: 100%;
}

#appcontrols
{
	float: right;
	height: 28px;
	margin-top: 3px;
	margin-right: 23px;
	text-align: right;
	line-height: 28px;
	vertical-align: middle;
	width: 50%;
}

#navbar
{
	height: 25px;
	width: 100%;
	background: url(images/navbarbg.gif) top left repeat-x;
	border-bottom: 1px solid #3a3a3a;
	text-align: left;
}

.subnavbar
{
	background-color: #e5e4e4;
	height: 22px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c7c6c6;
	text-align: center;
}

#content .subnavbar
{
	background-color: transparent;
	margin-top: -20px;
	margin-bottom: 10px;
}

#page
{
	width: 960px;
	margin: auto;
	border-top: 1px solid #fff;
	background-color: #fff;
	padding-bottom: 20px;
}

img.masterlogo
{
	border: 3px solid black;
}

.rc
{
	
}

#content
{
	margin: 20px;
}

.lc #content
{
	margin-left: 220px;
}

.lrc #content
{
	margin-left: 25px;
	margin-right: 365px;
}

.rc #content
{
	margin-left: 15px;
}

#leftcol
{
	float: left;
	margin: 20px;
	width: 0px;
}
#rightcol
{
	width: 335px;
	float: right;
	padding-top: 2em;
	padding-right: 5px;
}

#leftcol ul
{
	list-style: none;
	text-indent: 5px;
}
#leftcol ul ul
{
	text-indent: 20px;
}
#leftcol ul li
{
	line-height: 1.4em;
}
#leftcol a
{
	text-decoration: none;
	color: black;
	display: block;
	width: 160px;
	border-bottom: 1px solid #fff;
}
#leftcol a:hover
{
	color: white;
}
#footer
{
	width: 960px;
	background: url(images/footerbg.gif) bottom left no-repeat;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer ul, #footer ul li
{
	display: inline;
}
#footer ul
{
	float: right;
	margin-top: 60px;
	margin-right: 10px;
}
#footer ul ul
{
	float: none;
}
#footer ul ul li
{
	font-size: 1em;
}
#footer ul ul li:before
{
	content: "|";
}
#footer ul li
{
	font-size: 0.8em;
	color: white;
}

#footer ul li a
{
	color: white;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 3px;
}
#navbar ul
{
	margin-left: auto;
	margin-right: auto;
}
#navbar ul li
{
	display: inline-block;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
#navbar ul li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 25px;
	vertical-align: middle;
	padding: 3px 5px 3px 5px;
	border: none;
	float: left;

}
#navbar ul li a.selected
{
	background: url(images/navhilitebg.gif) top left repeat-x;
}
#navbar ul li a:hover
{
	background: url(images/navhilite.gif) top left repeat-x #838181;
	color: black;
}

.subnavbar.breadcrumb
{
	text-align: left;
}
.breadcrumb span
{
	display: block;
	position: relative;
	top: 0px;
	left: 20px;
	width: 100px;
	height: 25px;
}
.breadcrumb ul
{
	position: relative;
	left: 120px;
	top: -25px;
}

#content .breadcrumb
{
}

.subnavbar ul
{
	margin-left: auto;
	margin-right: auto;
}

.subnavbar ul li
{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.subnavbar ul li a
{
	color: #000;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	border: none;
}
.subnavbar ul li a:hover
{
	background: #2195C8;
	color: white;
}
#header img
{
	margin: 5px;
}
#appbar h1
{
	font-size: 1em;
	margin-left: 20px;
	line-height: 31px;
	vertical-align: middle;
}
#content p, #content h2, #content h3
{
	margin-bottom: 10px;
}
#content p
{
	margin-top: 10px;
}


.invis
{
	border: 0px solid white;
}
.srch
{
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
	top: -7px;
	margin-left: 3px;
	width: 214px;
}

.appctrl
{
	height: 23px;
	padding-top: 3px;
	font-size: 12px;
	padding-left: 4px;
	border: none;
	margin: -4px 3px 0px 3px;
}

.narrow
{
	width: 70px;
	background: url(images/appfieldnarrowbg.png) top left no-repeat;
}

#appcontrols .button
{
	float: right;
}

.outline #outer
{
	width: 964px;
	background: url(images/olhdrbg.gif) top left no-repeat;
	padding-top: 5px;
}

.outline #webpage
{
	border-left: 2px solid #acabab;
	border-right: 2px solid #acabab;
	background: transparent;
}

.outline #footer
{
	width: 964px;
	background: url(images/olfooterbg.gif) bottom left no-repeat;
}

.shadow #outer
{
	width: 1034px;
	background: url(images/dswpbg.gif) 9px 0px repeat-y;
	padding-top: 10px;
}

.shadow #webpage
{
	background: transparent;
}

.shadow #header
{
	margin-left: -20px;
	margin-top: -20px;
	width: 1024px;
	background: url(images/dshdrbg.gif) -8px 0px no-repeat;
	border-bottom: none;
	padding-left: 30px;
	padding-top: 20px;
}

.shadow #search
{
	margin-right: 90px;
}

.shadow #footer
{
	width: 1024px;
	background: url(images/dsfooterbg.gif) 4px bottom no-repeat;
	height: 130px;
}

div.ajax__tab_xp div
{
}

.searchResultItem
{
	float: none;
	border-width: 1px;
	border-color: #C0C0C0;
	border-style: none none dotted none;
	padding: 0;
	margin: 0;
}

.searchResultItem_Hover
{
	background-color: #FFFF99;
	background-repeat: repeat-x;
}

.searchResultItem .activityDescription
{
	float: left;
	width: 370px;
	vertical-align: top;
	overflow: hidden;
	max-height: 80px;
}

.searchResultItem .activityTimes
{
	float: left;
	padding-left: 40px;
	width: 200px;
	vertical-align: top;
	height: 80px;
	overflow: hidden;
	font-size: 0.8em;
	color: #999999;
}

.ldlForm
{
	border-color: #C4E3FF;
	border-style: solid;
	border-width: 0 0 4px;
}

fieldset
{
	width: 900px;
	border-style: solid none none none;
	border-color: #C4E3FF;
	margin-bottom: 20px;
	border-top-width: 4px;
	padding-top: 6px;
}

fieldset p
{
	color: #333333;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.2em;
}

legend
{
	font-weight: bold;
	font-size: 1.2em;
	color: #9EC1E0;
	font-family: Verdana,Arial,sans-serif;
	padding-right: 10px;
}

fieldset ul
{
}

fieldset li
{
	list-style: none;
	padding: 8px 0px 8px 0px;
	margin: 0;
	vertical-align: middle;
	padding: 4px;
}

fieldset .data-entry-controls li
{
	float: left;
}

.ldlForm label
{
	font-weight: bold;
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 10px;
	color: #4D5762;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 34px;
}

.ldlForm input.textfield:focus, textarea:focus, select:focus
{
	border: 2px solid #9EC1E0;
	color: #333333;
}

input.textfield, textarea, select
{
	background-position: 0 0;
	background: #F9F9F9 none repeat scroll 0 0;
	border-color: #CCCCCC #DDDDDD #DDDDDD;
	border-style: solid;
	border-width: 2px;
	color: #777777;
	font-family: Arial,Verdana,sans-serif;
	font-size: 16px;
	padding: 4px;
	width: 350px;
}

/* portal bits */

.portalColumn
{
	display: block;
	width: 320px;
	float: left;
	border: dashed 1px #f0f0f0;
	min-height: 10px;
	padding: 0px 10px 0px 10px;
}

.portalColumn dl
{
	background-color: #ffffff;
	width: 300px;
	padding: 4px;
	margin: 5px;
	border: solid 1px #dddddd;
	border-collapse: separate;
}

.portalColumn dl dt
{
	padding: 2px 2px 2px 4px;
	cursor: move;
	background-color: #6699FF;
	color: #ffffff;
	font-weight: bold;
}

.portalColumn dl dd
{
	margin: 0;
}

.dragDropPlaceholder
{
	border: dashed 1px #aaaaaa;
	padding: 0px;
	border-collapse: separate;
}


.portalColumn .textItem
{
	float: left;
	width: 160px;
	height: 20px;
	overflow: hidden;
}

.portalColumn .mapLink
{
	float: right;
	font-size: 0.8em;
	color: #999999;
	cursor: pointer;
}

.portalColumn .date
{
	float: right;
	font-size: 0.8em;
	color: #999999;
}

.hidden
{
	display: none;
}

.portalCommand
{
	background-color: inherit;
	color: #286EA0;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	font-size: 0.8em;
}

.pager
{
	padding: 0px;
	list-style-type: none;
	margin-left: 0px;
}

.pager li
{
	display: inline;
	color: #286EA0;
}

.pager li input
{
	font-size: 0.8em;
	border-style: none;
	border-width: 0px;
	color: #286EA0;
	text-decoration: underline;
	background-color: #FFFFFF;
	cursor: pointer;
}

table.searchresults
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
}

table.searchresults tr th
{
	background-color: #E2E2EE;
	color: #666666;
	border: 1px solid #cccccc;
	padding: 0.25em;
	font-variant: small-caps;
	font-size: 0.85em;
}
table.searchresults tbody tr th
{
	text-align: left;
}

table.searchresults tr td
{
	font-size: 0.85em;
	border: 1px solid #cccccc;
	margin: 0;
	padding: 0;
	vertical-align: top;
	padding: 0.25em;
}

table.searchresults a
{
	font-size: 0.8em;
}

.data
{
	display: none;
}

.explanatory
{
	color: #666666;
	font-size: 12px;
	font-style: italic;
	clear: left;
}

.explanatoryLarge
{
    color: #666666;
    font-size: 16px;
    font-style: italic;
    clear: left;
    font-weight: bold;
}

.largeInfo
{
    color: Red;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    clear: left;
    font-weight: bold;
}

.button-block
{
	clear: both;
}

.clear
{
	clear: both;
	height: 2px;
	line-height: 2px;
}

label
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.button
{
	margin-top: 18px;
}

#header h1
{
	margin-left: 80px;
	padding-top: 15px;
}

.message
{
	background-color: #FFFFCC;
	border: 2px dashed #990000;
	padding: 4px;
}

.validation-issue
{
	background-color: #FFFFCC;
	border: 2px dashed #990000;
	color: #404040;
	padding: 4px;
}

.emailpreview-subject
{
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #404040;	
}

.emailpreview-subject span
{
	font-size: 12px;
	font-weight: normal;
	color: #909090;
}

.emailpreview-body
{
	font-size: normal;
	font-weight: bold;
	color: #404040;	
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-top: 10px;
}

.formpair .formcontrol img
{
    float:left; paddings: 0px;
}

.formbtn {
margin-top: 10px;
margin-bottom: 10px;
}

.select-all-button-on {
margin-right: 10px;
}



/* for image library*/

.imageItemStyle
{
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #333333 #333333 #ccc;
	display: inline-block;
	width: 150px;
	padding: 2px;
	font-size: 9px;
	overflow: visible;
	height: 150px;
	margin: 5px;
	text-align:center;
}

.imageText
{
	margin: 5px 5px 15px 5px;
	font-size: 11px;
	
}

