


body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#loadingdataprogressbarouter
{
    border:none;
    width:50%;
    margin-top:0px;
    margin-bottom:34px;
}

#loadingdataprogressbarinner
{
    background-color: #447cb0;
    width:0%;
    float:left;
    height:36px;
}


#progress1barouter
{
    border:none;
    width:90%;
    margin-top:14px;
    margin-bottom:24px;
    margin-left:auto;
    margin-right:auto;
}

#progress1barinner
{
    background-color: #447cb0;
    width:0%;
    float:left;
    height:24px;
}

/* layout */

#header {
    height: 24px;
	background-color: ;
    background-position:center;
    margin-left:50px;
    margin-right:50px;
}

#header1 {
	height: 175px;
	background-color: ;
    width:80%;
    margin-left:50px;
    margin-right:50px;
}

#header1left {
    height: 175px;
    background-image: url(../images/header-left.jpg);
    background-repeat: no-repeat;
    background-position:left;
    position: absolute;
    left: 0px;
   position: absolute;
   right: 0px;
   width:40%;
    margin-left:75px;
}

#header1right {
    height: 175px;
    background-image: url(../images/header-right.jpg);
    background-repeat: no-repeat;
    background-position:right;
   position: absolute;
   right: 0px;
   width:60%;
    margin-right:75px;
}

#nav {
	height: 32px;
	background-image: url(../images/nav.jpg);
    background-repeat: repeat-x;
	color: #fff;
	background-color: ;	
    background-position:center;
    margin-left:75px;
    margin-right:75px;

}

#evowebheader 
{
	background-image: url(../images/backgroundevowebheader.jpg);	
	background-color: ;
	background-repeat: repeat-x;	
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 120%;
	height: 20px;
    background-position:center;
    margin-left:75px;
    margin-right:75px;
}

#maincol {
    /*
	background-image: url(../images/background.jpg);	
	background-repeat: repeat-y;
    */
	/*
    padding-left: 20px;
	padding-right: 20px;
    */
	padding-top: 15px;
	margin-top: 0px;
	padding-bottom: 10px;
	background-color: #fff;
	border: ;
    background-position:center;
    margin-left:75px;
    margin-right:75px;

}

#footer {
	height: 93px;
	background-image: url();
	background-repeat: repeat-y;	
	background-color: ;
    background-position:center;
    margin-left:75px;
    margin-right:75px;
}

#footerleft {
   height: 93px;
   background-image: url();
    background-repeat: no-repeat;
    background-position:left;
    position: absolute;
    left: 0px;
   position: absolute;
   right: 0px;
   width:50%;
    margin-left:75px;
}


#footercentre {
   height: 93px;
   background-image: url(../images/footer-centre.jpg);
   background-repeat: no-repeat;
   background-position:center;
   position: absolute;
   left: 0px;
   position: absolute;
   right: 0px;
   width:100%;
}

#footerright {
    height: 93px;
    background-image: url();
    background-repeat: no-repeat;
    background-position:right;
   position: absolute;
   right: 0px;
   width:50%;
    margin-right:75px;
}

#footerbarbottom {
    height: 24px;
    background-image: url(../images/footerbar.jpg);
    background-repeat: repeat-x;
    margin-left:75px;
    margin-right:75px;
}


/* end layout */

/* top navigation */

#navlist1 {
	padding-left: 3%;
	padding-top: 7px;
	margin: 0px;
	list-style-type: none;
}

#navlist1 li{	

	display:inline;
	padding-right: 3.3%;
}

#navlist1 li a, #navlist2 li a, #navlist3 li a, #navlist4 li a, #navlist5 li a, #navlist6 li a, #navlist7 li a  {
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   font-size: 100%;
}

#navlist1 li a:hover, #navlist2 li a:hover, #navlist3 li a:hover, #navlist4 li a:hover, #navlist5 li a:hover, #navlist6 li a:hover, #navlist7 li a:hover {
	color: #9EC3DE;
}


#navlist2 {
	padding-left: 0.857142857142857%;
	padding-top: 7px;
	margin: 0px;
	list-style-type: none;
}

#navlist2 li{	

	display:inline;
	padding-right: 2.5%;
}


