body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #102234;
    BORDER-RIGHT: #102234 1px solid; 
    BORDER-TOP: #102234 1px solid; 
    BORDER-LEFT: #102234 1px solid; 
    BORDER-BOTTOM: #102234 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#fff;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #fff;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #fff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #fff;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #fff;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #fff;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	 color: #fff;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	 background-color: Black;
	 color: #fff;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #fff;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #fff;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #fff;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #fff;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #4C9AC2;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #ffffff;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #ffffff;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #ffffff;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #ffffff;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #ffffff;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #ffffff;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #ffffff;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #ffffff;
}

A:link  {
    text-decoration:    none;
    color:  #ffffff;
}

A:visited   {
    text-decoration:    none;
    color:  #ffffff;
}

A:hover {
    text-decoration:    underline;
    color:  #ffffff;
}

A:active    {
    text-decoration:    none;
    color:  #ffffff;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #ffffff;
    height:1pt;
    text-align:left
}


.StandardWidth {
	width: 1300px;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
	background-image: url(index4_r1_c1.jpg);
}
.iadmd_topbg01{
	background-image: url(iadmd_topbg01.jpg);
	background-repeat: no-repeat;
	width: 284px;
	height: 172px;
}
.iadmd_topbg02{
	background-image: url(iadmd_topbg02.jpg);
	background-repeat: no-repeat;
	width: 426px;
	height: 172px;
}
.iadmd_topbg03{
	background-image: url(iadmd_topbg03.jpg);
	background-repeat: no-repeat;
	width: 347px;
	height: 151px;
}
.iadmd_topbg04{
	background-image: url(iadmd_topbg04.jpg);
	background-repeat: no-repeat;
	width: 243px;
	height: 172px;
}
.iadmd_leftbg{
	background-image: url(iadmd_leftbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.iadmd_leftbg1{
	background-image: url(iadmd_leftbg_1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.iadmd_leftbg2{
	background-image: url(iadmd_leftbg_2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.iadmd_leftbg3{
	background-image: url(iadmd_leftbg_3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.iadmd_leftbg4{
	background-image: url(iadmd_leftbg_4.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.iadmd_leftbg5{
	background-image: url(iadmd_leftbg_5.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.iadmd_leftbg6{
	background-image: url(iadmd_leftbg_6.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.iadmd_leftbg7{
	background-image: url(iadmd_leftbg_7.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.iadmd_rightbg{
	background-image: url(iadmd_rightbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.iadmd_leftbg2{
	background-image: url(iadmd_leftbg2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.iadmd_rightbg2{
	background-image: url(iadmd_rightbg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.iadmd_contentbg{
	background-image: url(iadmd_contentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #36638A;
}
.iadmd_contentbg01{
	background-image: url(iadmd_contentbg01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #001F3E;
}
.iadmd_menubg{
	background-image: url(iadmd_menubg01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 51px;
	padding-left: 18px;
}
.iadmd_flashbg{
	background-image: url(iadmd_menubg01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 51px;
	padding-top: 0px;
	background-color: #36638A;
}
.iadmd_menubgleft{
	background-image: url(iadmd_menubg04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 51px;
	padding-left: 18px;
}
.iadmd_menubgright{
	background-image: url(iadmd_menubg05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 51px;
	padding-left: 18px;
}
.iadmd_loginbg01{
	background-image: url(iadmd_loginbg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
}
.iadmd_loginbg02{
	background-image: url(iadmd_loginbg02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 21px;
}
.iadmd_loginbg03{
	background-image: url(iadmd_loginbg03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
}


/**/
.login, A.login:link, A.login:visited, A.login:active{
   color: #002244; 
	background: url(iadmd_loginbg04.jpg) no-repeat right;  
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:bold; 
	text-decoration: none; 
	padding: 0px 30px 0 0; 
	letter-spacing: -1px;
}
A.login:hover{
	background: url(iadmd_loginbg05.jpg) no-repeat right;  
	color: #002244; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size: 10px; 
	text-decoration: none;
	padding: 0px 30px 0 0;
	letter-spacing: -1px;
}
.bottomlinks, A.bottomlinks:link, A.bottomlinks:visited, A.bottomlinks:active{
    color: #002244; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:bold; 
	text-decoration: none; 
	padding: 0px 5px 0 5px; 
	letter-spacing: -1px;
}
A.bottomlinks:hover{
	color: #002244; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size: 10px; 
	text-decoration: none;
	padding: 0px 5px 0 5px;
	letter-spacing: -1px;
}
.notificationlinks, A.notificationlinks:link, A.notificationlinks:visited, A.notificationlinks:active{
    color: #FFFFFF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:bold; 
	text-decoration: none; 
	padding: 0px 5px 0 5px; 
	letter-spacing: 0px;
}
A.notificationlinks:hover{
	color: #FFFFFF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size: 10px; 
	text-decoration: none;
	padding: 0px 5px 0 5px;
	letter-spacing: 0px;
}
.bottomlinkssmall, A.bottomlinkssmall:link, A.bottomlinkssmall:visited, A.bottomlinkssmall:active{
    color: #002244; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:bold; 
	text-decoration: none; 
	padding: 0px 5px 0 5px; 
	letter-spacing: -1px;
}
A.bottomlinkssmall:hover{
	color: #002244; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size: 10px; 
	text-decoration: none;
	padding: 0px 5px 0 5px;
	letter-spacing: -1px;
}
.bottomlinksblack, A.bottomlinksblack:link, A.bottomlinksblack:visited, A.bottomlinksblack:active{
    color: #FFFFFF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:bold; 
	text-decoration: none; 
	padding: 0px 30px 0 0; 
	letter-spacing: -1px;
}
A.bottomlinksblack:hover{
	color: #FFFFFF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size: 10px; 
	text-decoration: none;
	padding: 0px 30px 0 0;
	letter-spacing: -1px;
/**/
.ModuleTitle_MenuContainer {
   background-position: top;
}
.ModuleTitle_MenuBar {
	cursor: hand;
	background-color: Transparent;
	background-position: top;
}
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #FFFEFF; 
	background-position: top;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-position: top;
	text-align: center; 
	color: #343434;
	background-color: #224C74; 
	border-left: #224C74 0px solid; 
	border-bottom: #224C74 0px solid; 
	border-top: #224C74 0px solid; 
}
.ModuleTitle_SubMenu {
	border-bottom: #4174A3 1px solid; 
	background-position: top;
	border-left: #4174A3 1px solid; 
	border-top: #4174A3 1px solid;  
	border-right: #4174A3 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #343434;
	background-color: #4174A3; 
}
.ModuleTitle_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	background-position: top;
	border-left: white 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color: transparent;
	height: 1px;
	color: #343434;
}
.ModuleTitle_MenuItemSel {
	background-color: #224C74;
	cursor: hand; 
	font-size: 11px; 
	background-position: top;
	font-weight: normal; 
	font-style: normal;
	color: #fff;
}
.ModuleTitle_MenuArrow {
	background-position: top;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-size: 11px; 
	background-position: top;
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuContainer {	
	background-color: Transparent;
	background-position: top;
   margin:0px auto;
}
.MainMenu_MenuBar {

}
.RootItem TD{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 0px 8px;
	background-color: transparent;
	background-image: url(iadmd_menubg02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 2px;
	height: 51px;
}
.RootItemActive TD{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 0px 8px;
	background-color: transparent;
	background-image: url(iadmd_menubg02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 2px;
	height: 51px;
}
.RootItemSelected TD{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 0px 8px;
	background-color: transparent;
	background-image: url(iadmd_menubg03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 2px;
	height: 51px;
}
.RootItemBreadCrumb TD{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 0px 8px;
	background-color: transparent;
	background-image: url(iadmd_menubg02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 2px;
	height: 51px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #FFFEFF; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	background-position: top;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #214D74; 
	border-left: #214D74 0px solid; 
	border-bottom: #214D74 0px solid; 
	border-top: #214D74 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
}
.MainMenu_SubMenu {
	border-bottom: #3D6F9C 1px solid; 
	border-left: #3D6F9C 1px solid; 
	background-position: top;
	border-top: #3D6F9C 1px solid;  
	border-right: #3D6F9C 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #3D6F9C; 
}
.MainMenu_MenuBreak {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color: #214D74;
	cursor: hand; 
	color: #FFFEFF;
	background-position: top;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
   display: none;
}
.MainMenu_RootMenuArrow {
   display: none;
}
.Main {
	border-right: #AAAAAA 1px solid; 
	border-left: #AAAAAA 1px solid; 
	background-position: top;
}

/**/
.contentpane{
	padding: 8px;
}
.toppane{
	padding: 8px;
}
.leftpane{
	padding: 8px;
}
.rightpane{
	padding: 8px;
}
.bottompane{
	padding: 8px;
}
.bottompane_home{
	padding: 8px;
}
.rightflashpane{
	padding: 0px;
}
.leftflashpane{
	padding: 0px;
}
