/*********** GLOBAL SETTINGS ************************/
* {margin: 0; padding: 0;}
html{overflow-y: scroll;}
a {outline: none;} /* removes Firefox dotted outline on click */
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}

/*************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 12px;
	background: #fff url(/_media/back.jpg) repeat-x;
	text-align: center;
	color: #000;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 15px;
	padding-top: 0;
	background: #fff;
	text-align: left;
}

h1 {
	font-size:16pt;
	font-weight: normal;
	color:#E96C00;
	margin-bottom: 1em;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	color: rgb(49,123,214);
	text-transform: capitalize;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: .5em;
}

p {
	margin-bottom: 1em; 
	line-height: 1.4;
	font-size: 13px;
}

.small {
	font-size: 11px;
}

ul {list-style: none;}
li {
	margin-bottom: 1em;
	height:auto;
	line-height: 1.4;
	font-size: 13px;
}

.homepage li {
	line-height: 1.2;
	font-size: 12px;
	}
/* links */

a:link, a:visited {
	color:#007FFF;
	font-weight: normal;
	text-decoration:none;
	font-size:13px;
}

a:link.small, a:visited.small {
	font-size:11px;
}
a:hover {
	text-decoration:underline;
}

/*
*************** HEADER ********************/
#header {
	overflow: hidden;
	background: url(/_media/logo_eadoc.gif) no-repeat;
	text-align: right;
	height: 82px;
}

#header h1{
	float: left;
}

#header h1 a {
	display: block;
	width: 128px;
	height: 82px;
	text-decoration: none;
}

#header h1 span {
	display: none;
}

#header p {
	padding-top: 10px;
	font-size: 10px;
}

#header p a {
	font-size: 10px;
}

/*
*************** TOP NAV ********************/
#nav {
	clear: left;
	height:40px;
	background: url(/_media/topnav_bg.gif) repeat-x;	
	text-align: left;
}

body.about #nAbout,
body.deployment #nDeployment,
body.customers #nCustomers,
body.solutions #nSolutions,
body.products #nProducts,
body.support #nSupport {
	color: #fff;
}

/*
*************** CONTENT ********************/
body.home #valprop {
	background: #eef5fb url(/_media/valprop_home.gif) no-repeat;
	width: 960px;
	height: 210px;
	border-bottom: 6px solid #1b4384;
}

body.home #valpropcontent {
	background: url(/_media/valprop_home_screenshot.gif) bottom right no-repeat;
	width: 326px;
	height: 180px;
	padding: 30px 20px 0 20px;
	float:right;
}

#valpropcontent h2 {
	margin: 0;
}

#valpropcontent h2 a {
	color: #007fff;
	font-size: 17px;
	font-weight: bold;
	background: url(/_media/icon_chevron_large.gif) 100% 50% no-repeat;
	padding-right: 10px;
	margin: 0;
}

#valpropcontent p {
	font-size: 12px;
	color: #666;
	margin: 0 0 10px 0;
}

.valpropButton {
	float: left;
	padding-top: 132px;
	padding-left: 40px;
}

.valpropButton a:hover {
	text-decoration: none;
}

#contentWrap {
	margin-top: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
}

body.newsletter #contentWrap {
	padding-left: 0;
}

#contentWrap li {
	background: url(/_media/bullet_orange.gif) 0 6px no-repeat;
	padding-left: 10px;
}

#contentWrap ol {
	margin-left: 2em;
}

#contentWrap ol li {
	background-image: none;
}

#contentWrap li ul {
	margin-top: 10px;
	margin-left: 20px;
}

#contentWrap li ul li {
	background: url(/_media/bullet_gray.gif) 0 6px no-repeat;
	padding-left: 10px;
}

#content {
	width: 635px;
	overflow: hidden;
}


body.noSidebar #content {
	margin-right: 0;
	width: auto;
}

#content h2 a {
	font-weight: bold;
	font-size: 15px;
	color: rgb(49,123,214);
}

#content h2 a:hover {
	font-weight: bold;
	font-size: 15px;
	color: rgb(49,123,214);
}

.callout {
	float: left;
	width: 285px;
	height: 220px;
	margin-right: 20px;
	display: inline;
	border: 1px solid #ccc;
	padding: 10px;
}

.callout h1 a {
	font-size:16pt;
	font-weight: normal;
	color:#E96C00;
	margin-bottom: 1em;
}

blockquote {
	background:url(/_media/bubble.gif) no-repeat;
	padding: 15px 20px 0 20px;
	height: 85px;
	margin-top: 15px;
	float:left;
	width: 594px;
}

blockquote a.quote, a:visited.quote {
	color: #636363;
	font-size: 17px;
}

p.cite {
	margin-top: 5px;
	margin-left: 20px;
	font-size: 13px;
	color: #666;
	line-height: 1.2;
	float:left;
	width: 594px;
}

ul.threeCol {
	float: left;
	width: 32%;
}

.colTwo {
	float: left;
	width: 48%;
	display: inline;
}

.colTwo h2 {margin-bottom: 5px;}

.screenshot {
	clear: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}

.screenshot a {
	font-weight: bold;	
}

.screenshot p {
	margin-top: 5px;	
}

.demo p {
	margin-top: 20px;	
}

.demo img {
	float: left;
	width: 196px;
	margin-right: 5px;	
}

p.question {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

.logo {
	float: left;
	width: 246px;
	margin-bottom: 10px;
}

.descr {
	margin-left: 266px;
	margin-bottom: 10px;
}

.descr p {
	margin-bottom: 0;
	}
	
#tabsWrap {
}

#content ul#tabs {
	height: 25px;
	width: 557px;
	margin-left: 0;
}

