body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: url(bg_2.jpg) repeat center center #000 fixed;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
}


#loginbody{
  background: url("intouchbiz_bg.jpg") no-repeat scroll center 0 #181415;
}

#homepage{
 min-height: 1018px;
}

#homecontent{
    margin-left: 600px;
    margin-top: 350px;
    float:left;
    color:#fff;
}

#header
{
	margin: 0;
	padding: 0;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #ccc;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(menu_bg.png) repeat-x left center;
    height: 30px;
}

#mainmenu ul
{
	padding:0;
	margin:0px;
    line-height: 30px;
}

#mainmenu ul li
{
	display: inline;
    float:left;
    padding:0;
	margin:0px;
    background: url("menu_bg_left.png") no-repeat scroll left center transparent;
}

#mainmenu ul li a
{
	color:#ffffff;
	background: url("menu_bg_right.png") no-repeat scroll right center transparent;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0 18px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6c6c6c;
	background:white url(menu_hover.png) repeat-x left top;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 10px 3px 17px;
	background: #d52e9f;
    -moz-border-radius:10px;
    border-radius:10px;
    height: 26px;
    line-height: 26px;
}

.portlet-title
{
	font-size: 15px;
	padding: 0;
	margin: 0;
	color: #fff;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0;
	padding: 5px 0;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 0 0 4px 10px;
}

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

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font-size: 12px;
	color: #000;
	display: block;
	padding: 2px 0 2px 17px;
	line-height: 15px;
	text-decoration: none;
    background:#ddd;
    -moz-border-radius:10px;
    border-radius:10px;
    height: 26px;
    line-height: 26px;
    font-style: italic;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #3057A5;
    color:#fff;
}