/* 	MOZIDO Styles
	by INVID Corp. Â© 2009 */
	
/* Header */

	#divHeader
	{
		width: 880px;
		height: 110px;
		margin-left: auto;
		margin-right: auto;
		background-image:url(mozido-logo.jpg);
		background-repeat:no-repeat;
	}

/* Menu */
	#divMenu
	{
		width: 880px;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: middle;
		 
	}

	#tblMenu
	{
		padding: 0px;
		margin: 0px;
		border-width: 0;
		width: 880px;
		height: 40px;
		 
	}
	
	#tdMenuLeft
	{
		width: 3px;
		height: 40px;
		background-image:url(mozido-menu-bg-left.jpg);
		background-repeat: no-repeat;
		 
	}
	
	#tdMenuCenter
	{
		height: 40px;
		background-image:url(mozido-menu-bg-center.jpg);
		background-repeat:repeat-x;
		vertical-align:middle;
		text-align:center;
		 
	}
	
	#tdMenuRight
	{
		width: 3px;
		height: 40px;
		background-image:url(mozido-menu-bg-right.jpg);
		background-repeat: no-repeat;
		 
	}
	
		
/* Body */
	a
	{
		text-decoration: none;
	}

	
	a:hover
	{
		color: #FFA800;
	}
	 
	body
	{	
		margin: 2px;
		padding: 2px;
		background-color: white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#666;
	}
	
	.tblBody
	{
		width: 880px;
		margin-left: auto;
		margin-right: auto;
		border-width: 0;
		 
	}
	
	.tdBodyTopLeft
	{
		width: 3px;
		height: 6px;
		background-image:url(mozido-body-border-left-top.jpg);
		background-repeat: no-repeat;
		 
	}
	
	.tdBodyTopCenter
	{
		width: 874px;
		height: 6px;
		background-image:url(mozido-body-border-top-center.jpg);
		background-repeat:repeat-x;
		 
	}
	
	.tdBodyTopRight
	{
		width: 3px;
		height: 6px;
		background-image:url(mozido-body-bg-top-right.jpg);
		background-repeat: no-repeat;
		 
	}
	
	.tdBodyMidLeft
	{
		width: 2px;
		background-image:url(mozido-body-bg-middle-left.jpg);
		background-repeat:repeat-y;
		 
	}
	
	.tdBodyMidCenter
	{
		width: 876px;
		height: 274px;
		background-color: white;
		vertical-align:top;
		 
	}
	
	.tdBodyMidRight
	{
		width: 2px;
		background-image:url(mozido-body-bg-middle-right.jpg);
		background-repeat:repeat-y;
		 
	}
	
	.tdBodyBottomLeft
	{
		width: 3px;
		height:3px;
		background-image:url(mozido-body-bg-bottom-left.jpg);
		 
	}
	
	.tdBodyBottomCenter
	{
		width: 874px;
		height:3px;
		background-image:url(mozido-body-bg-bottom-center.jpg);
		background-repeat:repeat-x;
		 
	}
	
	.tdBodyBottomRight
	{
		width: 3px;
		height:3px;
		background-image:url(mozido-body-bg-bottom-right.jpg);
		 
	}
	
	.tdBodyMidCenter2
	{
		height: 16px;
		background-color:#0A1557;
		border-top:#D2D4E0 2px solid;
		border-bottom: #956925 2px solid;
		color:white;
		font-size:10px;
		vertical-align:middle;
		text-align:left;
		 
	}
	
	.tdBodyMidCenter3
	{
		height: 44px;
		background-color:#FFA800;
		border-top:#FFB100 2px solid;
		border-bottom: #FFB100 2px solid;
		 
	}
	
	.TopPaneBanner
	{
		border-bottom: #D2D4E0 2px solid;
		 
	}
	
/* Fonts */
	.linkWithDarkBG
	{
		color: white;
	}

	.TextContent
	{
		font-size: 12px;
		color: gray;
		font-family: tahoma, sans-serif;
		list-style-type: square;
		font-weight: 200;
		text-align:justify;
		LINE-HEIGHT: 18px;         
	}
	
	.TextHeader
	{
		font-size: 18px;
		color: gray;
		font-family: tahoma, sans-serif;
		list-style-type: square;
		font-weight: bold;
		text-align:justify;
		LINE-HEIGHT: 18px;         
	}
	
/* Links Right Panel */
	.RightContentLinkTitleCell
	{
		font-size: 18px;
		color: gray;
		font-family: tahoma, sans-serif;
		list-style-type: square;
		font-weight: 100;
		text-align:justify;
		LINE-HEIGHT: 18px; 
		text-decoration: none; 
		height: 40px; 
		border-bottom: 1px silver solid;   
		    
	}

	.RightContentLinkCell
	{
		font-size: 12px;
		color: gray;
		font-family: tahoma, sans-serif;
		list-style-type: square;
		font-weight: 200;
		text-align:justify;
		LINE-HEIGHT: 18px; 
		text-decoration: none; 
		height: 40px;
		border-bottom: 1px silver solid; 
		        
	}
	
	.RightContentLinkSpace
	{
		width: 25px;
		 
	}

	

