/* CSS Document */

/* Not to confuse different browsers, we let them start from zero */ 
html, body {
   margin : 0;
   padding : 0;
}

body {
   font : 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #333333;
   background : #FACCBF;
   text-align : center; /* keep page centered in IE */
   width : 100%;
   min-width : 688px;
}

abbr {
   color : #0000ff;
   background : transparent;
   cursor : help;
}

a.top:link{
   color: #8C181B;
   background : transparent;
   text-decoration : none;
   }
a.top:visited{
   color: #8C181B;
   text-decoration : none;
   }
a.top:hover{
   color: #FD7B49;
   border-bottom: 1px dashed #FD7B49;
   text-decoration : none;
   }
   
a.side{
   color: #8C181B;
   background : transparent;
   border-bottom: 1px dashed #8C181B;
   text-decoration : none;
   }
a.side:link{
   color: #8C181B;
   background : transparent;
   text-decoration : none;
   }
a.side:visited{
   color: #8C181B;
   text-decoration : none;
   }
a.side:hover{
   color: #FD7B49;
   border-bottom: 1px dashed #FD7B49;
   text-decoration : none;
   }
   

   
a.mainnav{
   color: #FBE0D7;
   border-bottom: 1px dashed #FBF1EF;
   text-decoration : none;
   }
a.mainnav:link{
   color: #FBE0D7;
   background : transparent;
   text-decoration : none;
   }
a.mainnav:visited{
   color: #FBE0D7;
   text-decoration : none;
   }
a.mainnav:hover{
   color: #FBF1EF;
   border-bottom: 1px dashed #FD7B49;
   text-decoration : none;
   }

   
a.bottom:link{
   color: #8C181B;
   background : transparent;
   text-decoration : none;
   }
a.bottom:visited{
   color: #8C181B;
   text-decoration : none;
   }
a.bottom:hover{
   color: #FD7B49;
   border-bottom: 1px dashed #FD7B49;
   text-decoration : none;
   }
   
/* links */
a:link {
   color : #494949;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #666666;
   text-decoration : none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
  }
  
/* Links within paragraphs (subtle) */
p a {
   color : #666666;
   text-decoration : none;
}

/* Links within paragraphs (revealed) */
p:hover a {
   color : #0000ff;
   text-decoration : underline;
}

/* Rollover effect for links within paragraphs */
p a:hover {
   color : #ff0000;
}

dl dt a:link {
   color : #494949;
   background : transparent;
   text-decoration : underline;
}

dl dt a:visited {
   color : #666666;
   text-decoration : underline;
}

dl dt a:hover {
   color : #a52a2a;
   text-decoration : none;
  }

/* Headings */  
h1,h2,h4,h5 {
   background : transparent;
   color : #8C181B;
   xmargin : 1em 0 1em 0;
   text-align: left;
   padding : 0;
   xtext-transform : uppercase;
   line-height : 1.2em;
}

a.heading:link{
   color: #8C181B;
   background : transparent;
   text-decoration : none;
   }
a.heading:visited{
   color: #8C181B;
   text-decoration : none;
   }
a.heading:hover{
   color: #FD7B49;
   border-bottom: 1px dashed #FD7B49;
   text-decoration : none;
   }
   
#mnheading {
   margin : 1em 0 1em 0;
}

h1 {
   font-size : 1.5em;
   font-family:  Berylium, "Times New Roman", Times, serif;
   padding-left: 20px;
   padding-right: 20px;
}

h2 {
   font-size : 16px;
   font-family:  Berylium, "Times New Roman", Times, serif;
   margin : 20px 20px 0px 20px;
}

h3 {
   font-size : 15px;
   font-family:  Berylium, "Times New Roman", Times, serif;
   margin-left: 20px;
}

h4 {
	font-size: 0.9em;
   font-family : Helvetica, Arial, Verdana, sans-serif;
}

h5 {
	font-size: 0.8em;
   font-family : Helvetica, Arial, Verdana, sans-serif;
}

#contentright h2 {
   padding : 0 0 0 5px;
}

/* Text rendering */
p {
   margin : 0 0 1em 0;
   font-size : 13px;
   text-align:justify; 
}

.pcontent {
   margin : 0 0 1em 0;
   font-size : 11px;
   text-align:justify; 
   padding-left: 20px;
   padding-right: 20px;
   xpadding-right: 5px;
}

.ptable {
   margin : 20px 20px 20px 20px;
   font-size : 18px;
   text-align:left;
   color: #8C181B;
}

