/* ================================
    CSS STYLES FOR WWW.ITLIVE.CO.NZ
   ================================
*/ 


body  {
	background: white;
	margin: 10px 0 10px 0;
}

/*=============== IT Live HEADER TEXT ============================================*/

.toplinks {
    	text-decoration: none;
    	color: white;
	background-color: transparent;
	border: 0;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}
A.toplinks:link {
    	text-decoration: none;
    	color: white;
	background-color: transparent;
	border: 0;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}
A.toplinks:visited  {
    	text-decoration: none;
    	color: white;
	background-color: transparent;
	border: 0;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}
A.toplinks:active   {
    	text-decoration: none;
    	color: white;
	background-color: transparent;
	border: 0;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}
A.toplinks:hover {
    	text-decoration: underline;
    	color: white;
	background-color: transparent;
	border: 0;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}

/*=============== IT Live HEADER LAYOUT ============================================*/

td.topTD {
	background: url(bg_top.gif) no-repeat top center;
	height: 227px;
	padding: 0 0 0 0;
}

td.middleTD {
	background: url(bg_body.gif) center repeat-y;
	padding: 0 0 0 0;
}
td.bottomTD   { background: url(bg_footer.gif) no-repeat center; text-align: center; padding: 0; height: 22px; vertical-align: middle }
td.top_left {
	width: 270px;
	height: 197px;
	padding: 0 0 0 0;
}
td.top_right {
	width: 532px;
	height: 197px;
	padding: 0 0 0 0;
}
td.top_right_bottom_left    { padding: 0 0 0 92px; width: 351px; height: 37px }
td.top_right_bottom_1 {
	width: 1px;
	height: 37px;
	padding: 0 0 0 0;
}
td.top_right_bottom_right  { text-align: right; padding: 0 5px 0 0; width: 175px; height: 37px }
td.bottom  { padding: 0; width: 802px; height: 30px }
td.bottom_left {
	width: 651px;
	height: 30px;
	padding: 0 0 0 0;
}
td.bottom_1 {
	width: 1px;
	height: 30px;
	padding: 0 0 0 0;
}
td.bottom_right {
	text-align: right; 
	padding: 0 5px 0 0;
	width: 145px;
	height: 30px;
}
td.index  { width: 212px }
td.content  { padding: 0 15px; width: 560px }

/*=============== IT Live CONTAINERS ============================================*/

td.container_head  { padding: 0 15px }
td.container_content { padding: 10px }

/*=============== Text style for the unselected tabs ============================*/

.OtherTabs {
    font-size: 11px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}

/*=============== Hyperlink style for the unselected tabs ============================*/

A.OtherTabs:link {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
A.OtherTabs:visited  {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
A.OtherTabs:active   {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

/*=============== Default Menus ============================================*/


.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #505052 1px solid; 
	border-top: #505052 1px solid; 
	padding: 2px 10px 3px 5px;
}
.MainMenu_MenuItemSel {
	background: #eee;
	cursor: pointer; 
	cursor: hand; 
	color: #333; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 10px 3px 5px;
}
.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu   { background: #505052; cursor: hand; margin-top: 2px; padding: 2px; z-index: 1000; border: solid 2px #f6f6f6; filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) }
.MainMenu_MenuBreak {
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #505052 1px solid; 
	border-bottom: #505052 1px solid; 
	border-top: #505052 0px solid;
	display: none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


/*=============== Menu-Styles ============================================*/

.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/*=============== Module Title Menu ============================================*/

.ModuleTitle_MenuItem {
	color: #fff; 
	background: #3366CC;
	cursor: pointer; 
	cursor: hand; 
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border-bottom: #3366CC 1px solid; 
	border-top: #3366CC 1px solid; 
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #3366CC;
	margin-top: 5px;
	border: 2px solid #fff;
	padding: 0px 1px 1px 1px;
	filter: none; 
}
.ModuleTitle_MenuBreak {
	display: none;
}
.ModuleTitle_MenuItemSel {
	color: #fff;
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
	background: #204082;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/*=============== Item titles on edit and admin pages ============================================*/

.SubHead {
    	font-family: tahoma;
    	font-size: 11px;
    	font-weight: bold;
    	color: #2c2c2c;
	padding: 0;
}


/*=============== Command Links ============================================*/

a.SubHead:link, a.SubHead:visited {
	color: #3366CC;
	text-decoration: none;
    	font-family: tahoma;
    	font-size: 11px;
    	font-weight: normal;
}
a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    	font-family: tahoma;
    	font-size: 11px;
    	font-weight: normal;
}
a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #3F7CF5;
	border-bottom: 1px solid #204082;
	border-left: 1px solid #3F7CF5;
	border-right: 1px solid #204082;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #3366CC;
}
a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #6E8E05;
	border-bottom: 1px solid #1A3366;
	border-left: 1px solid #6E8E05;
	border-right: 1px solid #1A3366;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #204082;
}