/*CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	font-family: Verdana;
	font-size: 0.8em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}

img { border: none; }
/*End of CSS Reset*/


* {
	margin: 0;
}

html, body
{
	height: 100%;
	font-family: arial;
}

body
{
	background-repeat: repeat-x;
	background-position: top;
	color: Gray;
}

h1, h2, h3, h4
{
	color: #666666;
}

h1
{
	font-size: 2.2em;
	margin: 0px 0px 10px 0px;
}

h2
{
	font-weight: normal;
	font-size: 1.8em;
}

p
{
	margin-bottom: 10px;
}

a
{
	color: #fa9b2b;
}

textarea, input{
	color: black;
	font-family: Verdana;
	padding: 3px;
	background-image: url(/images/bluebrown/back_input.gif);
	background-color: White;
	border: 1px solid #b6b6b6;
	background-repeat: repeat-x;
	background-position: center top;
}

/* V2.2 B.32 SMPH-512 Start */
textarea:disabled, input:disabled{
	background-image: none;
	background-color: rgb(235, 235, 228);
}
/* V2.2 B.32 SMPH-512 End */

.login
{
	background-image: url(/images/bluebrown/icons/world.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}

.submit-clear {
    border: none !important;
    background-color: transparent !important;
}

.send
{
	background-image: url(/images/bluebrown/icons/email_go.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: Gray;
}

a.login
{
	color: Gray;
}

.bigbutton
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 12px 12px 12px 30px;
	background-position: 10px 12px;
	cursor: pointer;
}

div.bigbuttoncontainer
{
	background-image:url(/images/bluebrown/bigbuttoncontainer.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	float: left;
}

div.bigbuttoninner
{
	background-image: url(/images/bluebrown/bigbuttoninner.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.littlebutton
{
	display: block;
	padding: 7px 7px 7px 23px;
	background-position: 3px 7px;
	cursor: pointer;
    min-height: 30px; /* V2.2 B.33 SMPH-513, V2.2 B.71 SMPH-555 */
}

div.buttoncontainer
{
	background-image:url(/images/bluebrown/buttoncontainer.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	height: 30px;
	float: left;	
}

div.buttoninner
{
	background-image:url(/images/bluebrown/buttoninner.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div.button_inner_inner
{
	background-image:url(/images/bluebrown/buttonback.png);
	background-repeat: repeat-x;
	margin: 0px 3px 0px 3px;
}

#Wrapper {
	min-height: 100%;
	height: 100%;    !important;
	margin: 0 auto -32px;
	position: relative;
	
}

#Footer, .push {
	height: 32px;
}

#FooterInner
{
	font-size: 0.8em;
	color: #999999;
	background-color: #282828;
	padding: 10px;
	text-align: center;
}

#MainContent {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	background-position: center top;
	background-repeat: no-repeat;
}

.bodyOrg #MainContent {
	/*background-image: url(/PublicWebsite/images/symphony-orghome-background2.gif);*/
	background-attachment: fixed;
        background-image: url(/PublicWebsite/images/symphony-orghome-background2.gif);
        background-position: top left;/* Center the image */    
        background-repeat: no-repeat; /* Do not repeat the image */   
        background-size: cover; /* Resize the background image to cover the entire container */
}

.bodyTrial #MainContent
{
	background-image: url(/PublicWebsite/images/back_orghome.gif);
}

#pTrialWebSite
{
	padding: 20px 20px 0px 20px;
}

/*.bodyOrg #pTrialWebSite
{
	padding: 290px 20px 0px 0px;
}*/

.bodyTrial #pTrialWebSite
{
	padding: 50px 20px 0px 20px;
}

#Left
{
	width: 480px;
	float: left;
	overflow: hidden;
	text-align: left;
	padding: 30px 0px 0px 0px;
}

.bodyOrg #Left
{
	padding: 0px;
	width: 490px;
}

.bodyTrial #Left
{
	padding: 0px;
	width: 490px;
}

#Right
{
	width: 430px;
	float: right;
	background-image: url(/images/bluebrown/backrightshadow.gif);
	background-repeat: no-repeat;
	background-position: 20px 140px;
	overflow: hidden;
	padding: 140px 0px 0px 0px;
}

.bodyOrg #Right
{
	width: 420px;
	padding: 0px 250px 0px 0px;
}

.bodyTrial #Right
{
	width: 420px;
	padding: 0px 0px 0px 0px;
}

#RightBottom
{
	background-image: url(/images/bluebrown/back_rightshadowbottom.gif);
	background-position: 20px bottom;
	padding: 0px 0px 40px 40px;
	background-repeat: no-repeat;
	text-align: left;
}
#LeftBottom {
	background-image: url(/images/bluebrown/back_rightshadowbottom.gif);
	background-position: 20px bottom;
	padding: 0px 0px 40px 40px;
	background-repeat: no-repeat;
	text-align: left;
}


.bodyOrg #Right, .bodyOrg #RightBottomm, .bodyOrg #LeftBottom {
	background: none;
}

.bodyTrial #Right, .bodytrial #RightBottom, .bodyTrial #LeftBottom {
	background: none;
}