.psidebar {
   margin : 20px 20px 20px 20px;
   font-size : 10px;
   text-align:left;
   color: #8C181B;
}

.pcopyright {
   padding: 15px 5px 5px 5px;
   font-size : 10px;
   text-align:center;
   color: #FBE0D7;
}

.ptop {
   margin : 10px 20px 10px 10px;
   font-size : 11px;
   text-align:right;
   color: #8C181B;
}

.pmainnav {
   margin : 0px 0px 0px 20px;
   font-size : 14px;
   text-align:left;
   color: #8C181B;
}


strong {
   font-weight : bold;
   letter-spacing : 0.1em;
   text-transform : uppercase;
   display : block;
   margin : 0 0 0.8em 0;
}

#contentright p {
   font-size : 0.8em;
   background : transparent;
   padding : 0 2px 5px 5px;
}

/* Layout Stuff */
img {
   border : none;
}

.imgtext {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgtextright {
	float: right;
	width: 250px;
	xheight: 351px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.imgtextjalali {
	float: left;
	width: 150px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
}

#logo {
   xwidth : 688px;
   xheight : 144px;
   width : 973px;
   height : 160px;
   border-bottom: 2px solid #FD7B49;
   background : url(images/banner.jpg) no-repeat;
   padding : 0;
   margin : 0;
}

#buttons {
   width : 973px;
   height : 130px;
   background: #FBE0D7;
   padding : 0;
   margin : 0;
   border-bottom: 2px solid #FD7B49;
}
#topnav {
   width : 973px;
   height : 30px;
   background: #FBE0D7;
   padding : 0;
   margin : 0;
}
#logonav {
   margin-top : -30px;
   xmargin-left : 200px;
   margin-left : 0px;
   xwidth : 480px;
   width : 688px;
   text-align : center; /* keep page centered in IE */
}

#logonav ul {
   margin : 0;
   padding : 0;
   white-space : nowrap;
   list-style : none;
}

#logonav li {
   float : left;
   background : url(../Images/mydzlabsupnav.jpg) no-repeat;
   width : 105px;
   text-align : center;
   xmargin-left : 10px;
   margin-left : 0px;
}

#logonav li a {
   font : bold 0.9em Arial, Helvetica, sans-serif;
   text-decoration : none;
   display : block;
   line-height : 26px; /* trick provided by trx */
   height : 26px;
   color : #000000;
}

#logonav li a:hover {
   background : url(../Images/mydzlabsdownnav.jpg) no-repeat;
   color : #576986;
}

#wrapper {
   text-align : left;
   width : 688px;
   margin : auto auto;
   padding : 0;
   background : #FBF1EF;
   border-left : 2px solid #E61A3B;
   border-right : 2px solid #E61A3B;
   border-bottom : 2px solid #E61A3B;
}

#contentwrapper {
   padding: 0 13px 16px 40px;
}

#contentleft {
   width: 890px;
   xwidth: 420px;
   float: left;
   padding: 10px 10px 0px 0px;
}

#contentright {
   width : 170px;
   float : right;
   padding : 10px 0 15px 0;
}

#footer {
   clear : both;
   width : 973px;
   border-top : 2px solid #E61A3B;
   border-left : 2px solid #E61A3B;
   border-right : 2px solid #E61A3B;
   border-bottom : 2px solid #E61A3B;
   background: #8C181B;
   padding : 16px 0 0 0;
   font-size : 9px;
   text-transform : uppercase;
   line-height : 1.2em;
}

#footer a {
   font-weight : normal;
   font-size : 0.9em;
   padding : 0;
}

/* guestbook */
#livePreview {
   padding : 6px;
   border : 1px solid #DDDDDD;
}

#currentpage {
   font-weight : bold;
   text-align : right;
}

.error, .required {
   font-weight : bold;
   color : #CC0000;
}

.gbentry {
   padding : 6px 0 6px 6px;
}

.gravatar {
   border : 1px solid #666666;
   padding : 2px;
   margin : 5px;
}

.odd {
   background : #D1DAC7;
   border : 1px solid #8C9484;
}

.odd a:link, .odd a:visited {
   color : #666666;
}

.odd a:hover, .odd a:active{
   color : #FFFFFF;
}

.odd .gravatar {
   border : 1px solid #8C9484;
   background : #FFFFFF;
}

.gbnavlist {
   list-style-type : none;
   margin : 0;
   padding : 0;
}

.gbnavlist li {
   display : inline;
   list-style-type : none;
   padding : 0 4px 0 0;
   line-height : 5em;
   letter-spacing : .3em;
}

.current {
   font-weight : bold;
}