#navlist3 {
	padding-left: 3%;
	padding-top: 7px;
	margin: 0px;
	list-style-type: none;
}

#navlist3 li{	

	display:inline;
	padding-right: 3.33333333333333%;
}


#navlist4 {
	padding-left: 6%;
	padding-top: 7px;
	margin: 0px;
	list-style-type: none;
}

#navlist4 li{	

	display:inline;
	padding-right: 6.9%;
}

#navlist5 {
	padding-left: 15%;
	padding-top: 7px;
	margin: 0px;
	list-style-type: none;
}

#navlist5 li{	

	display:inline;
}

#navlist6 {
	padding-left: 14.4%;
	padding-top: 7px;
	margin: 0px;
	list-style-type: none;
}

#navlist6 li{	

	display:inline;
	padding-right: 7.5%;
}

#navlist7 {
	padding-left: 7.8%;
	padding-top: 7px;
	margin: 0px;
	list-style-type: none;
}

#navlist7 li{	

	display:inline;
	padding-right: 15%;
}


.current {
	color: #9EC3DE; 
   font-weight: bold;
   font-size: 100%;	
}

/* end top navigation */

/* classes */

.redtext {
	color: #f00;
	font-weight: bold;
	font-size: 110%;
}

.lightgrey {
	color: #a9a9a9;
	font-weight: bold;
	font-size: 110%;
}


.container
{
    width:90%;
}

.left
{
    float:left;
    width:33%;
}

.right
{
    float:right;
    width:40%;
}

.center
{   
    margin:0 auto;
    width:33%;
}


.bordertopleft {
	border-left: solid 1px lightgrey;	
	border-top: solid 1px lightgrey;		
}

.borderend {
	border-top: solid 1px lightgrey;
	border-right: solid 1px lightgrey; 
	border-left: solid 1px lightgrey;
}

.bordertop {
	border-top: solid 1px lightgrey;	
}

.borderright {
	border-right: solid 1px black;	
}

.borderbottom {
	border-bottom: solid 1px lightgrey;	
}
.borderleftright {
	border-left: solid 1px lightgrey;
	border-right: solid 1px lightgrey;	
}

.borderleftrighttop {
	border-left: solid 1px lightgrey;
	border-right: solid 1px lightgrey;	
	border-top: solid 1px lightgrey;	
}

.filters{
	background-color: #95DCD6;
	color: #000;
}

.warningbox{
	background-color: #ffff00;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
}

.hiddenform{
   display: none;
}

.companylink {
   text-align: center;
}

.companylink a {
	color: #1874CD;
   text-decoration: none;
}

.companylink a:hover {
   text-decoration: underline;
}

.splashlinks {
   color: #000;
   text-decoration: none;
}

.splashlinks:hover h3{
   text-decoration: none;
}


/* end classes */


/* standard elements */

table 
{
	font-size: 100%;
}

input {
	font-size: 100%;
}

select {
	font-size: 100%;
}


form {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	margin-top: 0px;
	padding-top: 2px;
    padding-bottom:5px;
	font-size: 135%;
	text-align: center;
    font-weight:bold;
    color:#1f476d;

}

h2
{
	margin-top: 0px;
	padding-top: 0px;
    padding-bottom:15px;
	font-size: 115%;
	text-align: center;
    font-weight:bold;
    color:#2a6195;

}


h3
{
	margin-top: 0px;
	padding-top: 0px;
    padding-bottom:15px;
	font-size: 105%;
	text-align: center;
    font-weight:bold;
    color:#1f476d;

}

.headingfont1
{
    color:#1f476d;
    font-size: 140%;
	text-align: center;
    font-weight:bold;

}

.headingfont2
{
    color:#2a6195;
    font-size: 125%;
	text-align: center;
    font-weight:bold;

}

.headingfont3
{
    color:#2a6195;
    font-size: 110%;
	text-align: center;
    font-weight:bold;

}


