/***************************
 * CSS STYLESHEET FOR JAGI *
 ***************************/

.clear { clear: both }
body { border: 0; outline: 0; margin: 0; padding: 0; vertical-align: baseline }
body { font-size: 12px; line-height: 1.5em; margin: 0; text-align: center }
.container { margin: 0 auto; position: relative; width: 770px }

#header { border-bottom: #cccccc solid 1px; clear: both; height: 90px; width: 100% } 
#header a { border: 0; display: block; height: 100%; width: 100% }
#header h1 { background: url("title.png") 0 0 no-repeat; height: 90px; margin: 0; text-indent: -9999px; width: 390px }

#toolbar { border-bottom: #cccccc solid 1px; margin-bottom: 9px; padding: 9px}
#search { float: left; width: 385px }
#admin { float: right; text-align: right }
#admin { padding-bottom: 1px}

#navigation { margin-top: 10; margin-right: 50; width: 160 }
#content { margin-top: 20; width: 550 }

#footer { border-top: #cccccc solid 1px; clear: both; font-size: 11; margin-top: 18px; padding: 9px 0 }
.dnnCopyright {color: #666666 }

/* ======================================================================================================================*/

body { background: #ffffff; color: #000000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.Normal { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12 }
.Normal h2 { font-size: 1.750em; line-height: 1.286em; margin-bottom: 0.429em }
td { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12 }

a:focus { outline: inverted dotted 1px }
a:link, a:visited { color: #1651AC; border-bottom: #dddddd solid 1px; text-decoration: none }
a:hover, a:active { color: #AF2A2A; border-bottom: #AF2A2A solid 1px; text-decoration: none }
p { margin-bottom: 1.5em }

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal }
h1, h2, h3, h4, h5, h6 { color: #000000 }
h2 { font-size: 21; line-height: 1.286em; margin-bottom: 0.429em }
h3 { font-size: 18; line-height: 1.500em; margin-bottom: 0.500em }
h4 { font-size: 16; line-height: 1.125em; margin-bottom: 1.125em }
h5 { font-size: 14; line-height: 1.286em; margin-bottom: 1.286em }
h6 { color: #AF2A2A; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase }
h6 { font-size: 12; line-height: 1.500em; margin-bottom: 1.500em }

acronym, abbr { border-bottom: #666666 dotted 1px }
del { color: #999999; text-decoration: line-through }
ins { color: #880000; text-decoration: underline }
strong, b { font-weight: bold }
dfn, em, i { font-style: italic }
code { font-size: 1em; font-family: "Courier New", Courier, monospace; line-height: 1.5em }

blockquote { color: #666666; font-family: Georgia, "Times New Roman", Times, serif; margin: 0 1.500em 1.500em 1.500em }
blockquote p { font-size: 1.000em; line-height: 1.000em }
blockquote cite { font-size: 0.917em }

ul, ol { margin: 0 0 1.50em 2.25em }
dl { margin: 0 0 1.5em 0 }
dl dt { font-weight: bold }
dd { margin: 0 0 0 1.5em }
ol { list-style: decimal }
ul { list-style: square }

/* [SOLPARTMENU] =======================================================================================================*/

.MainMenu_MenuContainer
{
	border: solid 0;
	font-size: 0px;
}
.MainMenu_MenuContainer TABLE
{
	border: solid 0;
}
.MainMenu_MenuContainer TD
{
	padding: 0 0 0 0;
	border: solid 0;
}
.MainMenu_MenuBar
{
	height: 37; 
}
.MainMenu_MenuItem
{
	color: #1651AC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.MainMenu_MenuItem TD
{
	vertical-align: middle;
}
.MainMenu_RootMenuItem TD
{
	color: #1651AC;
	border-bottom: #bbbbbb dotted 1px; 
}
.MainMenu_MenuItemSel TD
{
	background-color: White;
	border-bottom: #bbbbbb dotted 1px; 
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: middle;
}
.MainMenu_MenuIcon 
{
	display: none;
}
.MainMenu_SubMenu {
	border-style: solid;
	border-width: 1px;
	border-color: #1651AC;
	font-size: 0px;
	padding: 0 0 0 0;
}
.MainMenu_SubMenu TD {
	padding: 0 0 0 0;
	vertical-align: middle;
}
.MainMenu_SubMenuItemSel {
	background-color: White;
	border: solid 0;
	color: #333333;
	font-weight: bold;
	height: 19; 
}