/* Forms */
input {
   color: #000000;
   background: transparent;
   border: 1px solid #797A8E;
   margin: 0.5em 0 0.5em 0;
   font-size: 1.4em;
}

input:focus, textarea:focus, select:focus {
	background: #EEEEEE;
	color: #333333;
}

textarea {
	color: #666666;
	background: transparent;
	border: 1px solid #999999;
	margin: 0.5em 0 0.5em 0;
}

fieldset {
   border : 1px solid #DDDDDD;
   padding : 10px;
}

/* Code */
code, pre {
   color: #797A8E;
   background: transparent;
   font: 1em normal monospace, sans-serif;
   margin: 0 0 0.1em 0;
   padding: 0.1em 0 0.7em 0;
}

code strong {
	color: #333333;
	background: transparent;
	font-weight: bold;
	text-transform: none;
}

h1 code, h2 code, h3 code, h4 code {
	background: transparent;
	color: #666666;
}

/* List Styles */
#contentleft ul, #contentright ul {
   padding : 0;
   margin-left : 2em;
   font-size:13px;
   list-style-type : none;
}

#contentleft p, #contentright p {
   font-size:11px;
}

#contentleft ul li, #contentright ul li {
   background : url(images/bullet.gif) no-repeat left center;
   text-align : left;
   font-size:13px;
   padding : 2px 1px 5px 15px;
   font-size : 0.8em; 
}

#tutlist ul {
   padding : 0.5em;
   margin-left : 0;
   list-style-type : none;
   width : 50%;
   margin-left : auto;
   margin-right : auto;
   border : 3px double #999;
}

#tutlist ul li {
   text-align : left;
   padding : 2px 1px 5px 2.5em;
   font-size : 0.8em;
}

dd {
   margin : 0 0 1em 0;
}

dl dd {
	padding: 0 0 0.8em 0;
	color: #333333;
	background: transparent;
}

dl dt {
   font-weight : bold;
   color : #333333;
   background : transparent;
}

/* downloader */

#downloadtable {
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	margin: .8em 0;
	padding: 0;
	width: 400px;
	font-size: .9em;
} 
 
#downloadtable td, #downloadtable th {
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	border: #E9EEF2;
} 

#downloadtable thead {
	background: #FCFBFC;
	color: #666666;
} 
 
#downloadtable a:link, #downloadtable a:visited {
	color: #CC9966;
	text-transform: uppercase;
} 
 
#downloadtable a:hover, #downloadtable a:focus, #downloadtable a:active {
	color: #666666;
}

.newlyadded {
	padding: 0 0 0 20px;
	color: #CC0000;
	font-weight: bold;
	display: block;
	word-spacing: 1em;
}

/* Classes */
.clear {
   clear : both;
   height : 0;
   margin : 0;
   font-size : 1px;
   line-height : 0;
}

.skiplink {
   position : absolute;
   left : -1000px;
   width : 990px;
   font-size : 1px;
   line-height : 1;
}

.hide {
	text-indent: -9999px;
}

code.codenotelet {
	border-bottom: 1px dotted #999999;
}

.comppic{
   float : right;
   width : 200px;
   height : 150px;
   padding : 5px;
   margin : 10px 0 0 0;
}

.mainpicture {
   padding : 5px;
   border : 3px double #999;
   margin : 5px 0 16px -10px;
}

.fillingpicture {
   padding : 5px;
   border : 3px double #999999;
   margin : 50px 0 16px -10px;
}

#containermembership {
   margin-left : auto;
   margin-right : auto;
   width : 400px;
   padding : 0 10px 0 10px;
}

.membership {
   margin : 0 10px 10px 10px;
   padding : 5px;
   border : 3px double #999999;
}

.box {
   border : 1px dashed #000000;
   padding : 0.5em;
   font-size : 0.9em;
   width : 50%;
   margin-left : auto;
   margin-right : auto;
   text-align : center;
}

.pointer {
   cursor : help;
   border-bottom : 2px dotted #000000;
}

.marginblock {
   border-color : #000000;
   border-style : dotted;
   border-width : 1px;
   font-weight : normal;
   padding : 0.5em;
   width : 90%;
   margin-left : auto;
   margin-right : auto;
   margin-bottom : 1em;
}

.containingblock {
   background-color : #ff2d2d;
   border-color : #000000;
   border-style : solid;
   border-width : 2px;
   padding : 5px;
}

.contentblock {
   background-color : #f0f0f0;
}

.centerinline {
   text-align : center;
} 

.padder {
   padding : 0 0 0 5px;
}














			

