/** Stylesheet for AAI **/
/* general styles */
h3 { margin-top: 20px; }
dt { margin-top: 8px; }

a.glossary
{
	text-decoration: none;
	border-color: #FE911B;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
}

/* Styles for FAQ */
.faq
{
	line-height: 1.2em;
	font-size: 1em;
	text-decoration: underline;
}

/* Styles for HOWTO and guides */
tt { font-weight: bold; }
OL.withroman { list-style-type: lower-roman; }
.prompt { color: blue; }
.input { color: red; }
.warning { color: red; }
.icon { padding: 0px 4px 0px 0px; }

.note
{
	color: blue;
	font-weight: bold;
}

.comment { color: dimgray; }

.console
{
	background: #F9F9F9;
	border: solid;
	border-width: 1px;
	border-color: gray;
	margin-left: 3px;
	margin-right: 1px;
	padding: 4px;
}

.file
{
	background: #FCFCC0;
	border: solid;
	border-width: 1px;
	border-color: gray;
	margin-left: 3px;
	margin-right: 1px;
	padding: 4px;
}

/* Styles inspired by econf.switch.ch, smap.switch.ch and nic.switch.ch */
.box
{
	border: 1px solid #4C4C4C;
	background: url(/export/system/modules/ch.SWITCH.ocms.www/resources/images/nav/subnav_bg_g.gif) repeat-x top left;
	background-color: #F4F6F5;
}

.boxHeadertext
{
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #4C4C4C;
	background: url(/export/system/modules/ch.SWITCH.ocms.www/resources/images/nav/subnav_headline_bg_g.gif) repeat-x top left;
	background-color: #EBEEED;
}

.boxContentWhite { background-color: white; }

.boxContentBlue
{
	background: transparent url(/export/system/modules/ch.SWITCH.ocms.www/resources/images/nav/subnav_headline_bg_b.gif) repeat-x scroll left top;
	background-color: #D8E4EF;
}

.boxContentPink
{
	background: transparent url(/export/system/modules/ch.SWITCH.ocms.www/resources/images/nav/subnav_headline_bg_y.gif) repeat-x scroll left top;
	background-color: #FEF3DD;
}

.norm1
{
	padding-left: 8px;
	background-image: url(/cms/system/modules/ch.SWITCH.ocms.front.www/resources/images/framework/nav_arrow_blue_norm.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

.open1
{
	padding-left: 10px;
	background-image: url(/cms/system/modules/ch.SWITCH.ocms.front.www/resources/images/framework/nav_arrow_blue_open.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

/* SWITCHaai Login pages style */
h2.switchaai
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 17px;
}

h3.switchaai
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}

a.switchaai
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #203781;
	font-size: 12px;
}

span.switchaai { line-height: 30px; }

img.switchaai-login-button
{
	padding-bottom: 10px;
	padding-top: 12px;
}

input.non-aai-login-button
{
	padding-bottom: 8px;
	padding-top: 12px;
	float: right;
}

input.non-aai-login
{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-bottom: 4px;
}

input.switchaai
{
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
}

.switchaai
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.login-field
{
	background-color: #EBEBEB;
	border-color: #969696;
	border-width: 1px;
	border-style: solid;
	padding: 6px;
}

.box-aai
{
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #00247D;
	border-width: 1px;
	padding: 10px;
	text-align: left;
}

.box-non-aai
{
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 10px;
	text-align: left;
}


/* Design Guideline Styles */
/* AAI Classes */
h1.aai
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	padding-bottom: 12px;
}

h2.aai
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p.aai
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a.aai
{
	color: #00247D;
	text-decoration: underline;
}

a.aai:visited
{
	color: #00247D;
	text-decoration: underline;
}

a.aai:focus, a.aai:hover, a.aai:active
{
	color: #F39800;
	text-decoration: underline;
}

li.aai { padding-right: 10px; inherit: none;}

img.aai {border: 0;}


