/*************************************************************
***** Colors used in this style sheet *****

#4770A4 : light blue		: main area
#000040 : dark blue			: head background & some links
#B5C6DB : light light blue	: links in the menu, text
#FFA500 : orange			: headings, hover and active links

*************************************************************/

body {
    background-color: #4770A4;
    margin: 0px;
    padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/*** LINKS *******************************************/

a:link { color: #B5C6DB; text-decoration: none;}
a:active { color: #FFA500; text-decoration: underline}
a:visited { color: #B5C6DB; text-decoration: none}
a:hover { color: #FFA500; text-decoration: underline}

.content a:link { color: #000040;}
.content a:active { color: #FFA500;}
.content a:visited { color: #000040;}
.content a:hover { color: #FFA500; text-decoration: underline;}

a.recommended:link { color: #000040; font-weight: bold; padding-left: 10px; background: url("../images/menu_square.gif") no-repeat left top;}
a.recommended:active { color: #FFA500; font-weight: bold;}
a.recommended:visited { color: #000040; font-weight: bold; padding-left: 10px;  background: url("../images/menu_square.gif") no-repeat left top;}
a.recommended:hover { color: #FFA500;  font-weight: bold; text-decoration: underline;}

/*** COMMON *******************************************/

.border { border: 5px solid #FFFFFF;}
.b { font-weight: bold;}
.c { text-align: center;}

.top {
/*	position: absolute;
	left: 0px;
	z-index: 2;*/
	height: 40px;
	width: 100%;
	padding-left: 10px;
	background: #000040 url("../images/label-spiral.gif") no-repeat;

}

.top_stripe {
	background-color: #B5C6DB;
	height: 3px;
	font-size: 3px;
	border-bottom: 1px solid #000040;
}

.bigbox {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#left_col {
	width: 120px;
	float: left;
	clear: none;
	padding-top: 20px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.content {
	width: 700px;
	min-height: 400px;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-left: 1px solid #000040;
	border-right: 1px #B5C6DB dotted;
	float: left;
	clear: none;
	margin-bottom: 10px;
	color: #B5C6DB;

}

#footer {
    width: 100%;
    clear: both;
	background-color: #B5C6DB;
   	height: 25px;
    border-top: 1px solid #000040;
    border-bottom: 1px solid #000040;
}

.footer_stripe {
	background-color: #000040;
	height: 3px;
	font-size: 3px;
}

.left_footer {
    width: 150px;
#   width: 140px; /* IE hack */
    height: 15px;
    float: left;
    clear: none;
    text-align: center;
    color: #4770A4;
    border-right: 1px dotted #000040;
#   border-right: 1px solid #000040;  /* IE hack - dotted looks ugly */
    margin-top: 5px;
    margin-bottom: 5px;
}

.button_footer {
	width: 710px;
#   width: 700px; /* IE hack */
	height: 15px;
	float: left;
	clear: none;
	padding-left: 70px;
    border-right: 1px dotted #000040;
#   border-right: 1px solid #000040;   /* IE hack - dotted looks ugly */
    margin-top: 5px;
    margin-bottom: 5px;
}

.spiral {
	text-align: right;
}

.spacer {
    border-bottom: 1px dotted #B5C6DB;
    height: 0px;
    width: 90px;;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#quotes {
    font-size: 9px;
    font-style: italic;
    color: #B5C6DB; 
    width: 100%;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #B5C6DB;
    border-top: 1px dotted #B5C6DB;    
}

#buttons{
    padding-left: 10px;
    width: 100%;
}

.button {
    margin-bottom: 2px;
}

.footer_button {
    float: left;
    clear: none;
    margin-left: 5px;
}


h1 {
	font-size: 11px;
	color: #FFA500;
	border-bottom: 1px solid #B5C6DB;
	padding-bottom: 3px;
	padding-left: 10px;
}

h2 {
	font-size: 10px;
	color: #FFFFFF;
}

h3 {
	font-size: 10px;
	color: #000040;
	margin-bottom: 0px;
	padding-left: 10px;
	background: url("../images/menu_square.gif") no-repeat top left;
}

.content ul {
	list-style-image: url("../images/menu_square.gif"); 
}

/*** MENU *******************************************/
.menu {
    width: 100%;
}

.menuitem {
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 7px;
	color: #000040;
    vertical-align: middle;
}

div.wedgeOpen {
   background: url('../images/wedge_open.gif') no-repeat 0.1em;
}

div.wedgeClosed {
   background: url('../images/wedge_closed.gif') no-repeat 0.1em;
}

div.visible {
   display: block;
}

div.invisible {
   display: none;
   height: 0px;
}

.submenuitem {
	margin-top: 10px;
	margin-bottom: 0px;
	list-style-image: url("../images/menu_square.gif"); 
	font-size: 10px;
	color: #B5C6DB;
}

/*** BIODATA ******************************************/
.symbol {
    border: 1px solid #000000;

}
.ph_tomaash {
	border: 1px solid #000000;
}



/*** WEBDESIGN *******************************************/
#text {
	font-size: 10px;
	color: #B5C6DB;
	text-align: justify;
}

.h2 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.portfolio {
	position: relative;
	left: 0px;
	font-size: 10px;
	color: #FFFFFF;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #B5C6DB dotted;
}

.website {
	position: absolute;
	left: 220px;
	right: 0px;
	bottom: 10px;
	width: 380px;
	padding-top: 7px;

}

.screenshot {
	border: 4px solid #B5C6DB;
}

.txt {
	color: #D4D2D3;
}

/*** PHOTOGRAPHY *******************************************/

#gallery {
	/*width: 800px;*/
	border-right: 1px #B5C6DB dotted;
}

.wallpapers {
	position: relative;
	left: 0px;
	font-size: 10px;
	color: #FFFFFF;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #B5C6DB dotted;
}

.wallpaper {
	position: absolute;
	left: 220px;
	right: 0px;
	bottom: 10px;
	width: 380px;
	padding-top: 7px;

}


.wallpaper_thumb {
	border: 3px solid #B5C6DB;
}

/*** GRAPHIC DESIGN ****************************************/

.sample {
	position: absolute;
	left: 220px;
	right: 0px;
	bottom: 10px;
	width: 380px;
	padding-top: 7px;
}

/*** RECOMMENDED *******************************************/
#recommended {
	font-size: 10px;
	color: #B5C6DB;
	text-align: justify;
}

#recommended p {
	margin-top: 0px;
	padding-left: 10px;
}

/*** CONTACT *******************************************/
.form {
	text-align: left;
	width: 500px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	}

.label {
	font-size: 10px;
	width: 50px;
	color: #FFFFFF;
}

.inputfield	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #B5C6DB;
	border: 1px solid #000040;
	color: #000040;
	width: 150px;
	padding-left: 2px;
}

.textarea {
	width: 417px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.code {
	width: 50px;
	text-align: center;
}

.code_hint {
	width: 100%;
	font-size: 9px;
}


.form_button	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #B5C6DB;
	color: #000040;
	border: 1px solid #000040;
	height: 20px;
}

.warning {
	font-weight: bold;
	color: #FFA500;
	margin-bottom: 5px;
}

/*** TRAVEL *******************************************/
#travelreport {
	width: 610px;
	padding-right: 60px;
	text-align: justify;
}