a {
	color: #1874CD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}



input[type="button"]
{
    font-size:x-small;
    font-weight:normal;
    font-style:normal;
    height:22px;
    padding:2px 2px 2px 2px;
    color:black;
    background-image:url('../images/button-grad2.png');
    background-repeat:repeat-x;
    background-color:#ece9ea;
    border-bottom:1px solid gray;
    border-right:1px solid gray;
    border-top:1px solid white;
    border-left:1px solid white;
}

input[type="submit"]
{
    font-size:x-small;
    font-weight:normal;
    font-style:normal;
    height:22px;
    padding:2px 4px 2px 4px;
    color:black;
    background-image:url('../images/button-grad2.png');
    background-repeat:repeat-x;
    background-color:#ece9ea;
    border-bottom:1px solid gray;
    border-right:1px solid gray;
    border-top:1px solid white;
    border-left:1px solid white;

}


ul.list1
{
    font-size:large;
    list-style-type:none;
    padding: 3px;
    margin: 3px;    
    
}

ul.list1 li
{
    font-size:large; 
    text-align:left;
    margin-top:2px;
    margin-bottom:2px;
}



/*
***********************************************************************************
** CLASSES
***********************************************************************************
*/


.friendlymessage 
{
	text-align: center;
	font-size:larger;
	font-weight:bold;
	color:Blue;
	background-color:White;
	padding:2px 2px 2px 2px;
}

.notsofriendlymessage 
{
	text-align: center;
	font-size:larger;
	font-weight:bold;
	color:Red;
	background-color:White;
	padding:2px 2px 2px 2px;
}

.friendlymessage1 
{
	text-align: center;
	font-size:large;
	font-weight:bold;
	color:Blue;
	padding:2px 2px 2px 2px;
}

.notsofriendlymessage1 
{
	text-align: center;
	font-size:large;
	font-weight:bold;
	color:Red;
	padding:2px 2px 2px 2px;
}

.redtext
{
	color: #ff0000;
}


.paging_buttons {
	width: 30px;
	
}

.paging_buttons_disabled
{
	width: 30px;
	/*height: 17px;
	background-color: ThreeDShadow;
	/*border: 1px solid #000;
	color: #000;*/
	font-weight: bold;
}

.pageinglist
{
    display:block;
    margin:2px 2px 2px 2px;
    list-style-type: none;
}

.pageinglistitem1
{
    border:double 3px #ffffff;
    background-color:#a6c0d8;
    display:inline;
    text-align:center;
    margin-left:2px;
    margin-right:2px;
    padding:5px 5px 5px 5px;
    width:50px;
    font-size:x-small;    
}

.disabledlink
{
    color:Gray;
    font-size:x-small;    
}

/* Generic classes */
.monthview 
{
    font-size:small;
    margin:0px 0px 0px 0px;
    
}


.datepickerbutton
{
    width:25px;
}

.expandbutton
{
    width:25px;
}

.manbarcodebutton
{
    width:25px;
}

.layouttab1 .buttonlarge
{
    font-size:small;
    font-weight:normal;
    font-style:normal;
    height:48px;
    padding:2px 4px 2px 4px;
    color:black;
    background-image:url('../images/button-grad3.png');
    background-repeat:repeat-x;
    background-color:#ece9ea;
    border-bottom:1px solid gray;
    border-right:1px solid gray;
    border-top:1px solid white;
    border-left:1px solid white;
}


.inputform .buttonlarge
{
    font-size:x-small;
    font-weight:normal;
    font-style:normal;
    height:48px;
    padding:2px 4px 2px 4px;
    color:black;
    background-image:url('../images/button-grad3.png');
    background-repeat:repeat-x;
    background-color:#ece9ea;
    border-bottom:1px solid gray;
    border-right:1px solid gray;
    border-top:1px solid white;
    border-left:1px solid white;

}


/* Form */
.inputform
{
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:5px;
}

.inputform div
{
    background-color:#a6c0d8;
    text-align:center;
    width:99%;    
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}


.inputform table
{
    width:100%;
    border:none;
    empty-cells:show;
}

.inputform table th
{
    font-size:90%;
    text-align:center;
    padding-left:2px;
    padding-right:2px;
}

.inputform table td
{
    font-size:90%;
    text-align:center;
    padding-left:2px;
    padding-right:2px;
}

.inputform .inputlabel
{
    text-align:right;
    padding-left:2px;
    padding-right:2px;
    font-size:90%;
}

.inputform td .inputlabel
{
    text-align:right;
    padding-left:2px;
    padding-right:2px;
    font-size:90%;
}

.inputform td .inputlabel
{
    text-align:right;
    padding-left:2px;
    padding-right:2px;
    font-size:90%;
}

.inputform .inputlabel2
{
    text-align:right;
    padding-left:2px;
    padding-right:2px;
    display:inline;
    font-size:90%;
}

.inputform .inputdata
{
    text-align:right;
    padding-left:2px;
    padding-right:2px;
    font-size:90%;
    background-color:white;
}

.inputform .inputdata2
{
    text-align:right;
    padding-left:2px;
    padding-right:2px;
    display:inline;
    font-size:90%;
    background-color:white;
}

.inputform .inputcontrol
{
    text-align:left;
    padding-left:2px;
    padding-right:2px;
}

.inputform .inputcontrol2
{
    text-align:left;
    padding-left:2px;
    padding-right:2px;
    display:inline;
}

.inputform select
{
    height:22px;
}


.inputform input[type="text"]
{
    height:16px;
}

.inputform .width10
{
    width:350px;
}

.inputform .width9
{
    width:325px;
}


.inputform .width8
{
    width:300px;
}


.inputform .width7
{
    width:275px;
}


.inputform .width6
{
    width:250px;
}


.inputform .width5
{
    width:225px;
}


.width4
{
    width:200px;
}

.inputform .width4
{
    width:200px;
}

.width3
{
    width:175px;
}

.inputform .width3
{
    width:175px;
}

.width2
{
    width:150px;
}

.inputform .width2
{
    width:150px;
}


.width1
{
    width:125px;
}

.inputform .width1
{
    width:125px;
}


.inputform .width05
{
    width:85px;
}

.width0
{
    width:50px;
}

.inputform .width0
{
    width:50px;
}

.inputform .width001
{
    width:25px;
}

.inputform .heading1
{
    font-size:90%;
    font-weight:bold;
    text-decoration:underline;
    padding-bottom:6px;
}

.inputform table .borders3
{
    border-top:solid 1px gray;
}

.inputform table td .borders3
{
    border-top:solid 1px gray;
}

.inputform table th .borders3 
{
    border-top:solid 1px gray;
}


.icon1
{
    width:18px;
    height:18px;
    text-align:center;
    border:none;
}

.icon2
{
    width:22px;
    height:22px;
    text-align:center;
    border:none;
}

.icon3
{
    width:24px;
    height:24px;
    text-align:center;
    border:none;
}

.icon4
{
    width:28px;
    height:28px;
    text-align:center;
    border:none;
}

.icon5
{
    width:32px;
    height:32px;
    text-align:center;
    border:none;
}

.icon6
{
    width:48px;
    height:48px;
    text-align:center;
    border:none;
}

.icon7
{
    width:54px;
    height:54px;
    text-align:center;
    border:none;
}

.icon8
{
    width:64px;
    height:64px;
    text-align:center;
    border:none;
}

.icon9
{
    width:72px;
    height:72px;
    text-align:center;
    border:none;
}

.icon9
{
    width:86px;
    height:86px;
    text-align:center;
    border:none;
}


.icon10
{
    width:124px;
    height:124px;
    text-align:center;
    border:none;
}


.icon11
{
    width:136px;
    height:136px;
    text-align:center;
    border:none;
}

.inputform .icon1
{
    width:18px;
    height:18px;
    text-align:center;
    border:none;
}

.inputform .icon2
{
    width:22px;
    height:22px;
    text-align:center;
    border:none;
}

.inputform .icon3
{
    width:24px;
    height:24px;
    text-align:center;
    border:none;
}

.inputform .icon4
{
    width:28px;
    height:28px;
    text-align:center;
    border:none;
}

.inputform .icon5
{
    width:32px;
    height:32px;
    text-align:center;
    border:none;
}

.layouttab1
{
    margin-left:auto;
    margin-right:auto;
    width:99%;
}

.layouttab1 table
{
    width:100%;
    border-collapse:collapse;
    border:solid 1px gray;
}

.layouttab1 table td
{
    background-color:white;
    font-size:small;
    font-weight:normal;
    text-align:center;
    padding-left:4px;
    padding-right:4px;
    height:18px;
}

.layouttab1 .inputform
{
    background-color:#a6c0d8;
    text-align:center;
    width:100%;
}

.layouttab1 .inputform td
{
    background-color:#a6c0d8;
    text-align:center;
    padding-top:3px;
    padding-bottom:3px;
}


.layouttab1 .xxsmalltxt 
{
    font-size:x-small;
}

.layouttab1 .xxsmalltxt td
{
    font-size:x-small;
}


.layouttab1 .xxsmalltxt .inputform input
{
    font-size:x-small;
}

.layouttab1 .xxsmalltxt td a
{
    font-size:x-small;
}

.layouttab1 .xxsmalltxt a
{
    font-size:x-small;
}

.layouttab1 .mediumtxt 
{
    font-size:medium;
}

.layouttab1 .mediumtxt td
{
    font-size:medium;
}

.layouttab1 .mediumtxt th
{
    font-size:medium;
}

.layouttab1 .mediumtxt .inputform input
{
    font-size:medium;
}

.layouttab1 .mediumtxt td a
{
    font-size:medium;
}

.layouttab1 .mediumtxt a
{
    font-size:medium;
}


.layouttab1 .largetxt 
{
    font-size:large;
}

.layouttab1 .largetxt td
{
    font-size:large;
}

.layouttab1 .largetxt th
{
    font-size:large;
}

.layouttab1 .largetxt .inputform input
{
    font-size:large;
}

.layouttab1 .largetxt td a
{
    font-size:large;
}

.layouttab1 .largetxt a
{
    font-size:large;
}

.layouttab1 .xlargetxt 
{
    font-size:x-large;
}

.layouttab1 .xlargetxt td
{
    font-size:x-large;
}

.layouttab1 .xlargetxt th
{
    font-size:x-large;
}

.layouttab1 .xlargetxt .inputform input
{
    font-size:x-large;
}


.layouttab1 .xlargetxt td a
{
    font-size:x-large
}

.layouttab1 .xlargetxt a
{
    font-size:x-large;
}

.layouttab1 .inputform select
{
    height:22px;
}


.layouttab1 table th
{
    background-color:#fffbea;
    font-size:90%
    font-weight:bold;
    text-align:center;
    padding-left:4px;
    padding-right:4px;

    
}


.layouttab1 table .heading1
{
    text-align:left;
    background-color:#9EC3DE;
    font-size:90%
    font-weight:bold;
    padding-left:4px;
    padding-right:4px;  
    border-bottom:solid 1px gray;  
}


.layouttab1 table .footer1
{
    text-align:center;
    background-color:#9EC3DE;
    color:#000;
    font-size:90%
    /*font-size:small;*/
    /*font-weight:bold;*/
    padding-left:4px;
    padding-right:4px;  
    border-bottom:solid 1px gray;  
}

.layouttab1 table .total1
{
    text-align:center;
    background-color:#9EC3DE;
    color:#000;
    font-size:90%
    /*font-size:small;*/
    /*font-weight:bold;*/
    padding-left:4px;
    padding-right:4px;  
}


.layouttab1 table .total1 td
{
    background-color:#9EC3DE;
    color:#000;
    text-align:center;
    font-size:90%
    /*font-size:small;*/
    /*font-weight:bold;*/
    padding-left:4px;
    padding-right:4px;  
}


.layouttab1 .layouttabicon
{
    height:16px;
}

.layouttab1 a:link
{
    font-size:small;
}


.layouttab1 a:visited
{
    font-size:small;
}


.layouttab1 .borders0
{
    border-bottom:none;
}


.layouttab1 .borders0 td
{
    border-bottom:none;
}

.layouttab1 .borders1
{
    border-right:solid 1px gray;
    border-left:solid 1px gray;
}

.layouttab1 .borders1 td
{
    border-right:solid 1px gray;
    border-left:solid 1px gray;
}

.layouttab1 .borders1
{
    border-right:solid 1px gray;
    border-left:solid 1px gray;
}

.layouttab1 .borders1 th
{
    border-right:solid 1px gray;
    border-left:solid 1px gray;
}


.layouttab1 .borders2 td
{
    border-bottom:solid 1px gray;
}

.layouttab1 .borders2 th
{
    border-bottom:solid 1px gray;
}

.layouttab1 .borders3
{
    border-top:solid 1px gray;
}

.layouttab1 .borders3 td
{
    border-top:solid 1px gray;
}

.layouttab1 .borders3 th
{
    border-top:solid 1px gray;
}

.layouttab1 .borders4
{
    border-right:solid 1px gray;
}

.layouttab1 .borders4 td
{
    border-right:solid 1px gray;
}

.layouttab1 .borders5 
{
    border-left:solid 1px gray;
    border-right:solid 1px gray;
    border-top:solid 1px gray;
    border-bottom:solid 1px gray;
}

.layouttab1 .borders5 td
{
    border-left:solid 1px gray;
    border-right:solid 1px gray;
    border-top:solid 1px gray;
    border-bottom:solid 1px gray;
}

.layouttab1 .borders5 th
{
    border-left:solid 1px gray;
    border-right:solid 1px gray;
    border-top:solid 1px gray;
    border-bottom:solid 1px gray;
}

.layouttab1 .rowheight1
{
    height:16px;
}

.layouttab1 .rowheight2
{
    height:20px;
}

.layouttab1 .rowheight3
{
    height:24px;
}

.layouttab1 .rowheight4
{
    height:28px;
}

.layouttab1 .rowheight5
{
    height:32px;
}

.layouttab1 .rowheight6
{
    height:36px;
}

.layouttab1 .rowheight7
{
    height:40px;
}

.layouttab1 .rowheight8
{
    height:44px;
}

.layouttab1 .rowheight9
{
    height:48px;
}


.layouttab1 .txtleft
{
    text-align:left;
}

.layouttab1 .txtright
{
    text-align:right;
}

.layouttab1 .txtcentre
{
    text-align:center;
}


.layouttab1 .row1
{
    background-color:;
}

.layouttab1 .row1 td
{
    background-color:;
}

.layouttab1 .row2 
{
    background-color:;
}

.layouttab1 .row2 td
{
    background-color:;
}


.layouttab1 .onhold
{
    background-color:Yellow;
    color:Black;
}

.layouttab1 .onhold td
{
    background-color:Yellow;
    color:Black;
}

.layouttab1 .leadconverted
{
}

.layouttab1 .leadconverted td
{
}

.layouttab1 .leadconverted
{
    background-color:lightsteelblue;
}

.layouttab1 .leadconverted td
{
    background-color:lightsteelblue;
}


.layouttab1 .frametracked
{
    background-color:green;    
    color:White;
}

.layouttab1 .tracked
{
    background-color:green;    
    color:White;
}

.layouttab1 .customerdefaults
{
    background-color:red;    
    color:white;
    font-weight:bolder;
}

.layouttab .remarks1
{
    background-color:Yellow;
    color:Black;
    font-weight:bolder;
}


.layouttab1 .icon0
{
    width:20px;
    height:20px;
    text-align:center;
    border:none;
}

.layouttab1 .icon1
{
    width:22px;
    height:22px;
    text-align:center;
    border:none;
}

.layouttab1 .producttypeframe1
{
    background-color:white;
}

.layouttab1 .producttypebay1
{
    background-color:#EEE9E9;
}

.layouttab1 .multiseg1
{
    background-color:#BCD2EE;
}

.layouttab1 .weldedcill1
{
    background-color:#FAFAD2;
}


/* Calendar - Schedule*/
.appointment {
	margin-bottom: 1px;
	padding: 2px;
	text-decoration: none;
	color: #000;
	text-align:left;
	font-size:x-small;
	margin:0px 0px 0px 0px;
	background-color:White;
	min-height:80px;
	
}

.appointment:hover 
{
    font-size:x-small;
	font-weight: bold;
}



.warning1
{
    text-align:center;
    font-size:medium;
    font-weight:bold;
    color:red;    
}

.menuspandesc
{
    font-size:small;    
    display:block;
    position:relative;
    margin-left:90px;
    margin-top:12px;    
}

