/*--------------------------------------------------------------------
    
    Standard Web CSS Document for NETSARIUS & Eskaywoo projects

---------------------------------------------------------------------*/

/* CCS for elements  */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	/* Set background color
	   background-color: #02569A;
    */
    
	/* Set background image
       background-image:url('filename.gif');
       background-repeat:no-repeat | repeat | repeat-x | repeat-y;
       background-attachment:fixed; (this will make the image looks like floating)
    */
}

body,td,th,p,div {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;	/* 12px, 11px, 10px are common */
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	

	/* options for text setting
       color: #000000;
       text-align:  	left | right | center | justify
       text-decoration:  	none | underline | overline | line-through | blink
	   word-spacing:	normal | 14px;
	   letter-spacing:	normal | 14px;
	*/
}

/* CCS for links  */

a:link, a:visited, a:hover, a:active {
	color: #663333;
	text-decoration: underline;
}


/* header elements */

h1 {font-size: 18px;}
h2 {font-size: 14px;
	color: #4034FF;}
h3 {font-size: 14px;}


/* form elements */
BUTTON {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
INPUT {font-family: Arial, Helvetica, sans-serif; font-size: 12px; vertical-align:middle;}
SELECT {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
TEXTAREA {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

/* others */
div, h1, h2, h3, h4, form, label, img, span{
	margin:0; padding:0; border:0px;
}


/* block quote and list */
BLOCKQUOTE, PRE	{font-family:	Courier New, 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;}


/*--------------------------------------------------------------------
    
    User Defined Class and CSS settings

---------------------------------------------------------------------*/

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #830024;
	font-style: normal;
	font-weight: bold;
}

.header1_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#0033FF;
}

a.footer:link, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	border: 0px;	
}

a.footer:hover, a.footer:active{
	color:#FF0000;
	background-color:#B2C931;
	text-decoration: none;
	border: 0px;	
}

.copyright {font-size: 8px;}
.content-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.italic-names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.food_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.links_white, .links_white a:link, .links_white a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.links_white a:hover {
	text-decoration: underline;
}
.boxlineright {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #AEAEAE;
}