.bodyOrg #RightBottom
{
	padding: 70px 0px 40px 50px;
}

.bodyOrg #LeftBottom {
	padding: 70px 120px 40px 80px;
}

.bodyTrial #RightBottom {
	padding: 70px 0px 40px 50px;
}

.bodyTrial #LeftBottom {
	padding: 70px 120px 40px 80px;
}

#Right h3
{
	margin-top: 20px;
	margin-bottom: 5px;
}

#Right h2
{
	font-size: 1.4em;
}

#Header
{
	padding: 20px;
	text-align: center;
}

#Header h1
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: White;
	font-size: 2.2em;
}

#Header .description
{
	color: #d3e9ff;
	width: 950px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#TopMenu
{
	position: absolute;
	top: 77px;
	left: 550px;
}

.bodyOrg #TopMenu
{
	top: 37px;
	left: 568px;
}

.bodyTrial #TopMenu
{
	top: 37px;
	left: 568px;
}

#TopMenu ul
{	
}

#TopMenu ul li
{
	float: left;
}

#TopMenu ul li a
{
	display: block;
	padding: 15px 25px 15px 25px;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #205386;
}

.bodyTrial #TopMenu ul li a
{
	display: block;
	padding: 15px 20px 15px 20px;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #205386;
}

#TopMenu ul li a:hover
{
	background-color: #ff9a2e;
}

#ContentContainer
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1420px;
	margin-bottom: 20px;
	position: relative;
}

.latestNews
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.latestDocument
{
}

.more
{	
}

.summary p
{
	margin: 0px;
}

.littleForm textarea
{
	height: 50px;
	width: 200px;
}

.littleForm input
{
	width: 200px;
}

.newsItem
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f6f6f6;
}

.newsItem .datePosted
{
	margin: 0px 10px 0px 0px;	
}

.newsItem .datePosted
{
	color: gray;
}

.newsItem .datePosted .day
{
	color: #3d8ddf;
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
}

.newsItem .datePosted .month
{
	font-size: 1.3em;
	text-align: center;
}

.newsItem .datePosted .year
{
	font-size: 1.0em;
	text-align: center;
}

.newsItem h3
{
	color: #347ec9;
	font-size: 1.3em;
	margin: 3px 0px 0px 0px;
}

.newsItem .postedBy
{
	margin: 0px 0px 5px 0px;
}

.latestNews #ListNews_pNewsItems
{
	padding: 10px 10px 0px 10px;
}

.content
{
	margin: 10px 0px 10px 0px;
}

.latestDocuments #ListDocuments_pDocuments
{
	padding: 0px 10px 0px 10px;
}

/*--Documents--*/
.documentList .postedBy
{
	color: Gray;
	font-size: smaller;
}

.documentList h3
{
	margin-top: 0px;
	font-size: 1.1em;
}

.documentList .description
{
	margin: 5px 0px 5px 0px;
}

.document
{
	border-bottom: 1px solid #fcfcfc;
	padding: 10px 0px 10px 10px;
}

.document .docVersions
{
	margin: 5px 0px 0px 0px;
	font-size: smaller;
	background-color: #f6f6f6;
	padding: 5px;
}

.document .docVersions li
{
	margin: 0px 0px 4px 0px;
}

.nodocument
{
	padding: 20px 0px 20px 10px;
	border-bottom: 1px solid #fcfcfc;
	background-color: #f6f6f6;
	color: Gray;
}

.documentimage
{
	display: block;
	width: 55px;
	height: 51px;
	text-indent: -10000px;
	background-repeat: no-repeat;
}

h3.documentSetDate
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.1em;
}

.documentimage
{
	background-image: url(/images/mime/any.gif);
}

.mimefilenotfound
{
	background-image: url(/images/mime/fnf.gif);
}

.mimepdf
{
	background-image: url(/images/mime/pdf.gif);
}

.mimedoc,
.mimedocx
{
	background-image: url(/images/mime/doc.gif);
}


.mimegif
{
	background-image: url(/images/mime/gif.gif);
}

.mimejpg
{
	background-image: url(/images/mime/jpg.gif);
}

.mimeppt,
.mimepptx
{
	background-image: url(/images/mime/ppt.gif);
}

.mimexls,
.mimexlsx
{
	background-image: url(/images/mime/xls.gif);
}

