body
{
    top: 0px;
    left: 0px;
    margin: 0px;
    background: url("img/bg.gif");
}

/* LOGIN SECTION */
#login
{   
    margin-top: 120px;
    padding-top: 20px;
	min-width: 1000px;
	background : #ffaa24;
    overflow: hidden;
}
#login_wrapper
{
	width : 1000px;
    margin : 0px auto;
}
#login_footer
{
    min-width: 1000px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}
#login_footer_wrapper
{
    width : 1000px;
    margin : 0px auto;
}
#login_wrapper table
{
	width : 420px;
    margin: 0px auto;
    text-align: center;
}
#login_wrapper input
{
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-family: Century Gothic
}
#myusername
{
    width: 420px;
    height: 50px;
    background: url("img/username.png");
    background-repeat: no-repeat;
    padding-left: 150px;
    padding-right: 17px;
}
#mypassword
{
    width: 420px;
    height: 45px;
    background: url("img/password.png");
    background-repeat: no-repeat;
    margin-top: 5px;
    padding-left: 150px;
    padding-right: 17px;
}
#submit
{
    height: 50px;
	width: 55px;
	background:url('img/submit.png') no-repeat right center;
	cursor: pointer;
	cursor: hand;
    margin-right: 8px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 0px;
	float: right;
}
#spacer
{
    height: 20px;
}
#footer_comp
{
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
}
#notification
{
    color: #fb2222;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
#notification div
{
    margin: 0px auto;
    background: #fee9ea;
    padding-top: 14px;
    padding-bottom: 10px;
    width: 380px;
    border: .1em solid #ce433c; 
}
#notification img
{
    padding-bottom: 6px;
    vertical-align: middle;
}

/* HEADER SECTION */
#header
{
    min-width: 1000px;
    height: 35px;
	background : #ffaa24;
    color: #2e2e2e;
    overflow: hidden;
}
#header_wrapper
{
    width : 1000px;
    margin : 0px auto;
    padding-top: 5px;
}
#user_id
{
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
#user_menu
{
    padding-left: 4px;
    float: left;
}
#date
{
    font-weight: bold;
    font-size: 18px;
    float: right;
}

/* TOOLBAR SECTION */
#toolbar
{
    min-width: 150px;
    overflow: hidden;
}
#toolbar_wrapper
{
    width : 150px;
    margin : 0px auto;
}
#toolbar_wrapper #img_btn
{
    margin-top: 20px;
    margin-left: 38px;
}

/* CONTENT SECTION */
#content
{
    min-width: 1000px;
    overflow: hidden;
    margin-top: 15px;
    color: #2e2e2e;
}
#content_wrapper
{
    width : 1000px;
    margin : 0px auto;
    background: #e9e9e9;
    padding-top: 10px;
    padding-bottom: 10px;
	font-family: Century Gothic;
	font-size: 12pt;
}
#content_wrapper table
{
    width: 950px;
    margin: 0px auto 10px auto;
}
#content_wrapper table tr td
{ 
    padding-left: 5px;
}
#table_header
{
    font-weight: bold;
    color: #ffffff;
    background: #2e2e2e;
}
.darkrow
{
    background: #d9d9d9;
}
.lightrow
{
    background: #e0e0e0;
}
tr:hover 
{
    background-color: #e1eafe;
}
#userlogin tr:hover
{
    background-color: #ffaa24;
}
/* BEGIN FOOTER */

#footer
{
	min-width: 1000px;
    overflow: hidden;
    margin-top: 40px;
    color: #2e2e2e;
}

#footer_wrapper
{
	width : 1000px;
    margin : 0px auto;
}

/* END FOOTER */

/* BEGIN TOMMY CSS */
#error_div
{
    padding: 5px 10px 5px 10px;
    margin-right: 3px;
}
.note_title
{
    background: #2e2e2e;
    color: #ffffff;
    width: 500px;
    height: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.my_table
{
    overflow: hidden;
    width: 550px;
    margin: 0px auto;
}

.my_tr
{
    overflow: hidden;
    margin: 2px 2px;
}

.my_td
{
    float: left;
    width: 200px;
    height: 25px;
    text-align: center;
    background: #d9d9d9;
    margin-left: 23px;
    margin-top: 2px;
    padding-top: 2px;
    vertical-align: middle;
}

.my_td_left
{
    float: left;
    text-align: left;
    margin-left: 17px;
    margin-top: 3px;
}

.my_title
{
    margin: 0px auto;
    width: 500px;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    background: #2e2e2e;
    color: #ffffff;
}

/* BEGIN jQuery Toggle */
div.panel, p.flip
{
    margin: 0px;
    padding: 5px;
    text-align: center;
    background: #ffffff;
    border: solid 1px #c3c3c3;
}
div.panel
{
    height: 120px;
    display: none;
}
/* END jQuery Toggle */

.add_line
{
    margin-top: 5px;
    margin-left: 25px;
}
#report a
{
    text-decoration: none;
    color: #000000;
}
#report a:hover
{
    text-decoration: underline;
    color: #000000;
    font-weight: bold;
}
#user_id a
{
    color: #2e2e2e;
}
#user_id a:hover
{
    color: #ff0000;
    text-decoration: none;
}
order
{
	width: 100px;
}

#my_col1
{
	float: left;
	width: 200px;
}

#my_col2
{
	float: left;
	width: 450px;
}

#my_col_wrapper
{
	overflow: hidden;
	float: left;
	width: 250px;
}

.searchBox {
    background-image:url("img/magnifying-glass.gif");
    background-repeat:no-repeat; 
    padding-left:20px;
}

#start_content {
    margin-left: 25px;
    margin-top: 2px;
    
}