#contentWrap #content #tabs li {
	list-style: none;
	background: none;
	float: left;
	margin: 0 5px 0 0;
	padding-left: 0;
}

#content #tabs a {
	float: left;
	display: block;
	background: #DFEAF5;
	padding: 5px 5px 0 0;
	text-decoration: none;
	height: 20px;
	width: 150px;
	text-align: center;
	color: #1B4384;
	font-size: 11px;
	font-weight: bold;
}

#content #tabs a:hover {
	color: #1B4384;
}

#content #tabs li.ui-tabs-selected a {
	background: #1B4384;
	color: #fff;
	font-weight: bold;
}

#content #tabs li.ui-tabs-selected a:hover {
	color: #fff;
	font-weight: bold;
}

#tabsWrap .tabContent {
	clear: left;
}

.ui-tabs-hide { display: none; }

.border {
	border: 1px solid #1B4384;
	padding: 20px;
	}

.event {
	margin-bottom: 25px;
	}

.event img {
	margin-bottom: 5px;
	}
	
/*
*************** TABLES ********************/
table.std {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
}

.std th {
	text-align: center;
}

.std td, .std th {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.comparison th {
	background: #1B4384;
	color: #fff;
}

.ltBlue {
	background: #DFEAF5;
	font-weight: bold;
}

.ltGray {
	background: #eee;
}

.nowrap {
	white-space: nowrap;
}

/*
*************** SIDEBAR ********************/
#sidebarWrap {
	float: right;
	width: 288px;
	}
#rtSidebar {
	background: #eef5fb url(/_media/sidebar_bg.gif) 0 bottom repeat-x;
	margin-bottom: 20px;
}

#rtSidebar .section {
	border-top: 2px solid #deeaf5;
	padding: 15px;
	padding-bottom: 5px;
}

#rtSidebar .section h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

#rtSidebar .section h3 {
	color: #007fff;
	font-size: 12px;
	margin-bottom: 0;
}

#rtSidebar .section h3 a {
	font-weight: bold;
	font-size: 12px;
}

#rtSidebar .section p {
	color: #555;
	font-size: 11px;
	line-height:1.2;
}

#rtSidebar .section p a {
	font-size: 11px;
}

.custLogo {
	border: 6px solid #deeaf5;
	margin-bottom: 1em;
}

#rtSidebar .section p.custDesc {
	color: #999;	
}

#rtSidebar .section p.custDesc  a {
	font-size: 11px;
}

p.intro {
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.2;
}

.content {
	font-family: Verdana, Arial;
	text-align: left;
	font-size: em;
	font-weight: normal;
	align: left;
	color: black;
}

#caseStudy {
	padding: 15px;
}

/*
*************** Newsletter Pages ********************/
#newsSidebar {
	float: left;
	margin: 0 10px 0 0;
	width: 180px;
	background:#deeaf5 url(/newsletter/media/sidebar.gif) no-repeat;
	}

#newsSidebar a {
	font-size: 11px;
	color: #007fff;
	font-weight: bold;
	text-decoration:none;
}

#newsSidebar p {
	margin: 0;
	font-size: 11px;
	color: #666;
 }

#newsSidebar h2 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	}
	
#newsSidebar table td {
	padding: 10px 5px 0 5px;
	}

#newsSidebar table td.newsRule {
	border-bottom: 2px solid #c9e2f8;
	padding-bottom: 10px;
	}

p.newsDate {
	font-size: 11px;
	color: #fff;
	background: #317BD6;
	padding: 3px;
	}

/*
*************** AIA Landing Page ********************/
blockquote.aia-quote {
	margin-top: -10px;
	padding-top:8px;
	height: 93px; 
	font-size:15px;
	color: #636363;
}

/*
*************** FOOTER ********************/
#footer {
	margin-top: 10px;
	padding-left: 15px;
	padding-top: 10px;
	border-top: 1px solid #999;
} 

#footer div {
	margin-bottom: .5em;
	font-size: 10px;
	color: #999;
	white-space: nowrap; 
	display: inline;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
	text-decoration: underline;
}


/* misc.
---------------------------------------------------------- */
a.chevron {
	padding-right: 10px;
	background: url(/_media/icon_chevron.gif) 100% 50% no-repeat;
}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr { 
	display: none;
	height:0px; 
    border:0px; 
    border-top:1px solid #ccc;
}

.nomargin {margin: 0;}



/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	 float: left;
	 font-weight: bold;
	 display: inline;
	margin-top: 13px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	z-index: 100;
	top: 20px; 
	left: 10px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 text-align: center;
	margin-bottom: 0;
	width : auto;
	/*width needed or else Opera goes nuts */
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 text-align: left;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color : #deeaf5;
	width : auto;
	padding: 0 15px;
	text-transform: uppercase;
}

.menulist li ul.submenu {
	padding: 0;
	margin: 0;
}

.menulist li ul.submenu li a {
	height: auto;
	color: #000;
	background: #deeaf5;
	 width: 160px;
	padding: 3px 5px;
 	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}

/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
}
.menulist .submenu a:hover, .menulist .submenu a.highlighted:hover, .menulist .submenu a:focus {
 color: #FFF;
 background-color: #317bd6;
}
.menulist a.highlighted {
 color: #FFF;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */



/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#404040;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/_media/cb/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/_media/cb/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/_media/cb/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/_media/cb/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/_media/cb/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/_media/cb/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/_media/cb/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/_media/cb/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin:30px 0 28px 0;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/_media/cb/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/_media/cb/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/_media/cb/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/_media/cb/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:0; right:0; background:url(/_media/cb/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/_media/cb/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/_media/cb/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/_media/cb/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/_media/cb/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/_media/cb/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/_media/cb/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/_media/cb/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/_media/cb/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
