.quicklinks_smallbox
{
	margin-top: 0px;
	width: 222px;
	position: relative;
	height: auto;
}
.quicklinks_smallbox_top
{
	background: #FFFFFF url(img/right_smallbox_top.jpg) no-repeat;
	height: 45px;
	width: 222px;
}
.quicklinks_smallbox_repeat
{
	background: #FFFFFF url(img/right_smallbox_repeat.jpg) repeat-y;
	width: 222px;
	visibility: visible;
	overflow:scroll;
	overflow-x:hidden;
	max-height:300px;
}
.quicklinks_smallbox_bot
{
	background: #FFFFFF url(img/right_smallbox_bot.jpg) no-repeat;
	height: 10px;
	width: 222px;
}
.smallbox_list, .smallbox_spacer
{
	color: #1B5788;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	padding: 1px 0 0 20px;
}
.smallbox_list
{
	border-bottom: 1px solid #EEEEEE;
}

.smallbox_spacer
{
	margin-top: 1px;
	border-bottom: none;
	border-top: 1px solid #EEEEEE;
}

.quicklinks_smallbox .Normal
{
	margin: 0;
	padding: 10px 0;
}
.quicklinks_smallbox .quicklinksHead
{
	color: #5F5E5E;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 15px;
	position: absolute;
	/*text-transform:capitalize;*/
}


.c_head
{
	padding: 0;
	margin-top: 8px;
	text-align: left;
}

.quicklinks_vis
{
	padding-right: 10px;
	padding-top: 10px;
	float: right;
}
.myLinkactions
{
	float: left;
	width: 5px;
}

.quicklinks_smallbox_repeat table tr, .quicklinks_smallbox_repeat table tr td {
padding: 0px;
margin: 0px;
}

.quicklinks_smallbox_repeat .FirstRow
{
	display: block;
	border-bottom: none;
	border-top: none;
	width: 200px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	float: left;
	margin-left: 0px;
	font-weight: bold;
	font-size: small;
	white-space:nowrap;
}


.quicklinks_smallbox_repeat .SecondRow
{
	display: block;
	border-bottom: none;
	border-top: none;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e3e3e3;
	border-right: none;
	border-left: none;
	margin-left: 0px;
	font-weight: bold;
	font-size: small;
	white-space:nowrap;
	overflow: hidden;
}

.quicklinks_smallbox_repeat .FirstRow .c_icon, .quicklinks_smallbox_repeat .SecondRow .c_icon
{
	width: 100%;
	height: 23px; 
	/*border: solid 1px #000;*/
	float: left;
	
}

.quicklinks_smallbox_repeat .FirstRow .c_icon .remove, .quicklinks_smallbox_repeat .SecondRow .c_icon .remove
{
	margin-top: 2px;
	text-align: right;
	width:auto;
	height: 23px;
	float: right;
	vertical-align: top;
	padding-right:7px;
	
	/*border: solid 1px #000;*/
}

.quicklinks_smallbox_repeat .FirstRow .c_icon .link_wrapper, .quicklinks_smallbox_repeat .SecondRow .c_icon .link_wrapper
{
	margin-top: 2px;
	width: 193px;
	height: 23px;
	float: left;
	vertical-align: top; 
	/*border:solid 1px #000;*/
}

.textLink, a.textLink:hover
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #003e72;
	background: transparent url(img/bullet.jpg) 0 6px no-repeat;
	padding-left: 12px;
	padding-bottom:5px;
	width: 160px;
	/*border:solid 1px #000;*/
}



