﻿body {
}

#closeButton 
{
    border: 0px;
}

#continueButton
{
    border: 0px;
}

textarea {

    border-collapse: collapse;

    border: solid 1px #aaaaaa;

} 

select {

    border-collapse : collapse;

    border: solid 1px #aaaaaa;

    color: #444444;

    font-family:Arial;

    font-size:11px;

    font-weight:bold;

} 

option 

{

    color: #444444;

    font-family:Arial;

    font-size:11px;

    

}



#supplies_drop
{
    display:inline;
}

#spinner
{

    border: solid 0px Black;
    margin-left:20px;
}

.sep
{
    background-repeat: repeat-y;
    background-image: url(column_separator.jpg);
    width: 1px;

    border: solid 0px Black;
 
}



.webpart_wrapper{

	width:235px;

	background-image:url(images/webpart_wrapper_bg.gif);

	background-repeat:repeat-y;

	padding-top:4px;

	padding-bottom:4px;

}



.webpart_wrapper_med{

	width:461px;

	background-repeat:repeat-y;

	background-image:url(images/homebkgrd.gif);

	padding-top: 4px;

	padding-bottom:4px;

}







.webpart_wrapper_lg{

	width:711px;

	background-repeat:repeat-y;

	background-image:url(images/mainbkgrd.gif);

	padding-top: 4px;

	padding-bottom:4px;

}







.webpart_wrapper_full{

	width:752px;

	background-repeat:repeat-y;

	background-color: #ededed;

	padding-top: 4px;

	padding-bottom:4px;

}

.webpart_wrapper_nav{

	width:640px;

	background-repeat:repeat-y;

	background-color: #ededed;

	padding-top: 4px;

	padding-bottom:4px;

}

.navLink
{
    border: solid 1px #bdbfc6;
    background-color:#ffffff;
	padding-left:4px;
	padding-right:4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #1564b4;
	text-decoration: none;
}

.navLink:hover
{

    background-color:#cccccc;
	text-decoration: none;
}





.webpart_box{

	border: solid 1px #bdbfc6;

	background-color:#ffffff;

	margin-left:4px;

	margin-right:4px;



}

