/* 
================================
Skin styles for SureWelding
================l================
*/   

body,html {
width: 100%;
height: 100%;

}

.pagemaster {
	width: 100%;
	height: 100%;	
	
}
.skinmaster {
	height: 100%;
	background-color: ;
	border-right: 0; 
	border-top:0; 
	border-left: 0; 
	border-bottom: 0; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
	padding:0;
}
.skinheader {
border-bottom:1px solid #ffffff;
background-image:url(../../../../topBg.gif);
}
.skingradient {
	
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.leftpane {
	width: 15%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.contentpane {
	width: 65%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.rightpane {
	width: 15%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/*/ menu properties  /*/
.MainMenu_MenuContainer {
	background-color: transparent; 
	width:100%;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	color:#ffffff;
}

.MainMenu_MenuItem {	/*/ main item before rollover /*/
	border-left: #CCCCFF 0px solid; 
	border-bottom: #CCCCFF 0px solid; 
	border-top:  0px solid; 
	border-right: #CCCCFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	/*/color: #ffffff; /*/
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	height:22;
	
	}
	
.MainMenu_MenuIcon {
	background-color: #CCCCFF; 
	border-left: #CCCCFF 0px solid; 
	border-bottom: #CCCCFF 0px solid; 
	border-top:  1px solid #CCCCFF; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 0px;
}

.MainMenu_SubMenu {
	color:#32015E; 
	background-color: #CCCCFF;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=0, Strength=0); 
	border-top: solid 3px #CCCCFF;
}

.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuItemSel { /*/ rollover properties of each menu item  /*/
	color:#32015E; 
	background-color: #CCCCFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #32015E; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height: 22px; 
	padding:0px;
	border-top: solid 3px #CCCCFF;
}

.MainMenu_MenuArrow { /*/					Submenu right icon colour /*/
	border-right: #CCCCFF 0px solid; 
	border-bottom: #CCCCFF 0px solid; 
	border-top:  1px #CCCCFF  solid; ; 
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	background-color:;
	height: 22px;
}

.MainMenu_RootMenuArrow {/*  main menu arrow color not rolover */
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	height: 22px;
	border-top: ; 
	
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #007373;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	color:#FFFFFF;
}

.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}

.Head {
   font-family: verdana, sans-serif;
   font-size:  14px;
   font-weight: normal;
   color: #32015E;
   padding-left:8px;
}

#topLine1 {
border-top:2px #007373 solid;
width:100%;
}


#topLine2 {
	border-top:1px #ffffff solid;
	width:100%;
	background-image:url(../../../../images/top_image.jpg);
	background-repeat:no-repeat;
	height:67px;
	border-bottom:2px #ffffff solid;
}

#leftNav {
	background-color:transparent;
	height:100%;
	width:10%;
}


#logo {
width:140px;
}

.topNav {
padding-left:7px;
}

.Normal {
	color:#32015E;
}


a.Normal:link,a.Normal:visited{
	color:#007373;
}

a.skinobject:link,a.skinobject:visited {
color:#32015E;
}

#main {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	left: 0;
	top: 0;
}

#bg {
	position:absolute;
	width:10%;
	height:100%;
	z-index:2;
	left: 0;
	top: 1px;
	background-color: #007373;
	
}


A:link  {
    text-decoration:    none;
    color:  #007373;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #007373;
}

A:hover {
    text-decoration:    none;
    color:  #32015E;
}




