@charset "utf-8";
/* CSS Document */

/* rosanii global styles */


li {
	list-style-image: url(images/dot.gif);
}

/* rosanii id styles */

#padding {
	padding:10px;
	}
	
/* rosanii calendar styles */

#calendar td {
	border: 1px solid #333333; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
	h3 {
	font-size:12px;
	}
	
	h4 {
	font-size:11px;
	}
	
/* rosanii class styles */
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform:uppercase;
	line-height:16px;
	}
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#FFFFFF;
	letter-spacing:0.1em;
	}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#999999;
	letter-spacing:0.1em;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0.1em;
	}
	
.sidebarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0.1em;
	line-height:18px;
	}

.bottompart {
background:url(images/bottom.jpg) bottom repeat-x;
}

/* php login styles*/

.input {
	border: 1px solid #333333;
	background-color:#CCCCCC;
	font: 11px verdana, sans-serif;
	color:#000;
	padding:3px;
	outline:none;
}

.input:focus {
	border:1px solid #567475;background: #ffffff;
}


.clear{clear:both}

#log {padding:5px;width:200px;}

#log p {margin:0;padding:4px 0 4px 0;}

.error {
	color: #FF0000;
	font-size:13px;
	margin:0;
	padding:0;
}

div.pages div,div.pages a{margin-right:1px;padding:1px 5px 2px 5px;border:1px solid #99b3b4;text-decoration:none;font-size:12px;color:#99b3b4;}

div.pages div,div.pages a:hover{border:1px solid #99b3b4;background-color:#99b3b4;color:#fff;}

div.pages .current {
	border:1px solid #443;background-color:#99b3b4;color:#fff;
}

/*custom styles: */

code {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}
ol {
	margin: 0 0 5px;
	padding: 0 0 0 5px;
}
.content ul {
	margin: 0 0 15px;
}
.content ol li, .content ul li {
	margin: 0 0 2px;
}
ol.code {
	padding: 3px 3px 3px 3px;
	background-color:#CCCCCC;
}
ol.code li {
	margin: 0 0 4px;
	padding: 2px 6px;
	background-color: #F0F0F0;
	list-style:none;
}

/* navigation drops  */

.menutitle, .menutitle a {
	cursor: pointer;
	font-variant:small-caps;
	margin-bottom: 5px;
	background-color:#fff;
	color: #330099;
	font-size:14px;
}

.submenu{
	margin-bottom: 2px;
	text-align:left;
}

#dropdownmenu{

}

#projects {
background-color: #FFF;
}

.submit-btn {
	width: 54px;height: 20px;background:url(images/submit.gif) no-repeat;outline: none;vertical-align:top;border:0;margin:5px 0 0 0;float:right
}

.submit-btn {
	margin:1px 0 0 0;
}

.submit-btn:hover {
	background: url(images/submit.gif) no-repeat 0 -20px;
}

.upload-btn {
	width: 54px;height: 20px;background:url(images/upload_button.gif) no-repeat;outline: none;vertical-align:top;border:0;margin:5px 0 0 0;
}

.upload-btn {
	margin:1px 0 0 0;
}

.upload-btn:hover {
	background: url(images/upload_button.gif) no-repeat 0 -20px;
}


/* PROJECT table styles */

#projects table {
  border-collapse: collapse;
  }

#projects td {
  border-bottom: 4px solid #000;
  padding: .4em;
  }

#projects thead th, #projects tfoot th {
  font: bold 12px;
  border: 1px solid #000;
  text-align: center;
  background: #000;
  color: #FFFFFF;
  padding-top:3px;
  }

#projects thead th a {
 color: #fff;
  }

#projects tbody th, tbody td {
  vertical-align: top;
  }
#projects tfoot td {
  border: 1px solid #000;
  background: #000;
  padding-top:3px;
  color: #FFFFFF;
  }
/*#projects .odd {
  background: #AEE239;
  }*/
#projects tbody tr:hover {
  background: #E5E5E5;
  }
  
  /*portfolio links*/

.portfolio-page-numbers{
	height:1%;
	overflow:hidden;
	clear:both;
	padding:15px 0;
}

.portfolio-page-numbers strong{
	background:url(http://www.rosanii.com/css/images/page_num.gif) no-repeat 0 100%;
	color:#FFF;
	float:left;
	text-align:center;
	text-decoration:none;
	display:block;
	width:37px;
	height:42px;
	padding-top:6px;
	margin:0 5px;
}

.portfolio-page-numbers a{
	float:left;
	text-align:center;
	text-decoration:none;
	display:block;
	width:37px;
	height:42px;
	color:#777;
	font-weight:bold;
	padding-top:6px;
	margin:0 5px;
	background:url(http://www.rosanii.com/css/images/page_num.gif) no-repeat 0 0;
}

.portfolio-page-numbers a:hover, .portfolio-page-numbers strong:hover{
	background:url(http://www.rosanii.com/css/images/page_num.gif) no-repeat 0 100%;
	text-decoration:none;
	color:#FFF;
}

/*date section	*/

.datepar{
	float:left;
	padding-right:15px;
	padding-top:6px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:url(http://www.rosanii.com/css/images/date.gif) no-repeat 0 0;
	width:44px;
	height:47px;
}

.datepar span{
	clear:both;
	display:block;
	font-size:10px;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
	padding-top:4px;
}

a.com_show_al{
	background:url(images/nextbutton.gif) no-repeat 0 0;
	width:127px;
	color:#000000;
}

a.com_show_al:hover{
	background:url(images/nextbutton.gif) no-repeat 0 0;
	color:#666666;
}
