* 
{
margin:0;
padding:0
}

/* Styles of layout */
body
{
width: 760px;
margin: 10px auto;
border: 1px solid #E3E3E3;
font: 12px verdana
}

p
{
margin: 10px 0px;
}

ul
{
	margin-left: 20px;
}

.header
{
font-size: 14px;
font-weight: bold;
}

.bold_and_center
{
font-weight: bold;
text-align: center;
}

#left_side
{
width: 135px;
float: left;
}

#right_side
{
width: 620px;
float: left;
border-left: 1px dashed #E3E3E3;
}

#right_side_content
{
padding: 10px 15px;
}


#content
{
border: 1px solid #E3E3E3;
border-top: 0px;
}

.clear
{
clear: both;
}

/* Styles for aligning */
.center
{
text-align: center;
}

/* Styles for top */
#top
{
padding: 5px;
}

#logo
{
float: left;
}

#navigation
{
margin-top: 40px;
float: right;
}

.separator
{
background-color: #0392C3;
width: 100%;
height: 3px;
overflow: hidden;
}

.separator2
{
margin: 5px 0px;
background-color: #0392C3;
width: 100%;
height: 1px;
overflow: hidden;
}

.success_message
{
color: red;
}

/* Styles of user profile */
#user_profile
{
padding: 10px;
border-bottom: 1px solid #E3E3E3;
background-color: #FCFAEE;
}

/* Styles for font */
.small_text
{
font-size: 10px;
}

.x_small_text
{
font-size: x-small;
}

/* Styles for link */
a 
{
color: #C44208;
}

a:visited
{
color: #C44208;
}

a:hover
{
text-decoration: none;
}

/* These styles are used to display mesages and headers throughout the system */
.header_box
{
border: 1px solid #C0C0C0;
background-color: #EDECF1;
padding: 3px;
font-size: large;
color: #0392C3;
}

.success_box
{
border: 1px solid #74AE0B;
background-color: #CDE2A7;
padding: 3px 3px 3px 20px;
font-size: x-small;
color: #74AE0B;
margin-bottom: 10px;
/* This will display a background-image of a success sign */
background-image: url("../images/success.png");
background-repeat: no-repeat;
}

.failure_box
{
border: 1px solid #FFA500;
background-color: #FFCE7B;
padding: 3px 3px 3px 20px;
font-size: x-small;
color: black;
margin: 5px 0;
font-weight: bold;
/* This will display a background-image of a failure sign */
background-image: url("../images/failure.png");
background-repeat: no-repeat;

}

/* These styles are for the forms throughout the system */
fieldset
{
border: 1px solid #C0C0C0;
}

legend
{
margin: 0 30px;
}