﻿#title 	{
            color:#fff;
            background: #2673A9;	
            }
#title:before {
            background:url(/Images/ribbon_blue1.png);
}

#imgLogo {
    background-image: url('em-digibridge.png');
    width: 520px;
    height: 100px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.imLogo {
    background-image: url('em-digibridge.png');
    width: 520px;
    height: 100px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

/* fsub_header_main.css */
#bts_top_menu span:hover {
            background-color: #5fa8ec;
}
#breadcrumbs a:link, a:visited, a:active {
            color: black;
}

/* fsub_file_sel_radio_new.css */
#grdFileSelection tr.top th {
    /* This is colour_3 */            
    /* This is border_colour_1 */
}
#grdFileSelection tr.odd {
    /* This is colour_4 */
}
#grdFileSelection tr.selectedRow {
   /* This is colour_5 */
}

/* Colours */

.bg_colour_1 {
            background-color: #5fa8ec;
}
.bg_colour_2 {
            background-color: #2673A9;
}
.bg_colour_3 {
            background-color: #404040;
}
.bg_colour_4 {
            background-color: lightgray;
}
.bg_colour_5 {
            background-color: Gray;
}
.bg_colour_6 {
            background-color: #E7E7E7;
}
.bg_colour_7 {
            background-color: #2E89C9;
}

.border_colour_1 {
            border: 1px solid black;
}
.border_colour_2 {
            border: 1px solid #bbb;
}
.border_red_2 {
            border: 2px solid Red;
}


.active_gradient_1 {
    color: #d9eef7;
	border: solid 2px Red;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.gradient_1 {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.gradient_1:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.gradient_1:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