#Documents .folder
{
	background-image: url(/images/bluebrown/icons/treearm.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;	
}

#Documents .folder .folderTitle
{
	font-size: 1.2em;
	font-weight: normal;
	cursor: pointer;
	padding: 5px 5px 5px 25px;
	background-image: url(/images/bluebrown/icons/folder.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: White;
	margin: 0px;
}

#Documents .folder .folderTitle
{
	margin: 0px 0px 0px 10px;
}

#Documents .content
{
	border-left: 10px solid #f5f3e7;
	margin: 0px 0px 10px 7px;
	background-color: White;	
}

#Documents .folder .content
{
	margin: 0px 0px 10px 17px;
}

#Documents .documentList
{
	padding: 10px;
}

#Documents .documentList .littlebutton
{
	padding: 7px;
}

#Documents .documentList .littlebutton a
{
	display: block;
	padding: 2px 2px 2px 18px;
}

#Documents .documentList .littlebutton .edit
{
	border-right: 1px solid #cccccc;
    padding-right: 10px;
}

#Documents .documentList .buttoncontainer
{
	margin: 10px 0px 0px 0px;
}

#Documents .pageButtons
{
	padding: 10px 10px 10px 10px;
	background-color: #dbd9c8;
}

#Documents .documentPageButtons
{
	padding: 0px;
	font-size: smaller;
	background-color: Transparent;
}

#Documents .docVersions a, #Documents h3 a
{
	color: Black;
	text-decoration: none;
}

#Documents .document .docVersions .content
{
	border: none;
	margin: 0px 0px 10px 0px;
	background-color: Transparent;	
}

.folderOpen
{
	background-image: url(/images/bluebrown/icons/folder.gif);
}

.postedBy
{
	font-size: smaller;
	color: Gray;
	margin: 5px 0px 0px 0px;
}

.warningmessagebox
{
	background-image: url(/images/bluebrown/icons/exclamation.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	border: 1px solid #f7d6d6;
	background-color: #ffe7e7;	
	padding: 10px 10px 10px 25px;
	color: Red;
	display: block;
}

.successfulmessagebox
{
	background-image: url(/images/bluebrown/icons/tick.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
    border: 1px solid #7cbb65;
    background-color: #dbf2d9;
    padding: 10px 10px 10px 25px;
    color: Green; 
    display: block;   
}

.message
{
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #eee77c;
	background-color: #fffaac;
	color: #666600;
}

#Consent
{
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
}

#SiteApprovalStatus
{
	border-top: 1px dotted #cccccc;
	margin: 20px 0px 0px 0px;
	padding 20px 0px 0px 0px;
}

#SiteApprovalStatus h2
{
	margin: 20px 0px 10px 0px;
}

#SiteApprovalStatus h3
{
	margin: 0px;
}

#SiteApprovalStatus .siteStatus0, #SiteApprovalStatus .siteStatus1, #SiteApprovalStatus .siteStatus2
{
	padding: 0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: left center;	
}

#SiteApprovalStatus .siteStatus0
{
	background-image: url(/images/publicwebsite/siteStatus0.gif);
}

#SiteApprovalStatus .siteStatus1
{
	background-image: url(/images/publicwebsite/siteStatus1.gif);
}

#SiteApprovalStatus .siteStatus2
{
	background-image: url(/images/publicwebsite/siteStatus2.gif);
}

#ContactInformation
{
	border-top: 1px dotted #cccccc;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;	
}

#ContactInformation
{
	
}

#ContactInformation h2
{
	margin: 20px 0px 0px 0px;
}

#ContactInformation .contactname
{
	color: #347ec9;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#ContactInformation .telephone
{
	color: #347ec9;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	background-image: url(/images/bluebrown/icons/telephone.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

#ContactInformation .email
{
	color: #347ec9;
	margin: 2px 0p 0px 0px;
	padding: 0px 0px 0px 25px;
	background-image: url(/images/bluebrown/icons/email.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

a.home
{
	background-image: url(/images/bluebrown/icons/house.gif);
	background-position: 2px 8px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: Gray;
}

#Contact
{
	border-top: 1px dotted #cccccc;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#Contact h2
{
	margin: 20px 0px 0px 0px;
}

.message p
{
	margin: 0px;
}

.bodyOrg #Login
{
	padding: 10px 0px 60px 0px;
}

.bodyTrial #Login
{
	padding: 10px 0px 60px 0px;
}

#Login a
{
	color: #347ec9;
}

#Login .buttoncontainer a
{
	color: Gray;
}

#Login .message
{
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	color: Gray;
}

#Login tr td
{
	margin: 0px 0px 10px 0px;
}

#Trials .trial
{
	/*background-image: url(/PublicWebsite/images/back_shadedList.gif);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 1px solid #f6f6f6;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
}

#Trials .trial h3
{
	color: #347ec9;
	font-size: 1.3em;
	margin: 5px 0px 0px 0px;
}


.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* V2.2 B.01 SMPH-476 Start */
.fullmaxwidth {
    max-width: 100%;
}
/* V2.2 B.01 SMPH-476 End */